Html Css Color HEX #E00A8F Hollywood Cerise

📋 copy color: '#E00A8F'

red 224 ◦ green 10 ◦ blue 143

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

Shades of Hollywood Cerise #E00A8F

Tints of Hollywood Cerise #E00A8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 37.93%

R = 59.42%
G = 2.65%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#E00A8F (or 0xE00A8F) is known color: Hollywood Cerise. HEX triplet: E0, 0A and 8F. RGB value is (224,10,143). Sum of RGB (Red+Green+Blue) = 224+10+143=377 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.42% from 377); Green value is 10 (4.30% from 255 or 2.65% from 377); Blue value is 143 (56.25% from 255 or 37.93% from 377); Max value from RGB is 224 - color contains mainly: red. Hex color #E00A8F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00A8F is #1FF570. Grayscale: #585858. Windows color (decimal): -2094449 or 9374432. OLE color: 9374432.

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

Color convert

RGB 224 10 143 -
CMYK 0 0.96 0.36 0.12
HSL 322.71º 0.91% 0.46% -
HSV(B) 322.71º 0.96% 0.88% -
XYZ 35.81 18.05 27.58 -
YUV 89.15 158.4 224.19 -
System Red Green Blue C M Y K H S L
Decimal 224 10 143 0 0.96 0.36 0.12 322.71 0.91 0.46
Hex E0 A 8F 0 60 24 C 143 5B 2E
Octal 340 12 217 0 140 44 14 503 133 56
Binary 11100000 1010 10001111 0 1100000 100100 1100 101000011 1011011 101110

Color Harmonies of #E00A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00A8F

Black with #E00A8F

Text Example


Text Example

White with #E00A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00A8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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