#E008B3

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

Shades of Hollywood Cerise #E008B3

Tints of Hollywood Cerise #E008B3

Color information

#E008B3 (or 0xE008B3) is unknown color: approx Hollywood Cerise. HEX triplet: E0, 08 and B3. RGB value is (224,8,179). Sum of RGB (Red+Green+Blue) = 224+8+179=411 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.50% from 411); Green value is 8 (3.52% from 255 or 1.95% from 411); Blue value is 179 (70.31% from 255 or 43.55% from 411); Max value from RGB is 224 - color contains mainly: red. Hex color #E008B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E008B3 is #1FF74C. Grayscale: #5B5B5B. Windows color (decimal): -2094925 or 11733216. OLE color: 11733216.

HSL color Cylindrical-coordinate representation of color #E008B3: hue angle of 312.5º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E008B3 is Cyan = 0, Magento = 0.96, Yellow = 0.20 and Black (K on CMYK) = 0.12.

Color convert

RGB2248179-
CMYK00.960.200.12
HSL312.5º93.1%45.49%-
HSV(B)312.5º96.43%87.84%-
XYZ38.9619.2844.31-
YUV92.08177.06222.1-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 54.50%
GREEN value IS 8 (3.52% from 255) = 1.95%
BLUE value IS 179 (70.31% from 255) = 43.55%
R=54.50%
G=1.95%
B=43.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.20
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224817900.960.200.12312.593.145.49
HexE08B306014C1385d2d
Octal340102630140241447013555
Binary11100000100010110011011000001010011001001110001011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E008B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E008B3; }

 p { color: rgb(224,8,179); }

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

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

 a { background-color: rgb(224,8,179); }

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

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

 span { border-color: rgb(224,8,179); }

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