Html Css Color HEX #E50DAC Hollywood Cerise

📋 copy color: '#E50DAC'

red 229 ◦ green 13 ◦ blue 172

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

Shades of Hollywood Cerise #E50DAC

Tints of Hollywood Cerise #E50DAC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.14%

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

R = 55.31%
G = 3.14%
B = 41.55%

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

#E50DAC (or 0xE50DAC) is known color: Hollywood Cerise. HEX triplet: E5, 0D and AC. RGB value is (229,13,172). Sum of RGB (Red+Green+Blue) = 229+13+172=414 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.31% from 414); Green value is 13 (5.47% from 255 or 3.14% from 414); Blue value is 172 (67.58% from 255 or 41.55% from 414); Max value from RGB is 229 - color contains mainly: red. Hex color #E50DAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E50DAC is #1AF253. Grayscale: #5F5F5F. Windows color (decimal): -1765972 or 11275749. OLE color: 11275749.

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

Color convert

RGB 229 13 172 -
CMYK 0 0.94 0.25 0.10
HSL 315.83º 0.89% 0.47% -
HSV(B) 315.83º 0.94% 0.9% -
XYZ 39.9 19.92 40.77 -
YUV 95.71 171.06 223.07 -
System Red Green Blue C M Y K H S L
Decimal 229 13 172 0 0.94 0.25 0.10 315.83 0.89 0.47
Hex E5 D AC 0 5E 19 A 13C 59 2F
Octal 345 15 254 0 136 31 12 474 131 57
Binary 11100101 1101 10101100 0 1011110 11001 1010 100111100 1011001 101111

Color Harmonies of #E50DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50DAC

Black with #E50DAC

Text Example


Text Example

White with #E50DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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