#E40F9C

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

Shades of Hollywood Cerise #E40F9C

Tints of Hollywood Cerise #E40F9C

Color information

#E40F9C (or 0xE40F9C) is unknown color: approx Hollywood Cerise. HEX triplet: E4, 0F and 9C. RGB value is (228,15,156). Sum of RGB (Red+Green+Blue) = 228+15+156=399 (52% of max value = 765). Red value is 228 (89.45% from 255 or 57.14% from 399); Green value is 15 (6.25% from 255 or 3.76% from 399); Blue value is 156 (61.33% from 255 or 39.10% from 399); Max value from RGB is 228 - color contains mainly: red. Hex color #E40F9C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E40F9C is #1BF063. Grayscale: #5E5E5E. Windows color (decimal): -1831012 or 10227684. OLE color: 10227684.

HSL color Cylindrical-coordinate representation of color #E40F9C: hue angle of 320.28º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E40F9C is Cyan = 0, Magento = 0.93, Yellow = 0.32 and Black (K on CMYK) = 0.11.

Color convert

RGB22815156-
CMYK00.930.320.11
HSL320.28º87.65%47.65%-
HSV(B)320.28º93.42%89.41%-
XYZ38.1719.2433.15-
YUV94.76162.57223.04-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 57.14%
GREEN value IS 15 (6.25% from 255) = 3.76%
BLUE value IS 156 (61.33% from 255) = 39.10%
R=57.14%
G=3.76%
B=39.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.32
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2281515600.930.320.11320.2887.6547.65
HexE4F9C05D20B1405830
Octal344172340135401350013060
Binary111001001111100111000101110110000010111010000001011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E40F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E40F9C; }

 p { color: rgb(228,15,156); }

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

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

 a { background-color: rgb(228,15,156); }

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

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

 span { border-color: rgb(228,15,156); }

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