#E40F9D

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

Shades of Hollywood Cerise #E40F9D

Tints of Hollywood Cerise #E40F9D

Color information

#E40F9D (or 0xE40F9D) is unknown color: approx Hollywood Cerise. HEX triplet: E4, 0F and 9D. RGB value is (228,15,157). Sum of RGB (Red+Green+Blue) = 228+15+157=400 (52% of max value = 765). Red value is 228 (89.45% from 255 or 57% from 400); Green value is 15 (6.25% from 255 or 3.75% from 400); Blue value is 157 (61.72% from 255 or 39.25% from 400); Max value from RGB is 228 - color contains mainly: red. Hex color #E40F9D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E40F9D is #1BF062. Grayscale: #5E5E5E. Windows color (decimal): -1831011 or 10293220. OLE color: 10293220.

HSL color Cylindrical-coordinate representation of color #E40F9D: hue angle of 320º 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 #E40F9D is Cyan = 0, Magento = 0.93, Yellow = 0.31 and Black (K on CMYK) = 0.11.

Color convert

RGB22815157-
CMYK00.930.310.11
HSL320º87.65%47.65%-
HSV(B)320º93.42%89.41%-
XYZ38.2519.2733.6-
YUV94.88163.07222.95-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 57%
GREEN value IS 15 (6.25% from 255) = 3.75%
BLUE value IS 157 (61.72% from 255) = 39.25%
R=57%
G=3.75%
B=39.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.31
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2281515700.930.310.1132087.6547.65
HexE4F9D05D1FB1405830
Octal344172350135371350013060
Binary11100100111110011101010111011111110111010000001011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E40F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E40F9D; }

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

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

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

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

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

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

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

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