Html Css Color HEX #E50EA2 Hollywood Cerise

📋 copy color: '#E50EA2'

red 229 ◦ green 14 ◦ blue 162

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

Shades of Hollywood Cerise #E50EA2

Tints of Hollywood Cerise #E50EA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 40%

R = 56.54%
G = 3.46%
B = 40%

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

#E50EA2 (or 0xE50EA2) is known color: Hollywood Cerise. HEX triplet: E5, 0E and A2. RGB value is (229,14,162). Sum of RGB (Red+Green+Blue) = 229+14+162=405 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.54% from 405); Green value is 14 (5.86% from 255 or 3.46% from 405); Blue value is 162 (63.67% from 255 or 40% from 405); Max value from RGB is 229 - color contains mainly: red. Hex color #E50EA2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E50EA2 is #1AF15D. Grayscale: #5E5E5E. Windows color (decimal): -1765726 or 10620645. OLE color: 10620645.

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

Color convert

RGB 229 14 162 -
CMYK 0 0.94 0.29 0.10
HSL 318.7º 0.88% 0.48% -
HSV(B) 318.7º 0.94% 0.9% -
XYZ 38.99 19.58 35.91 -
YUV 95.16 165.73 223.47 -
System Red Green Blue C M Y K H S L
Decimal 229 14 162 0 0.94 0.29 0.10 318.7 0.88 0.48
Hex E5 E A2 0 5E 1D A 13F 58 30
Octal 345 16 242 0 136 35 12 477 130 60
Binary 11100101 1110 10100010 0 1011110 11101 1010 100111111 1011000 110000

Color Harmonies of #E50EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50EA2

Black with #E50EA2

Text Example


Text Example

White with #E50EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50EA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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