Html Css Color HEX #E50EA0 Hollywood Cerise

📋 copy color: '#E50EA0'

red 229 ◦ green 14 ◦ blue 160

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

Shades of Hollywood Cerise #E50EA0

Tints of Hollywood Cerise #E50EA0

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.47%

 BLUE value IS 160 (62.89% from 255) = 39.7%

R = 56.82%
G = 3.47%
B = 39.7%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.30

 K value IS 0.10

RGB Variations

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

Color information

#E50EA0 (or 0xE50EA0) is known color: Hollywood Cerise. HEX triplet: E5, 0E and A0. RGB value is (229,14,160). Sum of RGB (Red+Green+Blue) = 229+14+160=403 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.82% from 403); Green value is 14 (5.86% from 255 or 3.47% from 403); Blue value is 160 (62.89% from 255 or 39.70% from 403); Max value from RGB is 229 - color contains mainly: red. Hex color #E50EA0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E50EA0 is #1AF15F. Grayscale: #5E5E5E. Windows color (decimal): -1765728 or 10489573. OLE color: 10489573.

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

Color convert

RGB 229 14 160 -
CMYK 0 0.94 0.30 0.10
HSL 319.26º 0.88% 0.48% -
HSV(B) 319.26º 0.94% 0.9% -
XYZ 38.82 19.51 34.98 -
YUV 94.93 164.73 223.63 -
System Red Green Blue C M Y K H S L
Decimal 229 14 160 0 0.94 0.30 0.10 319.26 0.88 0.48
Hex E5 E A0 0 5E 1E A 13F 58 30
Octal 345 16 240 0 136 36 12 477 130 60
Binary 11100101 1110 10100000 0 1011110 11110 1010 100111111 1011000 110000

Color Harmonies of #E50EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50EA0

Black with #E50EA0

Text Example


Text Example

White with #E50EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50EA0; }

 p { color: rgb(229,14,160); }

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

background-color css

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

 a { background-color: rgb(229,14,160); }

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

border-color css

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

 span { border-color: rgb(229,14,160); }

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