Html Css Color HEX #EE199D Deep Pink

📋 copy color: '#EE199D'

red 238 ◦ green 25 ◦ blue 157

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

Shades of Deep Pink #EE199D

Tints of Deep Pink #EE199D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 37.38%

R = 56.67%
G = 5.95%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EE199D (or 0xEE199D) is known color: Deep Pink. HEX triplet: EE, 19 and 9D. RGB value is (238,25,157). Sum of RGB (Red+Green+Blue) = 238+25+157=420 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.67% from 420); Green value is 25 (10.16% from 255 or 5.95% from 420); Blue value is 157 (61.72% from 255 or 37.38% from 420); Max value from RGB is 238 - color contains mainly: red. Hex color #EE199D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE199D is #11E662. Grayscale: #676767. Windows color (decimal): -1173091 or 10295790. OLE color: 10295790.

HSL color Cylindrical-coordinate representation of color #EE199D: hue angle of 322.82º 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 #EE199D is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 25 157 -
CMYK 0 0.89 0.34 0.07
HSL 322.82º 0.86% 0.52% -
HSV(B) 322.82º 0.89% 0.93% -
XYZ 41.69 21.31 33.81 -
YUV 103.74 158.07 223.77 -
System Red Green Blue C M Y K H S L
Decimal 238 25 157 0 0.89 0.34 0.07 322.82 0.86 0.52
Hex EE 19 9D 0 59 22 7 143 56 34
Octal 356 31 235 0 131 42 7 503 126 64
Binary 11101110 11001 10011101 0 1011001 100010 111 101000011 1010110 110100

Color Harmonies of #EE199D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE199D

Black with #EE199D

Text Example


Text Example

White with #EE199D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE199D; }

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

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

background-color css

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

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

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

border-color css

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

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

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