Html Css Color HEX #E1129C Hollywood Cerise

📋 copy color: '#E1129C'

red 225 ◦ green 18 ◦ blue 156

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

Shades of Hollywood Cerise #E1129C

Tints of Hollywood Cerise #E1129C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.51%

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

R = 56.39%
G = 4.51%
B = 39.1%

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

#E1129C (or 0xE1129C) is known color: Hollywood Cerise. HEX triplet: E1, 12 and 9C. RGB value is (225,18,156). Sum of RGB (Red+Green+Blue) = 225+18+156=399 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.39% from 399); Green value is 18 (7.42% from 255 or 4.51% from 399); Blue value is 156 (61.33% from 255 or 39.10% from 399); Max value from RGB is 225 - color contains mainly: red. Hex color #E1129C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E1129C is #1EED63. Grayscale: #5F5F5F. Windows color (decimal): -2026852 or 10228449. OLE color: 10228449.

HSL color Cylindrical-coordinate representation of color #E1129C: hue angle of 320º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E1129C is Cyan = 0, Magento = 0.92, Yellow = 0.31 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 18 156 -
CMYK 0 0.92 0.31 0.12
HSL 320º 0.85% 0.48% -
HSV(B) 320º 0.92% 0.88% -
XYZ 37.27 18.84 33.12 -
YUV 95.63 162.08 220.28 -
System Red Green Blue C M Y K H S L
Decimal 225 18 156 0 0.92 0.31 0.12 320 0.85 0.48
Hex E1 12 9C 0 5C 1F C 140 55 30
Octal 341 22 234 0 134 37 14 500 125 60
Binary 11100001 10010 10011100 0 1011100 11111 1100 101000000 1010101 110000

Color Harmonies of #E1129C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1129C

Black with #E1129C

Text Example


Text Example

White with #E1129C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1129C; }

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

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

background-color css

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

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

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

border-color css

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

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

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