Html Css Color HEX #E1119F Hollywood Cerise

📋 copy color: '#E1119F'

red 225 ◦ green 17 ◦ blue 159

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

Shades of Hollywood Cerise #E1119F

Tints of Hollywood Cerise #E1119F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 39.65%

R = 56.11%
G = 4.24%
B = 39.65%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#E1119F (or 0xE1119F) is known color: Hollywood Cerise. HEX triplet: E1, 11 and 9F. RGB value is (225,17,159). Sum of RGB (Red+Green+Blue) = 225+17+159=401 (53% of max value = 765). Red value is 225 (88.28% from 255 or 56.11% from 401); Green value is 17 (7.03% from 255 or 4.24% from 401); Blue value is 159 (62.5% from 255 or 39.65% from 401); Max value from RGB is 225 - color contains mainly: red. Hex color #E1119F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E1119F is #1EEE60. Grayscale: #5F5F5F. Windows color (decimal): -2027105 or 10424801. OLE color: 10424801.

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

Color convert

RGB 225 17 159 -
CMYK 0 0.92 0.29 0.12
HSL 319.04º 0.86% 0.47% -
HSV(B) 319.04º 0.92% 0.88% -
XYZ 37.51 18.91 34.47 -
YUV 95.38 163.91 220.45 -
System Red Green Blue C M Y K H S L
Decimal 225 17 159 0 0.92 0.29 0.12 319.04 0.86 0.47
Hex E1 11 9F 0 5C 1D C 13F 56 2F
Octal 341 21 237 0 134 35 14 477 126 57
Binary 11100001 10001 10011111 0 1011100 11101 1100 100111111 1010110 101111

Color Harmonies of #E1119F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1119F

Black with #E1119F

Text Example


Text Example

White with #E1119F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1119F; }

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

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

background-color css

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

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

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

border-color css

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

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

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