#E004AC

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

Shades of Hollywood Cerise #E004AC

Tints of Hollywood Cerise #E004AC

Color information

#E004AC (or 0xE004AC) is unknown color: approx Hollywood Cerise. HEX triplet: E0, 04 and AC. RGB value is (224,4,172). Sum of RGB (Red+Green+Blue) = 224+4+172=400 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56% from 400); Green value is 4 (1.95% from 255 or 1% from 400); Blue value is 172 (67.58% from 255 or 43% from 400); Max value from RGB is 224 - color contains mainly: red. Hex color #E004AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E004AC is #1FFB53. Grayscale: #585858. Windows color (decimal): -2095956 or 11273440. OLE color: 11273440.

HSL color Cylindrical-coordinate representation of color #E004AC: hue angle of 314.18º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E004AC is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB2244172-
CMYK00.980.230.12
HSL314.18º96.49%44.71%-
HSV(B)314.18º98.21%87.84%-
XYZ38.2318.9140.67-
YUV88.93174.89224.34-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 56%
GREEN value IS 4 (1.95% from 255) = 1%
BLUE value IS 172 (67.58% from 255) = 43%
R=56%
G=1%
B=43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224417200.980.230.12314.1896.4944.71
HexE04AC06217C13a602d
Octal34042540142271447214055
Binary1110000010010101100011000101011111001001110101100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E004AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E004AC; }

 p { color: rgb(224,4,172); }

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

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

 a { background-color: rgb(224,4,172); }

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

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

 span { border-color: rgb(224,4,172); }

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