Html Css Color HEX #E11199 Hollywood Cerise

📋 copy color: '#E11199'

red 225 ◦ green 17 ◦ blue 153

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

Shades of Hollywood Cerise #E11199

Tints of Hollywood Cerise #E11199

RGB

 RED value IS 225 (88.28% from 255) = 56.96%

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

 BLUE value IS 153 (60.16% from 255) = 38.73%

R = 56.96%
G = 4.3%
B = 38.73%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#E11199 (or 0xE11199) is known color: Hollywood Cerise. HEX triplet: E1, 11 and 99. RGB value is (225,17,153). Sum of RGB (Red+Green+Blue) = 225+17+153=395 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.96% from 395); Green value is 17 (7.03% from 255 or 4.30% from 395); Blue value is 153 (60.16% from 255 or 38.73% from 395); Max value from RGB is 225 - color contains mainly: red. Hex color #E11199 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E11199 is #1EEE66. Grayscale: #5E5E5E. Windows color (decimal): -2027111 or 10031585. OLE color: 10031585.

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

Color convert

RGB 225 17 153 -
CMYK 0 0.92 0.32 0.12
HSL 320.77º 0.86% 0.47% -
HSV(B) 320.77º 0.92% 0.88% -
XYZ 37 18.71 31.8 -
YUV 94.7 160.91 220.94 -
System Red Green Blue C M Y K H S L
Decimal 225 17 153 0 0.92 0.32 0.12 320.77 0.86 0.47
Hex E1 11 99 0 5C 20 C 141 56 2F
Octal 341 21 231 0 134 40 14 501 126 57
Binary 11100001 10001 10011001 0 1011100 100000 1100 101000001 1010110 101111

Color Harmonies of #E11199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11199

Black with #E11199

Text Example


Text Example

White with #E11199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11199; }

 p { color: rgb(225,17,153); }

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

background-color css

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

 a { background-color: rgb(225,17,153); }

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

border-color css

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

 span { border-color: rgb(225,17,153); }

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