Html Css Color HEX #E50EB0 Hollywood Cerise

📋 copy color: '#E50EB0'

red 229 ◦ green 14 ◦ blue 176

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

Shades of Hollywood Cerise #E50EB0

Tints of Hollywood Cerise #E50EB0

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.34%

 BLUE value IS 176 (69.14% from 255) = 42%

R = 54.65%
G = 3.34%
B = 42%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.23

 K value IS 0.10

RGB Variations

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

Color information

#E50EB0 (or 0xE50EB0) is known color: Hollywood Cerise. HEX triplet: E5, 0E and B0. RGB value is (229,14,176). Sum of RGB (Red+Green+Blue) = 229+14+176=419 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.65% from 419); Green value is 14 (5.86% from 255 or 3.34% from 419); Blue value is 176 (69.14% from 255 or 42.00% from 419); Max value from RGB is 229 - color contains mainly: red. Hex color #E50EB0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E50EB0 is #1AF14F. Grayscale: #606060. Windows color (decimal): -1765712 or 11538149. OLE color: 11538149.

HSL color Cylindrical-coordinate representation of color #E50EB0: hue angle of 314.79º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E50EB0 is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 14 176 -
CMYK 0 0.94 0.23 0.10
HSL 314.79º 0.88% 0.48% -
HSV(B) 314.79º 0.94% 0.9% -
XYZ 40.31 20.11 42.83 -
YUV 96.75 172.73 222.33 -
System Red Green Blue C M Y K H S L
Decimal 229 14 176 0 0.94 0.23 0.10 314.79 0.88 0.48
Hex E5 E B0 0 5E 17 A 13B 58 30
Octal 345 16 260 0 136 27 12 473 130 60
Binary 11100101 1110 10110000 0 1011110 10111 1010 100111011 1011000 110000

Color Harmonies of #E50EB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50EB0

Black with #E50EB0

Text Example


Text Example

White with #E50EB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50EB0; }

 p { color: rgb(229,14,176); }

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

background-color css

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

 a { background-color: rgb(229,14,176); }

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

border-color css

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

 span { border-color: rgb(229,14,176); }

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