Color Hex Logo

#ee195a Color Hex

#EE195A
(238,25,90)
0 Favorites   0 Comments

Color spaces of #ee195a

RGB 2382590
HSL0.950.860.52
HSV342°89°93°
CMYK 0.000.890.62   0.07
XYZ37.453019.610611.4841
Yxy19.61060.54640.2861
Hunter Lab44.283973.469315.6231
CIE-Lab51.394176.074821.7016

#ee195a color RGB value is (238,25,90).

#ee195a hex color red value is 238, green value is 25 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #ee195a hue: 0.95 , saturation: 0.86 and the lightness value of ee195a is 0.52.

The process color (four color CMYK) of #ee195a color hex is 0.00, 0.89, 0.62, 0.07. Web safe color of #ee195a is #ff0066. Color #ee195a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00011001 01011010
Octal 356 31 132
Decimal 238 25 90
Hex EE 19 5A

RGB Percentages of Color #ee195a

%67.42
%7.08
%25.50

CMYK Percentages of Color #ee195a

%0
%89
%62
%7

Triadic Colors of #ee195a

#ee195a #5aee19 #195aee

Analogous Colors of #ee195a

#ee195a #ee4219 #ee19c5

Monochromatic Colors of #ee195a

#ee195a

Complementary Color

#ee195a #19eead

#ee195a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee195a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee195a Color CSS Codes

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

#ee195a Text Font Color

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

This sample text font color is #ee195a
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.


#ee195a Background Color

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

This div background color is #ee195a


#ee195a Border Color

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

This div border color is #ee195a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,25,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 #ee195a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee195a


Comments

No comments written yet.

Please login to write comment.