Html Css Color HEX #E00AAC Hollywood Cerise

📋 copy color: '#E00AAC'

red 224 ◦ green 10 ◦ blue 172

#E00AAC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hollywood Cerise #E00AAC

Tints of Hollywood Cerise #E00AAC

RGB

 RED value IS 224 (87.89% from 255) = 55.17%

 GREEN value IS 10 (4.3% from 255) = 2.46%

 BLUE value IS 172 (67.58% from 255) = 42.36%

R = 55.17%
G = 2.46%
B = 42.36%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#E00AAC (or 0xE00AAC) is known color: Hollywood Cerise. HEX triplet: E0, 0A and AC. RGB value is (224,10,172). Sum of RGB (Red+Green+Blue) = 224+10+172=406 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.17% from 406); Green value is 10 (4.30% from 255 or 2.46% from 406); Blue value is 172 (67.58% from 255 or 42.36% from 406); Max value from RGB is 224 - color contains mainly: red. Hex color #E00AAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00AAC is #1FF553. Grayscale: #5C5C5C. Windows color (decimal): -2094420 or 11274976. OLE color: 11274976.

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

Color convert

RGB 224 10 172 -
CMYK 0 0.96 0.23 0.12
HSL 314.58º 0.91% 0.46% -
HSV(B) 314.58º 0.96% 0.88% -
XYZ 38.3 19.04 40.69 -
YUV 92.45 172.9 221.83 -
System Red Green Blue C M Y K H S L
Decimal 224 10 172 0 0.96 0.23 0.12 314.58 0.91 0.46
Hex E0 A AC 0 60 17 C 13B 5B 2E
Octal 340 12 254 0 140 27 14 473 133 56
Binary 11100000 1010 10101100 0 1100000 10111 1100 100111011 1011011 101110

Color Harmonies of #E00AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00AAC

Black with #E00AAC

Text Example


Text Example

White with #E00AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00AAC; }

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

 H1.HeaderClassName
 {
   color: #E00AAC;
 }
 .AnyTagClassName
 {
   color: #E00AAC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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