Html Css Color HEX #E50EA6 Hollywood Cerise

📋 copy color: '#E50EA6'

red 229 ◦ green 14 ◦ blue 166

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

Shades of Hollywood Cerise #E50EA6

Tints of Hollywood Cerise #E50EA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 40.59%

R = 55.99%
G = 3.42%
B = 40.59%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.28

 K value IS 0.10

RGB Variations

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

Color information

#E50EA6 (or 0xE50EA6) is known color: Hollywood Cerise. HEX triplet: E5, 0E and A6. RGB value is (229,14,166). Sum of RGB (Red+Green+Blue) = 229+14+166=409 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.99% from 409); Green value is 14 (5.86% from 255 or 3.42% from 409); Blue value is 166 (65.23% from 255 or 40.59% from 409); Max value from RGB is 229 - color contains mainly: red. Hex color #E50EA6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E50EA6 is #1AF159. Grayscale: #5F5F5F. Windows color (decimal): -1765722 or 10882789. OLE color: 10882789.

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

Color convert

RGB 229 14 166 -
CMYK 0 0.94 0.28 0.10
HSL 317.58º 0.88% 0.48% -
HSV(B) 317.58º 0.94% 0.9% -
XYZ 39.35 19.73 37.81 -
YUV 95.61 167.73 223.14 -
System Red Green Blue C M Y K H S L
Decimal 229 14 166 0 0.94 0.28 0.10 317.58 0.88 0.48
Hex E5 E A6 0 5E 1C A 13E 58 30
Octal 345 16 246 0 136 34 12 476 130 60
Binary 11100101 1110 10100110 0 1011110 11100 1010 100111110 1011000 110000

Color Harmonies of #E50EA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50EA6

Black with #E50EA6

Text Example


Text Example

White with #E50EA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50EA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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