Html Css Color HEX #E010AB Hollywood Cerise

📋 copy color: '#E010AB'

red 224 ◦ green 16 ◦ blue 171

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

Shades of Hollywood Cerise #E010AB

Tints of Hollywood Cerise #E010AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.61%

R = 54.5%
G = 3.89%
B = 41.61%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E010AB (or 0xE010AB) is known color: Hollywood Cerise. HEX triplet: E0, 10 and AB. RGB value is (224,16,171). Sum of RGB (Red+Green+Blue) = 224+16+171=411 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.50% from 411); Green value is 16 (6.64% from 255 or 3.89% from 411); Blue value is 171 (67.19% from 255 or 41.61% from 411); Max value from RGB is 224 - color contains mainly: red. Hex color #E010AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E010AB is #1FEF54. Grayscale: #5F5F5F. Windows color (decimal): -2092885 or 11210976. OLE color: 11210976.

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

Color convert

RGB 224 16 171 -
CMYK 0 0.93 0.24 0.12
HSL 315.29º 0.87% 0.47% -
HSV(B) 315.29º 0.93% 0.88% -
XYZ 38.28 19.16 40.21 -
YUV 95.86 170.41 219.4 -
System Red Green Blue C M Y K H S L
Decimal 224 16 171 0 0.93 0.24 0.12 315.29 0.87 0.47
Hex E0 10 AB 0 5D 18 C 13B 57 2F
Octal 340 20 253 0 135 30 14 473 127 57
Binary 11100000 10000 10101011 0 1011101 11000 1100 100111011 1010111 101111

Color Harmonies of #E010AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E010AB

Black with #E010AB

Text Example


Text Example

White with #E010AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E010AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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