Html Css Color HEX #E50995 Hollywood Cerise

📋 copy color: '#E50995'

red 229 ◦ green 9 ◦ blue 149

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

Shades of Hollywood Cerise #E50995

Tints of Hollywood Cerise #E50995

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.33%

 BLUE value IS 149 (58.59% from 255) = 38.5%

R = 59.17%
G = 2.33%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#E50995 (or 0xE50995) is known color: Hollywood Cerise. HEX triplet: E5, 09 and 95. RGB value is (229,9,149). Sum of RGB (Red+Green+Blue) = 229+9+149=387 (51% of max value = 765). Red value is 229 (89.84% from 255 or 59.17% from 387); Green value is 9 (3.91% from 255 or 2.33% from 387); Blue value is 149 (58.59% from 255 or 38.50% from 387); Max value from RGB is 229 - color contains mainly: red. Hex color #E50995 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E50995 is #1AF66A. Grayscale: #5A5A5A. Windows color (decimal): -1767019 or 9767397. OLE color: 9767397.

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

Color convert

RGB 229 9 149 -
CMYK 0 0.96 0.35 0.10
HSL 321.82º 0.92% 0.47% -
HSV(B) 321.82º 0.96% 0.9% -
XYZ 37.84 19.02 30.11 -
YUV 90.74 160.89 226.62 -
System Red Green Blue C M Y K H S L
Decimal 229 9 149 0 0.96 0.35 0.10 321.82 0.92 0.47
Hex E5 9 95 0 60 23 A 142 5C 2F
Octal 345 11 225 0 140 43 12 502 134 57
Binary 11100101 1001 10010101 0 1100000 100011 1010 101000010 1011100 101111

Color Harmonies of #E50995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50995

Black with #E50995

Text Example


Text Example

White with #E50995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50995; }

 p { color: rgb(229,9,149); }

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

background-color css

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

 a { background-color: rgb(229,9,149); }

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

border-color css

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

 span { border-color: rgb(229,9,149); }

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