#E416A0

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

Shades of Hollywood Cerise #E416A0

Tints of Hollywood Cerise #E416A0

Color information

#E416A0 (or 0xE416A0) is unknown color: approx Hollywood Cerise. HEX triplet: E4, 16 and A0. RGB value is (228,22,160). Sum of RGB (Red+Green+Blue) = 228+22+160=410 (54% of max value = 765). Red value is 228 (89.45% from 255 or 55.61% from 410); Green value is 22 (8.98% from 255 or 5.37% from 410); Blue value is 160 (62.89% from 255 or 39.02% from 410); Max value from RGB is 228 - color contains mainly: red. Hex color #E416A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E416A0 is #1BE95F. Grayscale: #626262. Windows color (decimal): -1829216 or 10491620. OLE color: 10491620.

HSL color Cylindrical-coordinate representation of color #E416A0: hue angle of 319.81º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E416A0 is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.11.

Color convert

RGB22822160-
CMYK00.900.300.11
HSL319.81º82.4%49.02%-
HSV(B)319.81º90.35%89.41%-
XYZ38.6319.6135.01-
YUV99.33162.25219.78-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 55.61%
GREEN value IS 22 (8.98% from 255) = 5.37%
BLUE value IS 160 (62.89% from 255) = 39.02%
R=55.61%
G=5.37%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.30
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2282216000.900.300.11319.8182.449.02
HexE416A005A1EB1405231
Octal344262400132361350012261
Binary111001001011010100000010110101111010111010000001010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E416A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E416A0; }

 p { color: rgb(228,22,160); }

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

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

 a { background-color: rgb(228,22,160); }

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

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

 span { border-color: rgb(228,22,160); }

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