Html Css Color HEX #E5129E Hollywood Cerise

📋 copy color: '#E5129E'

red 229 ◦ green 18 ◦ blue 158

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

Shades of Hollywood Cerise #E5129E

Tints of Hollywood Cerise #E5129E

RGB

 RED value IS 229 (89.84% from 255) = 56.54%

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

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

R = 56.54%
G = 4.44%
B = 39.01%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.31

 K value IS 0.10

RGB Variations

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

Color information

#E5129E (or 0xE5129E) is known color: Hollywood Cerise. HEX triplet: E5, 12 and 9E. RGB value is (229,18,158). Sum of RGB (Red+Green+Blue) = 229+18+158=405 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.54% from 405); Green value is 18 (7.42% from 255 or 4.44% from 405); Blue value is 158 (62.11% from 255 or 39.01% from 405); Max value from RGB is 229 - color contains mainly: red. Hex color #E5129E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E5129E is #1AED61. Grayscale: #606060. Windows color (decimal): -1764706 or 10359525. OLE color: 10359525.

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

Color convert

RGB 229 18 158 -
CMYK 0 0.92 0.31 0.10
HSL 320.19º 0.85% 0.48% -
HSV(B) 320.19º 0.92% 0.9% -
XYZ 38.7 19.56 34.08 -
YUV 97.05 162.4 222.12 -
System Red Green Blue C M Y K H S L
Decimal 229 18 158 0 0.92 0.31 0.10 320.19 0.85 0.48
Hex E5 12 9E 0 5C 1F A 140 55 30
Octal 345 22 236 0 134 37 12 500 125 60
Binary 11100101 10010 10011110 0 1011100 11111 1010 101000000 1010101 110000

Color Harmonies of #E5129E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5129E

Black with #E5129E

Text Example


Text Example

White with #E5129E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5129E; }

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

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

background-color css

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

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

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

border-color css

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

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

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