Html Css Color HEX #E00FA6 Hollywood Cerise

📋 copy color: '#E00FA6'

red 224 ◦ green 15 ◦ blue 166

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

Shades of Hollywood Cerise #E00FA6

Tints of Hollywood Cerise #E00FA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 40.99%

R = 55.31%
G = 3.7%
B = 40.99%

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

#E00FA6 (or 0xE00FA6) is known color: Hollywood Cerise. HEX triplet: E0, 0F and A6. RGB value is (224,15,166). Sum of RGB (Red+Green+Blue) = 224+15+166=405 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.31% from 405); Green value is 15 (6.25% from 255 or 3.70% from 405); Blue value is 166 (65.23% from 255 or 40.99% from 405); Max value from RGB is 224 - color contains mainly: red. Hex color #E00FA6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00FA6 is #1FF059. Grayscale: #5E5E5E. Windows color (decimal): -2093146 or 10883040. OLE color: 10883040.

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

Color convert

RGB 224 15 166 -
CMYK 0 0.93 0.26 0.12
HSL 316.65º 0.87% 0.47% -
HSV(B) 316.65º 0.93% 0.88% -
XYZ 37.79 18.94 37.74 -
YUV 94.71 168.24 220.22 -
System Red Green Blue C M Y K H S L
Decimal 224 15 166 0 0.93 0.26 0.12 316.65 0.87 0.47
Hex E0 F A6 0 5D 1A C 13D 57 2F
Octal 340 17 246 0 135 32 14 475 127 57
Binary 11100000 1111 10100110 0 1011101 11010 1100 100111101 1010111 101111

Color Harmonies of #E00FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00FA6

Black with #E00FA6

Text Example


Text Example

White with #E00FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00FA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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