Color Hex Logo

#ee315a Color Hex

#EE315A
(238,49,90)
0 Favorites   0 Comments

Color spaces of #ee315a

RGB 2384990
HSL0.960.850.56
HSV347°79°93°
CMYK 0.000.790.62   0.07
XYZ38.203721.112011.7343
Yxy21.11200.53770.2971
Hunter Lab45.947868.006817.0218
CIE-Lab53.071971.275923.9131

#ee315a color RGB value is (238,49,90).

#ee315a hex color red value is 238, green value is 49 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #ee315a hue: 0.96 , saturation: 0.85 and the lightness value of ee315a is 0.56.

The process color (four color CMYK) of #ee315a color hex is 0.00, 0.79, 0.62, 0.07. Web safe color of #ee315a is #ff3366. Color #ee315a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00110001 01011010
Octal 356 61 132
Decimal 238 49 90
Hex EE 31 5A

RGB Percentages of Color #ee315a

%63.13
%13.00
%23.87

CMYK Percentages of Color #ee315a

%0
%79
%62
%7

Triadic Colors of #ee315a

#ee315a #5aee31 #315aee

Analogous Colors of #ee315a

#ee315a #ee6731 #ee31b9

Monochromatic Colors of #ee315a

#ee315a

Complementary Color

#ee315a #31eec5

#ee315a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee315a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee315a Color CSS Codes

.mybgcolor {background-color:#ee315a; } 
.myforecolor {color:#ee315a; }
.mybordercolor {border:3px solid #ee315a; }

#ee315a Text Font Color

<p style="color:#ee315a">Text here</p>

This sample text font color is #ee315a
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ee315a Background Color

<div style="background-color:#ee315a">
Div content here</div>

This div background color is #ee315a


#ee315a Border Color

<div style="border:3px solid #ee315a">
Div here</div>

This div border color is #ee315a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(238,49,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ee315a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ee315a;
  -webkit-box-shadow: 1px 1px 3px 2px #ee315a;
  box-shadow:         1px 1px 3px 2px #ee315a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,49,90, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ee315a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ee315a;
  -webkit-box-shadow: 1px 1px 3px 2px #ee315a;
  box-shadow:         1px 1px 3px 2px #ee315a;">
Div content here</div>

This div box has shadow with color #ee315a


Comments

No comments written yet.

Please login to write comment.