Html Css Color HEX #E50EDA Deep Magenta

📋 copy color: '#E50EDA'

red 229 ◦ green 14 ◦ blue 218

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

Shades of Deep Magenta #E50EDA

Tints of Deep Magenta #E50EDA

RGB

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

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

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

R = 49.67%
G = 3.04%
B = 47.29%

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

#E50EDA (or 0xE50EDA) is known color: Deep Magenta. HEX triplet: E5, 0E and DA. RGB value is (229,14,218). Sum of RGB (Red+Green+Blue) = 229+14+218=461 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.67% from 461); Green value is 14 (5.86% from 255 or 3.04% from 461); Blue value is 218 (85.55% from 255 or 47.29% from 461); Max value from RGB is 229 - color contains mainly: red. Hex color #E50EDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E50EDA is #1AF125. Grayscale: #646464. Windows color (decimal): -1765670 or 14290661. OLE color: 14290661.

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

Color convert

RGB 229 14 218 -
CMYK 0 0.94 0.05 0.10
HSL 303.07º 0.88% 0.48% -
HSV(B) 303.07º 0.94% 0.9% -
XYZ 45.13 22.03 68.2 -
YUV 101.54 193.73 218.91 -
System Red Green Blue C M Y K H S L
Decimal 229 14 218 0 0.94 0.05 0.10 303.07 0.88 0.48
Hex E5 E DA 0 5E 5 A 12F 58 30
Octal 345 16 332 0 136 5 12 457 130 60
Binary 11100101 1110 11011010 0 1011110 101 1010 100101111 1011000 110000

Color Harmonies of #E50EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50EDA

Black with #E50EDA

Text Example


Text Example

White with #E50EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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