Html Css Color HEX #EE0086 Hollywood Cerise

📋 copy color: '#EE0086'

red 238 ◦ green 0 ◦ blue 134

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

Shades of Hollywood Cerise #EE0086

Tints of Hollywood Cerise #EE0086

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 63.98%
G = 0%
B = 36.02%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EE0086 (or 0xEE0086) is known color: Hollywood Cerise. HEX triplet: EE, 00 and 86. RGB value is (238,0,134). Sum of RGB (Red+Green+Blue) = 238+0+134=372 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.98% from 372); Green value is 0 (0.39% from 255 or 0% from 372); Blue value is 134 (52.73% from 255 or 36.02% from 372); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0086 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE0086 is #11FF79. Grayscale: #565656. Windows color (decimal): -1179514 or 8782062. OLE color: 8782062.

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

Color convert

RGB 238 0 134 -
CMYK 0 1 0.44 0.07
HSL 326.22º 1% 0.47% -
HSV(B) 326.22º 1% 0.93% -
XYZ 39.56 19.9 24.31 -
YUV 86.44 154.85 236.1 -
System Red Green Blue C M Y K H S L
Decimal 238 0 134 0 1 0.44 0.07 326.22 1 0.47
Hex EE 0 86 0 64 2C 7 146 64 2F
Octal 356 0 206 0 144 54 7 506 144 57
Binary 11101110 0 10000110 0 1100100 101100 111 101000110 1100100 101111

Color Harmonies of #EE0086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0086

Black with #EE0086

Text Example


Text Example

White with #EE0086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0086; }

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

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

background-color css

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

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

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

border-color css

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

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

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