Html Css Color HEX #E20ED6 Deep Magenta

📋 copy color: '#E20ED6'

red 226 ◦ green 14 ◦ blue 214

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

Shades of Deep Magenta #E20ED6

Tints of Deep Magenta #E20ED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 47.14%

R = 49.78%
G = 3.08%
B = 47.14%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.05

 K value IS 0.11

RGB Variations

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

Color information

#E20ED6 (or 0xE20ED6) is known color: Deep Magenta. HEX triplet: E2, 0E and D6. RGB value is (226,14,214). Sum of RGB (Red+Green+Blue) = 226+14+214=454 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.78% from 454); Green value is 14 (5.86% from 255 or 3.08% from 454); Blue value is 214 (83.98% from 255 or 47.14% from 454); Max value from RGB is 226 - color contains mainly: red. Hex color #E20ED6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E20ED6 is #1DF129. Grayscale: #636363. Windows color (decimal): -1962282 or 14028514. OLE color: 14028514.

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

Color convert

RGB 226 14 214 -
CMYK 0 0.94 0.05 0.11
HSL 303.4º 0.88% 0.47% -
HSV(B) 303.4º 0.94% 0.89% -
XYZ 43.66 21.34 65.44 -
YUV 100.19 192.24 217.74 -
System Red Green Blue C M Y K H S L
Decimal 226 14 214 0 0.94 0.05 0.11 303.4 0.88 0.47
Hex E2 E D6 0 5E 5 B 12F 58 2F
Octal 342 16 326 0 136 5 13 457 130 57
Binary 11100010 1110 11010110 0 1011110 101 1011 100101111 1011000 101111

Color Harmonies of #E20ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20ED6

Black with #E20ED6

Text Example


Text Example

White with #E20ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20ED6; }

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

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

background-color css

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

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

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

border-color css

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

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

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