Html Css Color HEX #E1129E Hollywood Cerise

📋 copy color: '#E1129E'

red 225 ◦ green 18 ◦ blue 158

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

Shades of Hollywood Cerise #E1129E

Tints of Hollywood Cerise #E1129E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 39.4%

R = 56.11%
G = 4.49%
B = 39.4%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.30

 K value IS 0.12

RGB Variations

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

Color information

#E1129E (or 0xE1129E) is known color: Hollywood Cerise. HEX triplet: E1, 12 and 9E. RGB value is (225,18,158). Sum of RGB (Red+Green+Blue) = 225+18+158=401 (53% of max value = 765). Red value is 225 (88.28% from 255 or 56.11% from 401); Green value is 18 (7.42% from 255 or 4.49% from 401); Blue value is 158 (62.11% from 255 or 39.40% from 401); Max value from RGB is 225 - color contains mainly: red. Hex color #E1129E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E1129E is #1EED61. Grayscale: #5F5F5F. Windows color (decimal): -2026850 or 10359521. OLE color: 10359521.

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

Color convert

RGB 225 18 158 -
CMYK 0 0.92 0.30 0.12
HSL 319.42º 0.85% 0.48% -
HSV(B) 319.42º 0.92% 0.88% -
XYZ 37.44 18.91 34.02 -
YUV 95.85 163.08 220.12 -
System Red Green Blue C M Y K H S L
Decimal 225 18 158 0 0.92 0.30 0.12 319.42 0.85 0.48
Hex E1 12 9E 0 5C 1E C 13F 55 30
Octal 341 22 236 0 134 36 14 477 125 60
Binary 11100001 10010 10011110 0 1011100 11110 1100 100111111 1010101 110000

Color Harmonies of #E1129E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1129E

Black with #E1129E

Text Example


Text Example

White with #E1129E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1129E; }

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

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

background-color css

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

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

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

border-color css

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

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

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