Html Css Color HEX #EE0989 Deep Pink

📋 copy color: '#EE0989'

red 238 ◦ green 9 ◦ blue 137

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

Shades of Deep Pink #EE0989

Tints of Deep Pink #EE0989

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.34%

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

R = 61.98%
G = 2.34%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EE0989 (or 0xEE0989) is known color: Deep Pink. HEX triplet: EE, 09 and 89. RGB value is (238,9,137). Sum of RGB (Red+Green+Blue) = 238+9+137=384 (50% of max value = 765). Red value is 238 (93.36% from 255 or 61.98% from 384); Green value is 9 (3.91% from 255 or 2.34% from 384); Blue value is 137 (53.91% from 255 or 35.68% from 384); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0989 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE0989 is #11F676. Grayscale: #5B5B5B. Windows color (decimal): -1177207 or 8980974. OLE color: 8980974.

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

Color convert

RGB 238 9 137 -
CMYK 0 0.96 0.42 0.07
HSL 326.46º 0.93% 0.48% -
HSV(B) 326.46º 0.96% 0.93% -
XYZ 39.87 20.18 25.46 -
YUV 92.06 153.37 232.09 -
System Red Green Blue C M Y K H S L
Decimal 238 9 137 0 0.96 0.42 0.07 326.46 0.93 0.48
Hex EE 9 89 0 60 2A 7 146 5D 30
Octal 356 11 211 0 140 52 7 506 135 60
Binary 11101110 1001 10001001 0 1100000 101010 111 101000110 1011101 110000

Color Harmonies of #EE0989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0989

Black with #EE0989

Text Example


Text Example

White with #EE0989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0989; }

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

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

background-color css

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

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

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

border-color css

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

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

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