Html Css Color HEX #E50291 Hollywood Cerise

📋 copy color: '#E50291'

red 229 ◦ green 2 ◦ blue 145

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

Shades of Hollywood Cerise #E50291

Tints of Hollywood Cerise #E50291

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.53%

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

R = 60.9%
G = 0.53%
B = 38.56%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.37

 K value IS 0.10

RGB Variations

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

Color information

#E50291 (or 0xE50291) is known color: Hollywood Cerise. HEX triplet: E5, 02 and 91. RGB value is (229,2,145). Sum of RGB (Red+Green+Blue) = 229+2+145=376 (49% of max value = 765). Red value is 229 (89.84% from 255 or 60.90% from 376); Green value is 2 (1.17% from 255 or 0.53% from 376); Blue value is 145 (57.03% from 255 or 38.56% from 376); Max value from RGB is 229 - color contains mainly: red. Hex color #E50291 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E50291 is #1AFD6E. Grayscale: #555555. Windows color (decimal): -1768815 or 9503461. OLE color: 9503461.

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

Color convert

RGB 229 2 145 -
CMYK 0 0.99 0.37 0.10
HSL 322.2º 0.98% 0.45% -
HSV(B) 322.2º 0.99% 0.9% -
XYZ 37.45 18.75 28.43 -
YUV 86.18 161.21 229.87 -
System Red Green Blue C M Y K H S L
Decimal 229 2 145 0 0.99 0.37 0.10 322.2 0.98 0.45
Hex E5 2 91 0 63 25 A 142 62 2D
Octal 345 2 221 0 143 45 12 502 142 55
Binary 11100101 10 10010001 0 1100011 100101 1010 101000010 1100010 101101

Color Harmonies of #E50291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50291

Black with #E50291

Text Example


Text Example

White with #E50291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50291; }

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

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

background-color css

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

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

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

border-color css

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

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

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