Html Css Color HEX #E00A9C Hollywood Cerise

📋 copy color: '#E00A9C'

red 224 ◦ green 10 ◦ blue 156

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

Shades of Hollywood Cerise #E00A9C

Tints of Hollywood Cerise #E00A9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 40%

R = 57.44%
G = 2.56%
B = 40%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.30

 K value IS 0.12

RGB Variations

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

Color information

#E00A9C (or 0xE00A9C) is known color: Hollywood Cerise. HEX triplet: E0, 0A and 9C. RGB value is (224,10,156). Sum of RGB (Red+Green+Blue) = 224+10+156=390 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.44% from 390); Green value is 10 (4.30% from 255 or 2.56% from 390); Blue value is 156 (61.33% from 255 or 40% from 390); Max value from RGB is 224 - color contains mainly: red. Hex color #E00A9C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00A9C is #1FF563. Grayscale: #5A5A5A. Windows color (decimal): -2094436 or 10226400. OLE color: 10226400.

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

Color convert

RGB 224 10 156 -
CMYK 0 0.96 0.30 0.12
HSL 319.07º 0.91% 0.46% -
HSV(B) 319.07º 0.96% 0.88% -
XYZ 36.85 18.46 33.07 -
YUV 90.63 164.9 223.13 -
System Red Green Blue C M Y K H S L
Decimal 224 10 156 0 0.96 0.30 0.12 319.07 0.91 0.46
Hex E0 A 9C 0 60 1E C 13F 5B 2E
Octal 340 12 234 0 140 36 14 477 133 56
Binary 11100000 1010 10011100 0 1100000 11110 1100 100111111 1011011 101110

Color Harmonies of #E00A9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00A9C

Black with #E00A9C

Text Example


Text Example

White with #E00A9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00A9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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