Html Css Color HEX #E50A91 Hollywood Cerise

📋 copy color: '#E50A91'

red 229 ◦ green 10 ◦ blue 145

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

Shades of Hollywood Cerise #E50A91

Tints of Hollywood Cerise #E50A91

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.6%

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

R = 59.64%
G = 2.6%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.37

 K value IS 0.10

RGB Variations

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

Color information

#E50A91 (or 0xE50A91) is known color: Hollywood Cerise. HEX triplet: E5, 0A and 91. RGB value is (229,10,145). Sum of RGB (Red+Green+Blue) = 229+10+145=384 (50% of max value = 765). Red value is 229 (89.84% from 255 or 59.64% from 384); Green value is 10 (4.30% from 255 or 2.60% from 384); Blue value is 145 (57.03% from 255 or 37.76% from 384); Max value from RGB is 229 - color contains mainly: red. Hex color #E50A91 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E50A91 is #1AF56E. Grayscale: #5A5A5A. Windows color (decimal): -1766767 or 9505509. OLE color: 9505509.

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

Color convert

RGB 229 10 145 -
CMYK 0 0.96 0.37 0.10
HSL 323.01º 0.92% 0.47% -
HSV(B) 323.01º 0.96% 0.9% -
XYZ 37.53 18.92 28.46 -
YUV 90.87 158.55 226.52 -
System Red Green Blue C M Y K H S L
Decimal 229 10 145 0 0.96 0.37 0.10 323.01 0.92 0.47
Hex E5 A 91 0 60 25 A 143 5C 2F
Octal 345 12 221 0 140 45 12 503 134 57
Binary 11100101 1010 10010001 0 1100000 100101 1010 101000011 1011100 101111

Color Harmonies of #E50A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50A91

Black with #E50A91

Text Example


Text Example

White with #E50A91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50A91; }

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

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

background-color css

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

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

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

border-color css

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

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

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