Html Css Color HEX #E50ACC Deep Magenta

📋 copy color: '#E50ACC'

red 229 ◦ green 10 ◦ blue 204

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

Shades of Deep Magenta #E50ACC

Tints of Deep Magenta #E50ACC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.26%

 BLUE value IS 204 (80.08% from 255) = 46.05%

R = 51.69%
G = 2.26%
B = 46.05%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E50ACC (or 0xE50ACC) is known color: Deep Magenta. HEX triplet: E5, 0A and CC. RGB value is (229,10,204). Sum of RGB (Red+Green+Blue) = 229+10+204=443 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.69% from 443); Green value is 10 (4.30% from 255 or 2.26% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 229 - color contains mainly: red. Hex color #E50ACC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E50ACC is #1AF533. Grayscale: #616161. Windows color (decimal): -1766708 or 13372133. OLE color: 13372133.

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

Color convert

RGB 229 10 204 -
CMYK 0 0.96 0.11 0.10
HSL 306.85º 0.92% 0.47% -
HSV(B) 306.85º 0.96% 0.9% -
XYZ 43.32 21.23 58.94 -
YUV 97.6 188.05 221.73 -
System Red Green Blue C M Y K H S L
Decimal 229 10 204 0 0.96 0.11 0.10 306.85 0.92 0.47
Hex E5 A CC 0 60 B A 133 5C 2F
Octal 345 12 314 0 140 13 12 463 134 57
Binary 11100101 1010 11001100 0 1100000 1011 1010 100110011 1011100 101111

Color Harmonies of #E50ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50ACC

Black with #E50ACC

Text Example


Text Example

White with #E50ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50ACC; }

 p { color: rgb(229,10,204); }

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

background-color css

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

 a { background-color: rgb(229,10,204); }

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

border-color css

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

 span { border-color: rgb(229,10,204); }

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