#e50fa0

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

Shades of Hollywood Cerise #E50FA0

Tints of Hollywood Cerise #E50FA0

Color information

#E50FA0 (or 0xE50FA0) is unknown color: approx Hollywood Cerise. HEX triplet: E5, 0F and A0. RGB value is (229,15,160). Sum of RGB (Red+Green+Blue) = 229+15+160=404 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.68% from 404); Green value is 15 (6.25% from 255 or 3.71% from 404); Blue value is 160 (62.89% from 255 or 39.60% from 404); Max value from RGB is 229 - color contains mainly: red. Hex color #E50FA0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E50FA0 is #1AF05F. Grayscale: #5F5F5F. Windows color (decimal): -1765472 or 10489829. OLE color: 10489829.

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

Color convert

RGB22915160-
CMYK00.930.300.10
HSL319.35º87.7%47.84%-
HSV(B)319.35º93.45%89.8%-
XYZ38.8319.5434.98-
YUV95.52164.4223.21-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 56.68%
GREEN value IS 15 (6.25% from 255) = 3.71%
BLUE value IS 160 (62.89% from 255) = 39.60%
R=56.68%
G=3.71%
B=39.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.30
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291516000.930.300.10319.3587.747.84
HexE5FA005D1EA13f5830
Octal345172400135361247713060
Binary11100101111110100000010111011111010101001111111011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e50fa0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e50fa0; }

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

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

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

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

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

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

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

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