#E506A0

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

Shades of Hollywood Cerise #E506A0

Tints of Hollywood Cerise #E506A0

Color information

#E506A0 (or 0xE506A0) is unknown color: approx Hollywood Cerise. HEX triplet: E5, 06 and A0. RGB value is (229,6,160). Sum of RGB (Red+Green+Blue) = 229+6+160=395 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.97% from 395); Green value is 6 (2.73% from 255 or 1.52% from 395); Blue value is 160 (62.89% from 255 or 40.51% from 395); Max value from RGB is 229 - color contains mainly: red. Hex color #E506A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E506A0 is #1AF95F. Grayscale: #595959. Windows color (decimal): -1767776 or 10487525. OLE color: 10487525.

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

Color convert

RGB2296160-
CMYK00.970.300.10
HSL318.57º94.89%46.08%-
HSV(B)318.57º97.38%89.8%-
XYZ38.7219.3334.95-
YUV90.23167.38226.98-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 57.97%
GREEN value IS 6 (2.73% from 255) = 1.52%
BLUE value IS 160 (62.89% from 255) = 40.51%
R=57.97%
G=1.52%
B=40.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.30
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229616000.970.300.10318.5794.8946.08
HexE56A00611EA13f5f2e
Octal34562400141361247713756
Binary1110010111010100000011000011111010101001111111011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E506A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E506A0; }

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

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

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

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

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

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

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

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