Html Css Color HEX #E00AA3 Hollywood Cerise

📋 copy color: '#E00AA3'

red 224 ◦ green 10 ◦ blue 163

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

Shades of Hollywood Cerise #E00AA3

Tints of Hollywood Cerise #E00AA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 41.06%

R = 56.42%
G = 2.52%
B = 41.06%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.27

 K value IS 0.12

RGB Variations

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

Color information

#E00AA3 (or 0xE00AA3) is known color: Hollywood Cerise. HEX triplet: E0, 0A and A3. RGB value is (224,10,163). Sum of RGB (Red+Green+Blue) = 224+10+163=397 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.42% from 397); Green value is 10 (4.30% from 255 or 2.52% from 397); Blue value is 163 (64.06% from 255 or 41.06% from 397); Max value from RGB is 224 - color contains mainly: red. Hex color #E00AA3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00AA3 is #1FF55C. Grayscale: #5B5B5B. Windows color (decimal): -2094429 or 10685152. OLE color: 10685152.

HSL color Cylindrical-coordinate representation of color #E00AA3: hue angle of 317.1º 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 #E00AA3 is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 10 163 -
CMYK 0 0.96 0.27 0.12
HSL 317.1º 0.91% 0.46% -
HSV(B) 317.1º 0.96% 0.88% -
XYZ 37.46 18.71 36.29 -
YUV 91.43 168.4 222.56 -
System Red Green Blue C M Y K H S L
Decimal 224 10 163 0 0.96 0.27 0.12 317.1 0.91 0.46
Hex E0 A A3 0 60 1B C 13D 5B 2E
Octal 340 12 243 0 140 33 14 475 133 56
Binary 11100000 1010 10100011 0 1100000 11011 1100 100111101 1011011 101110

Color Harmonies of #E00AA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00AA3

Black with #E00AA3

Text Example


Text Example

White with #E00AA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00AA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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