Html Css Color HEX #E50396 Hollywood Cerise

📋 copy color: '#E50396'

red 229 ◦ green 3 ◦ blue 150

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

Shades of Hollywood Cerise #E50396

Tints of Hollywood Cerise #E50396

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.79%

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

R = 59.95%
G = 0.79%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.34

 K value IS 0.10

RGB Variations

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

Color information

#E50396 (or 0xE50396) is known color: Hollywood Cerise. HEX triplet: E5, 03 and 96. RGB value is (229,3,150). Sum of RGB (Red+Green+Blue) = 229+3+150=382 (50% of max value = 765). Red value is 229 (89.84% from 255 or 59.95% from 382); Green value is 3 (1.56% from 255 or 0.79% from 382); Blue value is 150 (58.98% from 255 or 39.27% from 382); Max value from RGB is 229 - color contains mainly: red. Hex color #E50396 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E50396 is #1AFC69. Grayscale: #565656. Windows color (decimal): -1768554 or 9831397. OLE color: 9831397.

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

Color convert

RGB 229 3 150 -
CMYK 0 0.99 0.34 0.10
HSL 320.97º 0.97% 0.45% -
HSV(B) 320.97º 0.99% 0.9% -
XYZ 37.85 18.93 30.51 -
YUV 87.33 163.37 229.05 -
System Red Green Blue C M Y K H S L
Decimal 229 3 150 0 0.99 0.34 0.10 320.97 0.97 0.45
Hex E5 3 96 0 63 22 A 141 61 2D
Octal 345 3 226 0 143 42 12 501 141 55
Binary 11100101 11 10010110 0 1100011 100010 1010 101000001 1100001 101101

Color Harmonies of #E50396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50396

Black with #E50396

Text Example


Text Example

White with #E50396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50396; }

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

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

background-color css

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

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

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

border-color css

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

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

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