Color Hex Logo

#ee195b Color Hex

#EE195B
(238,25,91)
0 Favorites   0 Comments

Color spaces of #ee195b

RGB 2382591
HSL0.950.860.52
HSV341°89°93°
CMYK 0.000.890.62   0.07
XYZ37.495919.627711.7098
Yxy19.62770.54470.2851
Hunter Lab44.303273.542615.3412
CIE-Lab51.413676.130321.1204

#ee195b color RGB value is (238,25,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00011001 01011011
Octal 356 31 133
Decimal 238 25 91
Hex EE 19 5B

RGB Percentages of Color #ee195b

%67.23
%7.06
%25.71

CMYK Percentages of Color #ee195b

%0
%89
%62
%7

Triadic Colors of #ee195b

#ee195b #5bee19 #195bee

Analogous Colors of #ee195b

#ee195b #ee4219 #ee19c6

Monochromatic Colors of #ee195b

#ee195b

Complementary Color

#ee195b #19eeac

#ee195b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee195b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee195b Color CSS Codes

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

#ee195b Text Font Color

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

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


#ee195b Background Color

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

This div background color is #ee195b


#ee195b Border Color

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

This div border color is #ee195b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee195b


Comments

No comments written yet.

Please login to write comment.