Html Css Color HEX #E1119A Hollywood Cerise

📋 copy color: '#E1119A'

red 225 ◦ green 17 ◦ blue 154

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

Shades of Hollywood Cerise #E1119A

Tints of Hollywood Cerise #E1119A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 38.89%

R = 56.82%
G = 4.29%
B = 38.89%

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

#E1119A (or 0xE1119A) is known color: Hollywood Cerise. HEX triplet: E1, 11 and 9A. RGB value is (225,17,154). Sum of RGB (Red+Green+Blue) = 225+17+154=396 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.82% from 396); Green value is 17 (7.03% from 255 or 4.29% from 396); Blue value is 154 (60.55% from 255 or 38.89% from 396); Max value from RGB is 225 - color contains mainly: red. Hex color #E1119A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E1119A is #1EEE65. Grayscale: #5E5E5E. Windows color (decimal): -2027110 or 10097121. OLE color: 10097121.

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

Color convert

RGB 225 17 154 -
CMYK 0 0.92 0.32 0.12
HSL 320.48º 0.86% 0.47% -
HSV(B) 320.48º 0.92% 0.88% -
XYZ 37.08 18.74 32.23 -
YUV 94.81 161.41 220.86 -
System Red Green Blue C M Y K H S L
Decimal 225 17 154 0 0.92 0.32 0.12 320.48 0.86 0.47
Hex E1 11 9A 0 5C 20 C 140 56 2F
Octal 341 21 232 0 134 40 14 500 126 57
Binary 11100001 10001 10011010 0 1011100 100000 1100 101000000 1010110 101111

Color Harmonies of #E1119A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1119A

Black with #E1119A

Text Example


Text Example

White with #E1119A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1119A; }

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

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

background-color css

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

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

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

border-color css

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

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

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