Html Css Color HEX #E50EAC Hollywood Cerise

📋 copy color: '#E50EAC'

red 229 ◦ green 14 ◦ blue 172

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

Shades of Hollywood Cerise #E50EAC

Tints of Hollywood Cerise #E50EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 41.45%

R = 55.18%
G = 3.37%
B = 41.45%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#E50EAC (or 0xE50EAC) is known color: Hollywood Cerise. HEX triplet: E5, 0E and AC. RGB value is (229,14,172). Sum of RGB (Red+Green+Blue) = 229+14+172=415 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.18% from 415); Green value is 14 (5.86% from 255 or 3.37% from 415); Blue value is 172 (67.58% from 255 or 41.45% from 415); Max value from RGB is 229 - color contains mainly: red. Hex color #E50EAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E50EAC is #1AF153. Grayscale: #5F5F5F. Windows color (decimal): -1765716 or 11276005. OLE color: 11276005.

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

Color convert

RGB 229 14 172 -
CMYK 0 0.94 0.25 0.10
HSL 315.91º 0.88% 0.48% -
HSV(B) 315.91º 0.94% 0.9% -
XYZ 39.92 19.95 40.78 -
YUV 96.3 170.73 222.65 -
System Red Green Blue C M Y K H S L
Decimal 229 14 172 0 0.94 0.25 0.10 315.91 0.88 0.48
Hex E5 E AC 0 5E 19 A 13C 58 30
Octal 345 16 254 0 136 31 12 474 130 60
Binary 11100101 1110 10101100 0 1011110 11001 1010 100111100 1011000 110000

Color Harmonies of #E50EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50EAC

Black with #E50EAC

Text Example


Text Example

White with #E50EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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