Html Css Color HEX #E50596 Hollywood Cerise

📋 copy color: '#E50596'

red 229 ◦ green 5 ◦ blue 150

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

Shades of Hollywood Cerise #E50596

Tints of Hollywood Cerise #E50596

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.3%

 BLUE value IS 150 (58.98% from 255) = 39.06%

R = 59.64%
G = 1.3%
B = 39.06%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.34

 K value IS 0.10

RGB Variations

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

Color information

#E50596 (or 0xE50596) is known color: Hollywood Cerise. HEX triplet: E5, 05 and 96. RGB value is (229,5,150). Sum of RGB (Red+Green+Blue) = 229+5+150=384 (50% of max value = 765). Red value is 229 (89.84% from 255 or 59.64% from 384); Green value is 5 (2.34% from 255 or 1.30% from 384); Blue value is 150 (58.98% from 255 or 39.06% from 384); Max value from RGB is 229 - color contains mainly: red. Hex color #E50596 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E50596 is #1AFA69. Grayscale: #585858. Windows color (decimal): -1768042 or 9831909. OLE color: 9831909.

HSL color Cylindrical-coordinate representation of color #E50596: hue angle of 321.16º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E50596 is Cyan = 0, Magento = 0.98, Yellow = 0.34 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 5 150 -
CMYK 0 0.98 0.34 0.10
HSL 321.16º 0.96% 0.46% -
HSV(B) 321.16º 0.98% 0.9% -
XYZ 37.87 18.97 30.52 -
YUV 88.51 162.71 228.21 -
System Red Green Blue C M Y K H S L
Decimal 229 5 150 0 0.98 0.34 0.10 321.16 0.96 0.46
Hex E5 5 96 0 62 22 A 141 60 2E
Octal 345 5 226 0 142 42 12 501 140 56
Binary 11100101 101 10010110 0 1100010 100010 1010 101000001 1100000 101110

Color Harmonies of #E50596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50596

Black with #E50596

Text Example


Text Example

White with #E50596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50596; }

 p { color: rgb(229,5,150); }

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

background-color css

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

 a { background-color: rgb(229,5,150); }

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

border-color css

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

 span { border-color: rgb(229,5,150); }

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