Html Css Color HEX #E1129F Hollywood Cerise

📋 copy color: '#E1129F'

red 225 ◦ green 18 ◦ blue 159

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

Shades of Hollywood Cerise #E1129F

Tints of Hollywood Cerise #E1129F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 39.55%

R = 55.97%
G = 4.48%
B = 39.55%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#E1129F (or 0xE1129F) is known color: Hollywood Cerise. HEX triplet: E1, 12 and 9F. RGB value is (225,18,159). Sum of RGB (Red+Green+Blue) = 225+18+159=402 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.97% from 402); Green value is 18 (7.42% from 255 or 4.48% from 402); Blue value is 159 (62.5% from 255 or 39.55% from 402); Max value from RGB is 225 - color contains mainly: red. Hex color #E1129F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E1129F is #1EED60. Grayscale: #5F5F5F. Windows color (decimal): -2026849 or 10425057. OLE color: 10425057.

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

Color convert

RGB 225 18 159 -
CMYK 0 0.92 0.29 0.12
HSL 319.13º 0.85% 0.48% -
HSV(B) 319.13º 0.92% 0.88% -
XYZ 37.53 18.94 34.48 -
YUV 95.97 163.58 220.04 -
System Red Green Blue C M Y K H S L
Decimal 225 18 159 0 0.92 0.29 0.12 319.13 0.85 0.48
Hex E1 12 9F 0 5C 1D C 13F 55 30
Octal 341 22 237 0 134 35 14 477 125 60
Binary 11100001 10010 10011111 0 1011100 11101 1100 100111111 1010101 110000

Color Harmonies of #E1129F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1129F

Black with #E1129F

Text Example


Text Example

White with #E1129F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1129F; }

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

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

background-color css

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

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

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

border-color css

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

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

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