Html Css Color HEX #E011AF Hollywood Cerise

📋 copy color: '#E011AF'

red 224 ◦ green 17 ◦ blue 175

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

Shades of Hollywood Cerise #E011AF

Tints of Hollywood Cerise #E011AF

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.09%

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

R = 53.85%
G = 4.09%
B = 42.07%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E011AF (or 0xE011AF) is known color: Hollywood Cerise. HEX triplet: E0, 11 and AF. RGB value is (224,17,175). Sum of RGB (Red+Green+Blue) = 224+17+175=416 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.85% from 416); Green value is 17 (7.03% from 255 or 4.09% from 416); Blue value is 175 (68.75% from 255 or 42.07% from 416); Max value from RGB is 224 - color contains mainly: red. Hex color #E011AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E011AF is #1FEE50. Grayscale: #606060. Windows color (decimal): -2092625 or 11473376. OLE color: 11473376.

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

Color convert

RGB 224 17 175 -
CMYK 0 0.92 0.22 0.12
HSL 314.2º 0.86% 0.47% -
HSV(B) 314.2º 0.92% 0.88% -
XYZ 38.68 19.34 42.25 -
YUV 96.91 172.08 218.65 -
System Red Green Blue C M Y K H S L
Decimal 224 17 175 0 0.92 0.22 0.12 314.2 0.86 0.47
Hex E0 11 AF 0 5C 16 C 13A 56 2F
Octal 340 21 257 0 134 26 14 472 126 57
Binary 11100000 10001 10101111 0 1011100 10110 1100 100111010 1010110 101111

Color Harmonies of #E011AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E011AF

Black with #E011AF

Text Example


Text Example

White with #E011AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E011AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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