Html Css Color HEX #E50EA3 Hollywood Cerise

📋 copy color: '#E50EA3'

red 229 ◦ green 14 ◦ blue 163

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

Shades of Hollywood Cerise #E50EA3

Tints of Hollywood Cerise #E50EA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 40.15%

R = 56.4%
G = 3.45%
B = 40.15%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.29

 K value IS 0.10

RGB Variations

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

Color information

#E50EA3 (or 0xE50EA3) is known color: Hollywood Cerise. HEX triplet: E5, 0E and A3. RGB value is (229,14,163). Sum of RGB (Red+Green+Blue) = 229+14+163=406 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.40% from 406); Green value is 14 (5.86% from 255 or 3.45% from 406); Blue value is 163 (64.06% from 255 or 40.15% from 406); Max value from RGB is 229 - color contains mainly: red. Hex color #E50EA3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E50EA3 is #1AF15C. Grayscale: #5E5E5E. Windows color (decimal): -1765725 or 10686181. OLE color: 10686181.

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

Color convert

RGB 229 14 163 -
CMYK 0 0.94 0.29 0.10
HSL 318.42º 0.88% 0.48% -
HSV(B) 318.42º 0.94% 0.9% -
XYZ 39.08 19.62 36.38 -
YUV 95.27 166.23 223.38 -
System Red Green Blue C M Y K H S L
Decimal 229 14 163 0 0.94 0.29 0.10 318.42 0.88 0.48
Hex E5 E A3 0 5E 1D A 13E 58 30
Octal 345 16 243 0 136 35 12 476 130 60
Binary 11100101 1110 10100011 0 1011110 11101 1010 100111110 1011000 110000

Color Harmonies of #E50EA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50EA3

Black with #E50EA3

Text Example


Text Example

White with #E50EA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50EA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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