Html Css Color HEX #E1119C Hollywood Cerise

📋 copy color: '#E1119C'

red 225 ◦ green 17 ◦ blue 156

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

Shades of Hollywood Cerise #E1119C

Tints of Hollywood Cerise #E1119C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 39.2%

R = 56.53%
G = 4.27%
B = 39.2%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.31

 K value IS 0.12

RGB Variations

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

Color information

#E1119C (or 0xE1119C) is known color: Hollywood Cerise. HEX triplet: E1, 11 and 9C. RGB value is (225,17,156). Sum of RGB (Red+Green+Blue) = 225+17+156=398 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.53% from 398); Green value is 17 (7.03% from 255 or 4.27% from 398); Blue value is 156 (61.33% from 255 or 39.20% from 398); Max value from RGB is 225 - color contains mainly: red. Hex color #E1119C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E1119C is #1EEE63. Grayscale: #5E5E5E. Windows color (decimal): -2027108 or 10228193. OLE color: 10228193.

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

Color convert

RGB 225 17 156 -
CMYK 0 0.92 0.31 0.12
HSL 319.9º 0.86% 0.47% -
HSV(B) 319.9º 0.92% 0.88% -
XYZ 37.25 18.81 33.12 -
YUV 95.04 162.41 220.7 -
System Red Green Blue C M Y K H S L
Decimal 225 17 156 0 0.92 0.31 0.12 319.9 0.86 0.47
Hex E1 11 9C 0 5C 1F C 140 56 2F
Octal 341 21 234 0 134 37 14 500 126 57
Binary 11100001 10001 10011100 0 1011100 11111 1100 101000000 1010110 101111

Color Harmonies of #E1119C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1119C

Black with #E1119C

Text Example


Text Example

White with #E1119C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1119C; }

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

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

background-color css

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

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

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

border-color css

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

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

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