Html Css Color HEX #EE1997 Deep Pink

📋 copy color: '#EE1997'

red 238 ◦ green 25 ◦ blue 151

#EE1997
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Pink #EE1997

Tints of Deep Pink #EE1997

RGB

 RED value IS 238 (93.36% from 255) = 57.49%

 GREEN value IS 25 (10.16% from 255) = 6.04%

 BLUE value IS 151 (59.38% from 255) = 36.47%

R = 57.49%
G = 6.04%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.37

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EE1997 (or 0xEE1997) is known color: Deep Pink. HEX triplet: EE, 19 and 97. RGB value is (238,25,151). Sum of RGB (Red+Green+Blue) = 238+25+151=414 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.49% from 414); Green value is 25 (10.16% from 255 or 6.04% from 414); Blue value is 151 (59.38% from 255 or 36.47% from 414); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1997 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE1997 is #11E668. Grayscale: #666666. Windows color (decimal): -1173097 or 9902574. OLE color: 9902574.

HSL color Cylindrical-coordinate representation of color #EE1997: hue angle of 324.51º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EE1997 is Cyan = 0, Magento = 0.89, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 25 151 -
CMYK 0 0.89 0.37 0.07
HSL 324.51º 0.86% 0.52% -
HSV(B) 324.51º 0.89% 0.93% -
XYZ 41.19 21.11 31.18 -
YUV 103.05 155.07 224.25 -
System Red Green Blue C M Y K H S L
Decimal 238 25 151 0 0.89 0.37 0.07 324.51 0.86 0.52
Hex EE 19 97 0 59 25 7 145 56 34
Octal 356 31 227 0 131 45 7 505 126 64
Binary 11101110 11001 10010111 0 1011001 100101 111 101000101 1010110 110100

Color Harmonies of #EE1997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1997

Black with #EE1997

Text Example


Text Example

White with #EE1997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1997; }

 p { color: rgb(238,25,151); }

 H1.HeaderClassName
 {
   color: #EE1997;
 }
 .AnyTagClassName
 {
   color: #EE1997;
 }
</style>

background-color css

<style>
 a { background-color: #EE1997; }

 a { background-color: rgb(238,25,151); }

 div.DivClassName
 {
   background-color: #EE1997;
 }
 .BgClassName
 {
   background-color: #EE1997;
 }
</style>

border-color css

<style>
 span { border-color: #EE1997; }

 span { border-color: rgb(238,25,151); }

 td.TdClassName
 {
   border-color: #EE1997;
 }
 .TagClassName
 {
   border-color: #EE1997;
 }
</style>