#E40FA0

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

Shades of Hollywood Cerise #E40FA0

Tints of Hollywood Cerise #E40FA0

Color information

#E40FA0 (or 0xE40FA0) is unknown color: approx Hollywood Cerise. HEX triplet: E4, 0F and A0. RGB value is (228,15,160). Sum of RGB (Red+Green+Blue) = 228+15+160=403 (53% of max value = 765). Red value is 228 (89.45% from 255 or 56.58% from 403); Green value is 15 (6.25% from 255 or 3.72% from 403); Blue value is 160 (62.89% from 255 or 39.70% from 403); Max value from RGB is 228 - color contains mainly: red. Hex color #E40FA0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E40FA0 is #1BF05F. Grayscale: #5E5E5E. Windows color (decimal): -1831008 or 10489828. OLE color: 10489828.

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

Color convert

RGB22815160-
CMYK00.930.300.11
HSL319.15º87.65%47.65%-
HSV(B)319.15º93.42%89.41%-
XYZ38.5119.3734.97-
YUV95.22164.57222.71-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 56.58%
GREEN value IS 15 (6.25% from 255) = 3.72%
BLUE value IS 160 (62.89% from 255) = 39.70%
R=56.58%
G=3.72%
B=39.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.30
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2281516000.930.300.11319.1587.6547.65
HexE4FA005D1EB13f5830
Octal344172400135361347713060
Binary11100100111110100000010111011111010111001111111011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E40FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E40FA0; }

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

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

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

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

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

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

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

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