#E414AC

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

Shades of Hollywood Cerise #E414AC

Tints of Hollywood Cerise #E414AC

Color information

#E414AC (or 0xE414AC) is unknown color: approx Hollywood Cerise. HEX triplet: E4, 14 and AC. RGB value is (228,20,172). Sum of RGB (Red+Green+Blue) = 228+20+172=420 (55% of max value = 765). Red value is 228 (89.45% from 255 or 54.29% from 420); Green value is 20 (8.20% from 255 or 4.76% from 420); Blue value is 172 (67.58% from 255 or 40.95% from 420); Max value from RGB is 228 - color contains mainly: red. Hex color #E414AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E414AC is #1BEB53. Grayscale: #636363. Windows color (decimal): -1829716 or 11277540. OLE color: 11277540.

HSL color Cylindrical-coordinate representation of color #E414AC: hue angle of 316.15º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E414AC is Cyan = 0, Magento = 0.91, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB22820172-
CMYK00.910.250.11
HSL316.15º83.87%48.63%-
HSV(B)316.15º91.23%89.41%-
XYZ39.6919.9740.79-
YUV99.52168.91219.64-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 54.29%
GREEN value IS 20 (8.20% from 255) = 4.76%
BLUE value IS 172 (67.58% from 255) = 40.95%
R=54.29%
G=4.76%
B=40.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2282017200.910.250.11316.1583.8748.63
HexE414AC05B19B13c5431
Octal344242540133311347412461
Binary111001001010010101100010110111100110111001111001010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E414AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E414AC; }

 p { color: rgb(228,20,172); }

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

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

 a { background-color: rgb(228,20,172); }

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

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

 span { border-color: rgb(228,20,172); }

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