#EE008C

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

Shades of Hollywood Cerise #EE008C

Tints of Hollywood Cerise #EE008C

Color information

#EE008C (or 0xEE008C) is unknown color: approx Hollywood Cerise. HEX triplet: EE, 00 and 8C. RGB value is (238,0,140). Sum of RGB (Red+Green+Blue) = 238+0+140=378 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.96% from 378); Green value is 0 (0.39% from 255 or 0% from 378); Blue value is 140 (55.08% from 255 or 37.04% from 378); Max value from RGB is 238 - color contains mainly: red. Hex color #EE008C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE008C is #11FF73. Grayscale: #565656. Windows color (decimal): -1179508 or 9175278. OLE color: 9175278.

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

Color convert

RGB2380140-
CMYK010.410.07
HSL324.71º100%46.67%-
HSV(B)324.71º100%93.33%-
XYZ39.9920.0726.58-
YUV87.12157.85235.62-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 62.96%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 140 (55.08% from 255) = 37.04%
R=62.96%
G=0%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2380140010.410.07324.7110046.67
HexEE08C064297145642f
Octal3560214014451750514457
Binary11101110010001100011001001010011111010001011100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE008C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE008C; }

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

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

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

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

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

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

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

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