Html Css Color HEX #E1119B Hollywood Cerise

📋 copy color: '#E1119B'

red 225 ◦ green 17 ◦ blue 155

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

Shades of Hollywood Cerise #E1119B

Tints of Hollywood Cerise #E1119B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 39.04%

R = 56.68%
G = 4.28%
B = 39.04%

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

#E1119B (or 0xE1119B) is known color: Hollywood Cerise. HEX triplet: E1, 11 and 9B. RGB value is (225,17,155). Sum of RGB (Red+Green+Blue) = 225+17+155=397 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.68% from 397); Green value is 17 (7.03% from 255 or 4.28% from 397); Blue value is 155 (60.94% from 255 or 39.04% from 397); Max value from RGB is 225 - color contains mainly: red. Hex color #E1119B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E1119B is #1EEE64. Grayscale: #5E5E5E. Windows color (decimal): -2027109 or 10162657. OLE color: 10162657.

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

Color convert

RGB 225 17 155 -
CMYK 0 0.92 0.31 0.12
HSL 320.19º 0.86% 0.47% -
HSV(B) 320.19º 0.92% 0.88% -
XYZ 37.17 18.78 32.68 -
YUV 94.92 161.91 220.78 -
System Red Green Blue C M Y K H S L
Decimal 225 17 155 0 0.92 0.31 0.12 320.19 0.86 0.47
Hex E1 11 9B 0 5C 1F C 140 56 2F
Octal 341 21 233 0 134 37 14 500 126 57
Binary 11100001 10001 10011011 0 1011100 11111 1100 101000000 1010110 101111

Color Harmonies of #E1119B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1119B

Black with #E1119B

Text Example


Text Example

White with #E1119B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1119B; }

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

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

background-color css

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

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

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

border-color css

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

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

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