Html Css Color HEX #E50591 Hollywood Cerise

📋 copy color: '#E50591'

red 229 ◦ green 5 ◦ blue 145

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

Shades of Hollywood Cerise #E50591

Tints of Hollywood Cerise #E50591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 38.26%

R = 60.42%
G = 1.32%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.37

 K value IS 0.10

RGB Variations

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

Color information

#E50591 (or 0xE50591) is known color: Hollywood Cerise. HEX triplet: E5, 05 and 91. RGB value is (229,5,145). Sum of RGB (Red+Green+Blue) = 229+5+145=379 (50% of max value = 765). Red value is 229 (89.84% from 255 or 60.42% from 379); Green value is 5 (2.34% from 255 or 1.32% from 379); Blue value is 145 (57.03% from 255 or 38.26% from 379); Max value from RGB is 229 - color contains mainly: red. Hex color #E50591 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E50591 is #1AFA6E. Grayscale: #575757. Windows color (decimal): -1768047 or 9504229. OLE color: 9504229.

HSL color Cylindrical-coordinate representation of color #E50591: hue angle of 322.5º 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 #E50591 is Cyan = 0, Magento = 0.98, Yellow = 0.37 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 5 145 -
CMYK 0 0.98 0.37 0.10
HSL 322.5º 0.96% 0.46% -
HSV(B) 322.5º 0.98% 0.9% -
XYZ 37.48 18.81 28.44 -
YUV 87.94 160.21 228.62 -
System Red Green Blue C M Y K H S L
Decimal 229 5 145 0 0.98 0.37 0.10 322.5 0.96 0.46
Hex E5 5 91 0 62 25 A 142 60 2E
Octal 345 5 221 0 142 45 12 502 140 56
Binary 11100101 101 10010001 0 1100010 100101 1010 101000010 1100000 101110

Color Harmonies of #E50591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50591

Black with #E50591

Text Example


Text Example

White with #E50591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50591; }

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

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

background-color css

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

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

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

border-color css

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

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

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