Html Css Color HEX #E010AF Hollywood Cerise

📋 copy color: '#E010AF'

red 224 ◦ green 16 ◦ blue 175

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

Shades of Hollywood Cerise #E010AF

Tints of Hollywood Cerise #E010AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 42.17%

R = 53.98%
G = 3.86%
B = 42.17%

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

#E010AF (or 0xE010AF) is known color: Hollywood Cerise. HEX triplet: E0, 10 and AF. RGB value is (224,16,175). Sum of RGB (Red+Green+Blue) = 224+16+175=415 (54% of max value = 765). Red value is 224 (87.89% from 255 or 53.98% from 415); Green value is 16 (6.64% from 255 or 3.86% from 415); Blue value is 175 (68.75% from 255 or 42.17% from 415); Max value from RGB is 224 - color contains mainly: red. Hex color #E010AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E010AF is #1FEF50. Grayscale: #5F5F5F. Windows color (decimal): -2092881 or 11473120. OLE color: 11473120.

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

Color convert

RGB 224 16 175 -
CMYK 0 0.93 0.22 0.12
HSL 314.13º 0.87% 0.47% -
HSV(B) 314.13º 0.93% 0.88% -
XYZ 38.66 19.31 42.25 -
YUV 96.32 172.41 219.07 -
System Red Green Blue C M Y K H S L
Decimal 224 16 175 0 0.93 0.22 0.12 314.13 0.87 0.47
Hex E0 10 AF 0 5D 16 C 13A 57 2F
Octal 340 20 257 0 135 26 14 472 127 57
Binary 11100000 10000 10101111 0 1011101 10110 1100 100111010 1010111 101111

Color Harmonies of #E010AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E010AF

Black with #E010AF

Text Example


Text Example

White with #E010AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E010AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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