Html Css Color HEX #E50099 Hollywood Cerise

📋 copy color: '#E50099'

red 229 ◦ green 0 ◦ blue 153

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

Shades of Hollywood Cerise #E50099

Tints of Hollywood Cerise #E50099

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 153 (60.16% from 255) = 40.05%

R = 59.95%
G = 0%
B = 40.05%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.33

 K value IS 0.10

RGB Variations

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

Color information

#E50099 (or 0xE50099) is known color: Hollywood Cerise. HEX triplet: E5, 00 and 99. RGB value is (229,0,153). Sum of RGB (Red+Green+Blue) = 229+0+153=382 (50% of max value = 765). Red value is 229 (89.84% from 255 or 59.95% from 382); Green value is 0 (0.39% from 255 or 0% from 382); Blue value is 153 (60.16% from 255 or 40.05% from 382); Max value from RGB is 229 - color contains mainly: red. Hex color #E50099 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E50099 is #1AFF66. Grayscale: #555555. Windows color (decimal): -1769319 or 10027237. OLE color: 10027237.

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

Color convert

RGB 229 0 153 -
CMYK 0 1 0.33 0.10
HSL 319.91º 1% 0.45% -
HSV(B) 319.91º 1% 0.9% -
XYZ 38.06 18.96 31.79 -
YUV 85.91 165.87 230.06 -
System Red Green Blue C M Y K H S L
Decimal 229 0 153 0 1 0.33 0.10 319.91 1 0.45
Hex E5 0 99 0 64 21 A 140 64 2D
Octal 345 0 231 0 144 41 12 500 144 55
Binary 11100101 0 10011001 0 1100100 100001 1010 101000000 1100100 101101

Color Harmonies of #E50099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50099

Black with #E50099

Text Example


Text Example

White with #E50099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50099; }

 p { color: rgb(229,0,153); }

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

background-color css

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

 a { background-color: rgb(229,0,153); }

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

border-color css

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

 span { border-color: rgb(229,0,153); }

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