Html Css Color HEX #E011B0 Hollywood Cerise

📋 copy color: '#E011B0'

red 224 ◦ green 17 ◦ blue 176

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

Shades of Hollywood Cerise #E011B0

Tints of Hollywood Cerise #E011B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 42.21%

R = 53.72%
G = 4.08%
B = 42.21%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.21

 K value IS 0.12

RGB Variations

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

Color information

#E011B0 (or 0xE011B0) is known color: Hollywood Cerise. HEX triplet: E0, 11 and B0. RGB value is (224,17,176). Sum of RGB (Red+Green+Blue) = 224+17+176=417 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.72% from 417); Green value is 17 (7.03% from 255 or 4.08% from 417); Blue value is 176 (69.14% from 255 or 42.21% from 417); Max value from RGB is 224 - color contains mainly: red. Hex color #E011B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E011B0 is #1FEE4F. Grayscale: #606060. Windows color (decimal): -2092624 or 11538912. OLE color: 11538912.

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

Color convert

RGB 224 17 176 -
CMYK 0 0.92 0.21 0.12
HSL 313.91º 0.86% 0.47% -
HSV(B) 313.91º 0.92% 0.88% -
XYZ 38.78 19.38 42.77 -
YUV 97.02 172.58 218.57 -
System Red Green Blue C M Y K H S L
Decimal 224 17 176 0 0.92 0.21 0.12 313.91 0.86 0.47
Hex E0 11 B0 0 5C 15 C 13A 56 2F
Octal 340 21 260 0 134 25 14 472 126 57
Binary 11100000 10001 10110000 0 1011100 10101 1100 100111010 1010110 101111

Color Harmonies of #E011B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E011B0

Black with #E011B0

Text Example


Text Example

White with #E011B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E011B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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