Html Css Color HEX #E1129A Hollywood Cerise

📋 copy color: '#E1129A'

red 225 ◦ green 18 ◦ blue 154

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

Shades of Hollywood Cerise #E1129A

Tints of Hollywood Cerise #E1129A

RGB

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

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

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

R = 56.68%
G = 4.53%
B = 38.79%

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

#E1129A (or 0xE1129A) is known color: Hollywood Cerise. HEX triplet: E1, 12 and 9A. RGB value is (225,18,154). Sum of RGB (Red+Green+Blue) = 225+18+154=397 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.68% from 397); Green value is 18 (7.42% from 255 or 4.53% from 397); Blue value is 154 (60.55% from 255 or 38.79% from 397); Max value from RGB is 225 - color contains mainly: red. Hex color #E1129A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E1129A is #1EED65. Grayscale: #5F5F5F. Windows color (decimal): -2026854 or 10097377. OLE color: 10097377.

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

Color convert

RGB 225 18 154 -
CMYK 0 0.92 0.32 0.12
HSL 320.58º 0.85% 0.48% -
HSV(B) 320.58º 0.92% 0.88% -
XYZ 37.1 18.77 32.24 -
YUV 95.4 161.08 220.44 -
System Red Green Blue C M Y K H S L
Decimal 225 18 154 0 0.92 0.32 0.12 320.58 0.85 0.48
Hex E1 12 9A 0 5C 20 C 141 55 30
Octal 341 22 232 0 134 40 14 501 125 60
Binary 11100001 10010 10011010 0 1011100 100000 1100 101000001 1010101 110000

Color Harmonies of #E1129A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1129A

Black with #E1129A

Text Example


Text Example

White with #E1129A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1129A; }

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

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

background-color css

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

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

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

border-color css

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

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

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