#EE08AB

Color #EE08AB Hollywood Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hollywood Cerise #EE08AB

Tints of Hollywood Cerise #EE08AB

Color information

#EE08AB (or 0xEE08AB) is unknown color: approx Hollywood Cerise. HEX triplet: EE, 08 and AB. RGB value is (238,8,171). Sum of RGB (Red+Green+Blue) = 238+8+171=417 (55% of max value = 765). Red value is 238 (93.36% from 255 or 57.07% from 417); Green value is 8 (3.52% from 255 or 1.92% from 417); Blue value is 171 (67.19% from 255 or 41.01% from 417); Max value from RGB is 238 - color contains mainly: red. Hex color #EE08AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE08AB is #11F754. Grayscale: #5E5E5E. Windows color (decimal): -1177429 or 11208942. OLE color: 11208942.

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

Color convert

RGB2388171-
CMYK00.970.280.07
HSL317.48º93.5%48.24%-
HSV(B)317.48º96.64%93.33%-
XYZ42.721.2940.39-
YUV95.35170.7229.75-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 57.07%
GREEN value IS 8 (3.52% from 255) = 1.92%
BLUE value IS 171 (67.19% from 255) = 41.01%
R=57.07%
G=1.92%
B=41.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238817100.970.280.07317.4893.548.24
HexEE8AB0611C713d5d30
Octal35610253014134747513560
Binary1110111010001010101101100001111001111001111011011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE08AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE08AB; }

 p { color: rgb(238,8,171); }

 H1.HeaderClassName
 {
   color: #EE08AB;
 }
 .AnyTagClassName
 {
   color: #EE08AB;
 }
</style>
background-color css

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

 a { background-color: rgb(238,8,171); }

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

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

 span { border-color: rgb(238,8,171); }

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