Html Css Color HEX #EE0986 Deep Pink

📋 copy color: '#EE0986'

red 238 ◦ green 9 ◦ blue 134

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

Shades of Deep Pink #EE0986

Tints of Deep Pink #EE0986

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 35.17%

R = 62.47%
G = 2.36%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EE0986 (or 0xEE0986) is known color: Deep Pink. HEX triplet: EE, 09 and 86. RGB value is (238,9,134). Sum of RGB (Red+Green+Blue) = 238+9+134=381 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.47% from 381); Green value is 9 (3.91% from 255 or 2.36% from 381); Blue value is 134 (52.73% from 255 or 35.17% from 381); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0986 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE0986 is #11F679. Grayscale: #5B5B5B. Windows color (decimal): -1177210 or 8784366. OLE color: 8784366.

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

Color convert

RGB 238 9 134 -
CMYK 0 0.96 0.44 0.07
HSL 327.25º 0.93% 0.48% -
HSV(B) 327.25º 0.96% 0.93% -
XYZ 39.66 20.09 24.34 -
YUV 91.72 151.87 232.34 -
System Red Green Blue C M Y K H S L
Decimal 238 9 134 0 0.96 0.44 0.07 327.25 0.93 0.48
Hex EE 9 86 0 60 2C 7 147 5D 30
Octal 356 11 206 0 140 54 7 507 135 60
Binary 11101110 1001 10000110 0 1100000 101100 111 101000111 1011101 110000

Color Harmonies of #EE0986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0986

Black with #EE0986

Text Example


Text Example

White with #EE0986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0986; }

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

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

background-color css

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

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

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

border-color css

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

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

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