Html Css Color HEX #E00A98 Hollywood Cerise

📋 copy color: '#E00A98'

red 224 ◦ green 10 ◦ blue 152

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

Shades of Hollywood Cerise #E00A98

Tints of Hollywood Cerise #E00A98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 39.38%

R = 58.03%
G = 2.59%
B = 39.38%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#E00A98 (or 0xE00A98) is known color: Hollywood Cerise. HEX triplet: E0, 0A and 98. RGB value is (224,10,152). Sum of RGB (Red+Green+Blue) = 224+10+152=386 (51% of max value = 765). Red value is 224 (87.89% from 255 or 58.03% from 386); Green value is 10 (4.30% from 255 or 2.59% from 386); Blue value is 152 (59.77% from 255 or 39.38% from 386); Max value from RGB is 224 - color contains mainly: red. Hex color #E00A98 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00A98 is #1FF567. Grayscale: #595959. Windows color (decimal): -2094440 or 9964256. OLE color: 9964256.

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

Color convert

RGB 224 10 152 -
CMYK 0 0.96 0.32 0.12
HSL 320.19º 0.91% 0.46% -
HSV(B) 320.19º 0.96% 0.88% -
XYZ 36.52 18.33 31.32 -
YUV 90.17 162.9 223.45 -
System Red Green Blue C M Y K H S L
Decimal 224 10 152 0 0.96 0.32 0.12 320.19 0.91 0.46
Hex E0 A 98 0 60 20 C 140 5B 2E
Octal 340 12 230 0 140 40 14 500 133 56
Binary 11100000 1010 10011000 0 1100000 100000 1100 101000000 1011011 101110

Color Harmonies of #E00A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00A98

Black with #E00A98

Text Example


Text Example

White with #E00A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00A98; }

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

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

background-color css

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

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

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

border-color css

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

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

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