Html Css Color HEX #E50095 Hollywood Cerise

📋 copy color: '#E50095'

red 229 ◦ green 0 ◦ blue 149

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

Shades of Hollywood Cerise #E50095

Tints of Hollywood Cerise #E50095

RGB

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

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

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

R = 60.58%
G = 0%
B = 39.42%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#E50095 (or 0xE50095) is known color: Hollywood Cerise. HEX triplet: E5, 00 and 95. RGB value is (229,0,149). Sum of RGB (Red+Green+Blue) = 229+0+149=378 (50% of max value = 765). Red value is 229 (89.84% from 255 or 60.58% from 378); Green value is 0 (0.39% from 255 or 0% from 378); Blue value is 149 (58.59% from 255 or 39.42% from 378); Max value from RGB is 229 - color contains mainly: red. Hex color #E50095 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E50095 is #1AFF6A. Grayscale: #555555. Windows color (decimal): -1769323 or 9765093. OLE color: 9765093.

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

Color convert

RGB 229 0 149 -
CMYK 0 1 0.35 0.10
HSL 320.96º 1% 0.45% -
HSV(B) 320.96º 1% 0.9% -
XYZ 37.74 18.83 30.08 -
YUV 85.46 163.87 230.38 -
System Red Green Blue C M Y K H S L
Decimal 229 0 149 0 1 0.35 0.10 320.96 1 0.45
Hex E5 0 95 0 64 23 A 141 64 2D
Octal 345 0 225 0 144 43 12 501 144 55
Binary 11100101 0 10010101 0 1100100 100011 1010 101000001 1100100 101101

Color Harmonies of #E50095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50095

Black with #E50095

Text Example


Text Example

White with #E50095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50095; }

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

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

background-color css

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

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

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

border-color css

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

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

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