Html Css Color HEX #E00A9D Hollywood Cerise

📋 copy color: '#E00A9D'

red 224 ◦ green 10 ◦ blue 157

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

Shades of Hollywood Cerise #E00A9D

Tints of Hollywood Cerise #E00A9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 40.15%

R = 57.29%
G = 2.56%
B = 40.15%

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

#E00A9D (or 0xE00A9D) is known color: Hollywood Cerise. HEX triplet: E0, 0A and 9D. RGB value is (224,10,157). Sum of RGB (Red+Green+Blue) = 224+10+157=391 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.29% from 391); Green value is 10 (4.30% from 255 or 2.56% from 391); Blue value is 157 (61.72% from 255 or 40.15% from 391); Max value from RGB is 224 - color contains mainly: red. Hex color #E00A9D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00A9D is #1FF562. Grayscale: #5A5A5A. Windows color (decimal): -2094435 or 10291936. OLE color: 10291936.

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

Color convert

RGB 224 10 157 -
CMYK 0 0.96 0.30 0.12
HSL 318.79º 0.91% 0.46% -
HSV(B) 318.79º 0.96% 0.88% -
XYZ 36.93 18.5 33.52 -
YUV 90.74 165.4 223.05 -
System Red Green Blue C M Y K H S L
Decimal 224 10 157 0 0.96 0.30 0.12 318.79 0.91 0.46
Hex E0 A 9D 0 60 1E C 13F 5B 2E
Octal 340 12 235 0 140 36 14 477 133 56
Binary 11100000 1010 10011101 0 1100000 11110 1100 100111111 1011011 101110

Color Harmonies of #E00A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00A9D

Black with #E00A9D

Text Example


Text Example

White with #E00A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00A9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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