Html Css Color HEX #E1199D Hollywood Cerise

📋 copy color: '#E1199D'

red 225 ◦ green 25 ◦ blue 157

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

Shades of Hollywood Cerise #E1199D

Tints of Hollywood Cerise #E1199D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.14%

 BLUE value IS 157 (61.72% from 255) = 38.57%

R = 55.28%
G = 6.14%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.30

 K value IS 0.12

RGB Variations

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

Color information

#E1199D (or 0xE1199D) is known color: Hollywood Cerise. HEX triplet: E1, 19 and 9D. RGB value is (225,25,157). Sum of RGB (Red+Green+Blue) = 225+25+157=407 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.28% from 407); Green value is 25 (10.16% from 255 or 6.14% from 407); Blue value is 157 (61.72% from 255 or 38.57% from 407); Max value from RGB is 225 - color contains mainly: red. Hex color #E1199D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E1199D is #1EE662. Grayscale: #636363. Windows color (decimal): -2025059 or 10295777. OLE color: 10295777.

HSL color Cylindrical-coordinate representation of color #E1199D: hue angle of 320.4º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E1199D is Cyan = 0, Magento = 0.89, Yellow = 0.30 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 25 157 -
CMYK 0 0.89 0.30 0.12
HSL 320.4º 0.8% 0.49% -
HSV(B) 320.4º 0.89% 0.88% -
XYZ 37.48 19.14 33.62 -
YUV 99.85 160.26 217.27 -
System Red Green Blue C M Y K H S L
Decimal 225 25 157 0 0.89 0.30 0.12 320.4 0.8 0.49
Hex E1 19 9D 0 59 1E C 140 50 31
Octal 341 31 235 0 131 36 14 500 120 61
Binary 11100001 11001 10011101 0 1011001 11110 1100 101000000 1010000 110001

Color Harmonies of #E1199D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1199D

Black with #E1199D

Text Example


Text Example

White with #E1199D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1199D; }

 p { color: rgb(225,25,157); }

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

background-color css

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

 a { background-color: rgb(225,25,157); }

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

border-color css

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

 span { border-color: rgb(225,25,157); }

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