Html Css Color HEX #E00FA5 Hollywood Cerise

📋 copy color: '#E00FA5'

red 224 ◦ green 15 ◦ blue 165

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

Shades of Hollywood Cerise #E00FA5

Tints of Hollywood Cerise #E00FA5

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.71%

 BLUE value IS 165 (64.84% from 255) = 40.84%

R = 55.45%
G = 3.71%
B = 40.84%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.26

 K value IS 0.12

RGB Variations

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

Color information

#E00FA5 (or 0xE00FA5) is known color: Hollywood Cerise. HEX triplet: E0, 0F and A5. RGB value is (224,15,165). Sum of RGB (Red+Green+Blue) = 224+15+165=404 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.45% from 404); Green value is 15 (6.25% from 255 or 3.71% from 404); Blue value is 165 (64.84% from 255 or 40.84% from 404); Max value from RGB is 224 - color contains mainly: red. Hex color #E00FA5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00FA5 is #1FF05A. Grayscale: #5E5E5E. Windows color (decimal): -2093147 or 10817504. OLE color: 10817504.

HSL color Cylindrical-coordinate representation of color #E00FA5: hue angle of 316.94º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E00FA5 is Cyan = 0, Magento = 0.93, Yellow = 0.26 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 15 165 -
CMYK 0 0.93 0.26 0.12
HSL 316.94º 0.87% 0.47% -
HSV(B) 316.94º 0.93% 0.88% -
XYZ 37.7 18.91 37.26 -
YUV 94.59 167.74 220.3 -
System Red Green Blue C M Y K H S L
Decimal 224 15 165 0 0.93 0.26 0.12 316.94 0.87 0.47
Hex E0 F A5 0 5D 1A C 13D 57 2F
Octal 340 17 245 0 135 32 14 475 127 57
Binary 11100000 1111 10100101 0 1011101 11010 1100 100111101 1010111 101111

Color Harmonies of #E00FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00FA5

Black with #E00FA5

Text Example


Text Example

White with #E00FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00FA5; }

 p { color: rgb(224,15,165); }

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

background-color css

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

 a { background-color: rgb(224,15,165); }

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

border-color css

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

 span { border-color: rgb(224,15,165); }

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