#E406A5

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

Shades of Hollywood Cerise #E406A5

Tints of Hollywood Cerise #E406A5

Color information

#E406A5 (or 0xE406A5) is unknown color: approx Hollywood Cerise. HEX triplet: E4, 06 and A5. RGB value is (228,6,165). Sum of RGB (Red+Green+Blue) = 228+6+165=399 (52% of max value = 765). Red value is 228 (89.45% from 255 or 57.14% from 399); Green value is 6 (2.73% from 255 or 1.50% from 399); Blue value is 165 (64.84% from 255 or 41.35% from 399); Max value from RGB is 228 - color contains mainly: red. Hex color #E406A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E406A5 is #1BF95A. Grayscale: #5A5A5A. Windows color (decimal): -1833307 or 10815204. OLE color: 10815204.

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

Color convert

RGB2286165-
CMYK00.970.280.11
HSL317.03º94.87%45.88%-
HSV(B)317.03º97.37%89.41%-
XYZ38.8519.3437.28-
YUV90.5170.05226.07-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 57.14%
GREEN value IS 6 (2.73% from 255) = 1.50%
BLUE value IS 165 (64.84% from 255) = 41.35%
R=57.14%
G=1.50%
B=41.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.28
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal228616500.970.280.11317.0394.8745.88
HexE46A50611CB13d5f2e
Octal34462450141341347513756
Binary1110010011010100101011000011110010111001111011011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E406A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E406A5; }

 p { color: rgb(228,6,165); }

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

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

 a { background-color: rgb(228,6,165); }

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

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

 span { border-color: rgb(228,6,165); }

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