#E406B4

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

Shades of Hollywood Cerise #E406B4

Tints of Hollywood Cerise #E406B4

Color information

#E406B4 (or 0xE406B4) is unknown color: approx Hollywood Cerise. HEX triplet: E4, 06 and B4. RGB value is (228,6,180). Sum of RGB (Red+Green+Blue) = 228+6+180=414 (54% of max value = 765). Red value is 228 (89.45% from 255 or 55.07% from 414); Green value is 6 (2.73% from 255 or 1.45% from 414); Blue value is 180 (70.70% from 255 or 43.48% from 414); Max value from RGB is 228 - color contains mainly: red. Hex color #E406B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E406B4 is #1BF94B. Grayscale: #5B5B5B. Windows color (decimal): -1833292 or 11798244. OLE color: 11798244.

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

Color convert

RGB2286180-
CMYK00.970.210.11
HSL312.97º94.87%45.88%-
HSV(B)312.97º97.37%89.41%-
XYZ40.319.9244.9-
YUV92.21177.55224.85-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 55.07%
GREEN value IS 6 (2.73% from 255) = 1.45%
BLUE value IS 180 (70.70% from 255) = 43.48%
R=55.07%
G=1.45%
B=43.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.21
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal228618000.970.210.11312.9794.8745.88
HexE46B406115B1395f2e
Octal34462640141251347113756
Binary1110010011010110100011000011010110111001110011011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E406B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E406B4; }

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

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

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

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

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

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

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

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