Html Css Color HEX #EE1889 Deep Pink

📋 copy color: '#EE1889'

red 238 ◦ green 24 ◦ blue 137

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

Shades of Deep Pink #EE1889

Tints of Deep Pink #EE1889

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.02%

 BLUE value IS 137 (53.91% from 255) = 34.34%

R = 59.65%
G = 6.02%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EE1889 (or 0xEE1889) is known color: Deep Pink. HEX triplet: EE, 18 and 89. RGB value is (238,24,137). Sum of RGB (Red+Green+Blue) = 238+24+137=399 (52% of max value = 765). Red value is 238 (93.36% from 255 or 59.65% from 399); Green value is 24 (9.77% from 255 or 6.02% from 399); Blue value is 137 (53.91% from 255 or 34.34% from 399); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1889 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE1889 is #11E776. Grayscale: #646464. Windows color (decimal): -1173367 or 8984814. OLE color: 8984814.

HSL color Cylindrical-coordinate representation of color #EE1889: hue angle of 328.32º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EE1889 is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 24 137 -
CMYK 0 0.90 0.42 0.07
HSL 328.32º 0.86% 0.51% -
HSV(B) 328.32º 0.9% 0.93% -
XYZ 40.1 20.64 25.54 -
YUV 100.87 148.4 225.81 -
System Red Green Blue C M Y K H S L
Decimal 238 24 137 0 0.90 0.42 0.07 328.32 0.86 0.51
Hex EE 18 89 0 5A 2A 7 148 56 33
Octal 356 30 211 0 132 52 7 510 126 63
Binary 11101110 11000 10001001 0 1011010 101010 111 101001000 1010110 110011

Color Harmonies of #EE1889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1889

Black with #EE1889

Text Example


Text Example

White with #EE1889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1889; }

 p { color: rgb(238,24,137); }

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

background-color css

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

 a { background-color: rgb(238,24,137); }

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

border-color css

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

 span { border-color: rgb(238,24,137); }

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