Html Css Color HEX #E50DDA Deep Magenta

📋 copy color: '#E50DDA'

red 229 ◦ green 13 ◦ blue 218

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

Shades of Deep Magenta #E50DDA

Tints of Deep Magenta #E50DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.39%

R = 49.78%
G = 2.83%
B = 47.39%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E50DDA (or 0xE50DDA) is known color: Deep Magenta. HEX triplet: E5, 0D and DA. RGB value is (229,13,218). Sum of RGB (Red+Green+Blue) = 229+13+218=460 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.78% from 460); Green value is 13 (5.47% from 255 or 2.83% from 460); Blue value is 218 (85.55% from 255 or 47.39% from 460); Max value from RGB is 229 - color contains mainly: red. Hex color #E50DDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E50DDA is #1AF225. Grayscale: #646464. Windows color (decimal): -1765926 or 14290405. OLE color: 14290405.

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

Color convert

RGB 229 13 218 -
CMYK 0 0.94 0.05 0.10
HSL 303.06º 0.89% 0.47% -
HSV(B) 303.06º 0.94% 0.9% -
XYZ 45.11 22.01 68.2 -
YUV 100.95 194.06 219.33 -
System Red Green Blue C M Y K H S L
Decimal 229 13 218 0 0.94 0.05 0.10 303.06 0.89 0.47
Hex E5 D DA 0 5E 5 A 12F 59 2F
Octal 345 15 332 0 136 5 12 457 131 57
Binary 11100101 1101 11011010 0 1011110 101 1010 100101111 1011001 101111

Color Harmonies of #E50DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50DDA

Black with #E50DDA

Text Example


Text Example

White with #E50DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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