Html Css Color HEX #E50DCE Deep Magenta

📋 copy color: '#E50DCE'

red 229 ◦ green 13 ◦ blue 206

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

Shades of Deep Magenta #E50DCE

Tints of Deep Magenta #E50DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.98%

R = 51.12%
G = 2.9%
B = 45.98%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E50DCE (or 0xE50DCE) is known color: Deep Magenta. HEX triplet: E5, 0D and CE. RGB value is (229,13,206). Sum of RGB (Red+Green+Blue) = 229+13+206=448 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.12% from 448); Green value is 13 (5.47% from 255 or 2.90% from 448); Blue value is 206 (80.86% from 255 or 45.98% from 448); Max value from RGB is 229 - color contains mainly: red. Hex color #E50DCE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E50DCE is #1AF231. Grayscale: #636363. Windows color (decimal): -1765938 or 13503973. OLE color: 13503973.

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

Color convert

RGB 229 13 206 -
CMYK 0 0.94 0.10 0.10
HSL 306.39º 0.89% 0.47% -
HSV(B) 306.39º 0.94% 0.9% -
XYZ 43.6 21.4 60.23 -
YUV 99.59 188.06 220.31 -
System Red Green Blue C M Y K H S L
Decimal 229 13 206 0 0.94 0.10 0.10 306.39 0.89 0.47
Hex E5 D CE 0 5E A A 132 59 2F
Octal 345 15 316 0 136 12 12 462 131 57
Binary 11100101 1101 11001110 0 1011110 1010 1010 100110010 1011001 101111

Color Harmonies of #E50DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50DCE

Black with #E50DCE

Text Example


Text Example

White with #E50DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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