#EE0088

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

Shades of Hollywood Cerise #EE0088

Tints of Hollywood Cerise #EE0088

Color information

#EE0088 (or 0xEE0088) is unknown color: approx Hollywood Cerise. HEX triplet: EE, 00 and 88. RGB value is (238,0,136). Sum of RGB (Red+Green+Blue) = 238+0+136=374 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.64% from 374); Green value is 0 (0.39% from 255 or 0% from 374); Blue value is 136 (53.52% from 255 or 36.36% from 374); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0088 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE0088 is #11FF77. Grayscale: #565656. Windows color (decimal): -1179512 or 8913134. OLE color: 8913134.

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

Color convert

RGB2380136-
CMYK010.430.07
HSL325.71º100%46.67%-
HSV(B)325.71º100%93.33%-
XYZ39.719.9525.05-
YUV86.67155.85235.94-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 63.64%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 136 (53.52% from 255) = 36.36%
R=63.64%
G=0%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.43
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2380136010.430.07325.7110046.67
HexEE0880642B7146642f
Octal3560210014453750614457
Binary11101110010001000011001001010111111010001101100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE0088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE0088; }

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

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

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

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

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

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

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

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