Html Css Color HEX #E20EDD Deep Magenta

📋 copy color: '#E20EDD'

red 226 ◦ green 14 ◦ blue 221

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

Shades of Deep Magenta #E20EDD

Tints of Deep Magenta #E20EDD

RGB

 RED value IS 226 (88.67% from 255) = 49.02%

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

 BLUE value IS 221 (86.72% from 255) = 47.94%

R = 49.02%
G = 3.04%
B = 47.94%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#E20EDD (or 0xE20EDD) is known color: Deep Magenta. HEX triplet: E2, 0E and DD. RGB value is (226,14,221). Sum of RGB (Red+Green+Blue) = 226+14+221=461 (61% of max value = 765). Red value is 226 (88.67% from 255 or 49.02% from 461); Green value is 14 (5.86% from 255 or 3.04% from 461); Blue value is 221 (86.72% from 255 or 47.94% from 461); Max value from RGB is 226 - color contains mainly: red. Hex color #E20EDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E20EDD is #1DF122. Grayscale: #646464. Windows color (decimal): -1962275 or 14487266. OLE color: 14487266.

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

Color convert

RGB 226 14 221 -
CMYK 0 0.94 0.02 0.11
HSL 301.42º 0.88% 0.47% -
HSV(B) 301.42º 0.94% 0.89% -
XYZ 44.57 21.7 70.25 -
YUV 100.99 195.74 217.17 -
System Red Green Blue C M Y K H S L
Decimal 226 14 221 0 0.94 0.02 0.11 301.42 0.88 0.47
Hex E2 E DD 0 5E 2 B 12D 58 2F
Octal 342 16 335 0 136 2 13 455 130 57
Binary 11100010 1110 11011101 0 1011110 10 1011 100101101 1011000 101111

Color Harmonies of #E20EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20EDD

Black with #E20EDD

Text Example


Text Example

White with #E20EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20EDD; }

 p { color: rgb(226,14,221); }

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

background-color css

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

 a { background-color: rgb(226,14,221); }

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

border-color css

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

 span { border-color: rgb(226,14,221); }

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