#E406AE

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

Shades of Hollywood Cerise #E406AE

Tints of Hollywood Cerise #E406AE

Color information

#E406AE (or 0xE406AE) is unknown color: approx Hollywood Cerise. HEX triplet: E4, 06 and AE. RGB value is (228,6,174). Sum of RGB (Red+Green+Blue) = 228+6+174=408 (54% of max value = 765). Red value is 228 (89.45% from 255 or 55.88% from 408); Green value is 6 (2.73% from 255 or 1.47% from 408); Blue value is 174 (68.36% from 255 or 42.65% from 408); Max value from RGB is 228 - color contains mainly: red. Hex color #E406AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E406AE is #1BF951. Grayscale: #5B5B5B. Windows color (decimal): -1833298 or 11405028. OLE color: 11405028.

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

Color convert

RGB2286174-
CMYK00.970.240.11
HSL314.59º94.87%45.88%-
HSV(B)314.59º97.37%89.41%-
XYZ39.719.6841.75-
YUV91.53174.55225.34-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 55.88%
GREEN value IS 6 (2.73% from 255) = 1.47%
BLUE value IS 174 (68.36% from 255) = 42.65%
R=55.88%
G=1.47%
B=42.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.24
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal228617400.970.240.11314.5994.8745.88
HexE46AE06118B13b5f2e
Octal34462560141301347313756
Binary1110010011010101110011000011100010111001110111011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E406AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E406AE; }

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

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

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

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

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

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

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

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