Html Css Color HEX #E50491 Hollywood Cerise

📋 copy color: '#E50491'

red 229 ◦ green 4 ◦ blue 145

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

Shades of Hollywood Cerise #E50491

Tints of Hollywood Cerise #E50491

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.06%

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

R = 60.58%
G = 1.06%
B = 38.36%

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

#E50491 (or 0xE50491) is known color: Hollywood Cerise. HEX triplet: E5, 04 and 91. RGB value is (229,4,145). Sum of RGB (Red+Green+Blue) = 229+4+145=378 (50% of max value = 765). Red value is 229 (89.84% from 255 or 60.58% from 378); Green value is 4 (1.95% from 255 or 1.06% from 378); Blue value is 145 (57.03% from 255 or 38.36% from 378); Max value from RGB is 229 - color contains mainly: red. Hex color #E50491 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E50491 is #1AFB6E. Grayscale: #575757. Windows color (decimal): -1768303 or 9503973. OLE color: 9503973.

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

Color convert

RGB 229 4 145 -
CMYK 0 0.98 0.37 0.10
HSL 322.4º 0.97% 0.46% -
HSV(B) 322.4º 0.98% 0.9% -
XYZ 37.47 18.79 28.44 -
YUV 87.35 160.54 229.04 -
System Red Green Blue C M Y K H S L
Decimal 229 4 145 0 0.98 0.37 0.10 322.4 0.97 0.46
Hex E5 4 91 0 62 25 A 142 61 2E
Octal 345 4 221 0 142 45 12 502 141 56
Binary 11100101 100 10010001 0 1100010 100101 1010 101000010 1100001 101110

Color Harmonies of #E50491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50491

Black with #E50491

Text Example


Text Example

White with #E50491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50491; }

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

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

background-color css

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

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

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

border-color css

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

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

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