#E504A8

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

Shades of Hollywood Cerise #E504A8

Tints of Hollywood Cerise #E504A8

Color information

#E504A8 (or 0xE504A8) is unknown color: approx Hollywood Cerise. HEX triplet: E5, 04 and A8. RGB value is (229,4,168). Sum of RGB (Red+Green+Blue) = 229+4+168=401 (53% of max value = 765). Red value is 229 (89.84% from 255 or 57.11% from 401); Green value is 4 (1.95% from 255 or 1.00% from 401); Blue value is 168 (66.02% from 255 or 41.90% from 401); Max value from RGB is 229 - color contains mainly: red. Hex color #E504A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E504A8 is #1AFB57. Grayscale: #595959. Windows color (decimal): -1768280 or 11011301. OLE color: 11011301.

HSL color Cylindrical-coordinate representation of color #E504A8: hue angle of 316.27º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E504A8 is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.10.

Color convert

RGB2294168-
CMYK00.980.270.10
HSL316.27º96.57%45.69%-
HSV(B)316.27º98.25%89.8%-
XYZ39.4219.5738.75-
YUV89.97172.04227.16-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 57.11%
GREEN value IS 4 (1.95% from 255) = 1.00%
BLUE value IS 168 (66.02% from 255) = 41.90%
R=57.11%
G=1.00%
B=41.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.27
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229416800.980.270.10316.2796.5745.69
HexE54A80621BA13c612e
Octal34542500142331247414156
Binary1110010110010101000011000101101110101001111001100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E504A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E504A8; }

 p { color: rgb(229,4,168); }

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

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

 a { background-color: rgb(229,4,168); }

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

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

 span { border-color: rgb(229,4,168); }

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