Html Css Color HEX #E50096 Hollywood Cerise

📋 copy color: '#E50096'

red 229 ◦ green 0 ◦ blue 150

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

Shades of Hollywood Cerise #E50096

Tints of Hollywood Cerise #E50096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 39.58%

R = 60.42%
G = 0%
B = 39.58%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.34

 K value IS 0.10

RGB Variations

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

Color information

#E50096 (or 0xE50096) is known color: Hollywood Cerise. HEX triplet: E5, 00 and 96. RGB value is (229,0,150). Sum of RGB (Red+Green+Blue) = 229+0+150=379 (50% of max value = 765). Red value is 229 (89.84% from 255 or 60.42% from 379); Green value is 0 (0.39% from 255 or 0% from 379); Blue value is 150 (58.98% from 255 or 39.58% from 379); Max value from RGB is 229 - color contains mainly: red. Hex color #E50096 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E50096 is #1AFF69. Grayscale: #555555. Windows color (decimal): -1769322 or 9830629. OLE color: 9830629.

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

Color convert

RGB 229 0 150 -
CMYK 0 1 0.34 0.10
HSL 320.7º 1% 0.45% -
HSV(B) 320.7º 1% 0.9% -
XYZ 37.82 18.86 30.5 -
YUV 85.57 164.37 230.3 -
System Red Green Blue C M Y K H S L
Decimal 229 0 150 0 1 0.34 0.10 320.7 1 0.45
Hex E5 0 96 0 64 22 A 141 64 2D
Octal 345 0 226 0 144 42 12 501 144 55
Binary 11100101 0 10010110 0 1100100 100010 1010 101000001 1100100 101101

Color Harmonies of #E50096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50096

Black with #E50096

Text Example


Text Example

White with #E50096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50096; }

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

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

background-color css

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

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

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

border-color css

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

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

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