Html Css Color HEX #E010AE Hollywood Cerise

📋 copy color: '#E010AE'

red 224 ◦ green 16 ◦ blue 174

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

Shades of Hollywood Cerise #E010AE

Tints of Hollywood Cerise #E010AE

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.86%

 BLUE value IS 174 (68.36% from 255) = 42.03%

R = 54.11%
G = 3.86%
B = 42.03%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E010AE (or 0xE010AE) is known color: Hollywood Cerise. HEX triplet: E0, 10 and AE. RGB value is (224,16,174). Sum of RGB (Red+Green+Blue) = 224+16+174=414 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.11% from 414); Green value is 16 (6.64% from 255 or 3.86% from 414); Blue value is 174 (68.36% from 255 or 42.03% from 414); Max value from RGB is 224 - color contains mainly: red. Hex color #E010AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E010AE is #1FEF51. Grayscale: #5F5F5F. Windows color (decimal): -2092882 or 11407584. OLE color: 11407584.

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

Color convert

RGB 224 16 174 -
CMYK 0 0.93 0.22 0.12
HSL 314.42º 0.87% 0.47% -
HSV(B) 314.42º 0.93% 0.88% -
XYZ 38.57 19.27 41.73 -
YUV 96.2 171.91 219.15 -
System Red Green Blue C M Y K H S L
Decimal 224 16 174 0 0.93 0.22 0.12 314.42 0.87 0.47
Hex E0 10 AE 0 5D 16 C 13A 57 2F
Octal 340 20 256 0 135 26 14 472 127 57
Binary 11100000 10000 10101110 0 1011101 10110 1100 100111010 1010111 101111

Color Harmonies of #E010AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E010AE

Black with #E010AE

Text Example


Text Example

White with #E010AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E010AE; }

 p { color: rgb(224,16,174); }

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

background-color css

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

 a { background-color: rgb(224,16,174); }

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

border-color css

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

 span { border-color: rgb(224,16,174); }

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