Html Css Color HEX #E20EDC Deep Magenta

📋 copy color: '#E20EDC'

red 226 ◦ green 14 ◦ blue 220

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

Shades of Deep Magenta #E20EDC

Tints of Deep Magenta #E20EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.83%

R = 49.13%
G = 3.04%
B = 47.83%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E20EDC (or 0xE20EDC) is known color: Deep Magenta. HEX triplet: E2, 0E and DC. RGB value is (226,14,220). Sum of RGB (Red+Green+Blue) = 226+14+220=460 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.13% from 460); Green value is 14 (5.86% from 255 or 3.04% from 460); Blue value is 220 (86.33% from 255 or 47.83% from 460); Max value from RGB is 226 - color contains mainly: red. Hex color #E20EDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E20EDC is #1DF123. Grayscale: #646464. Windows color (decimal): -1962276 or 14421730. OLE color: 14421730.

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

Color convert

RGB 226 14 220 -
CMYK 0 0.94 0.03 0.11
HSL 301.7º 0.88% 0.47% -
HSV(B) 301.7º 0.94% 0.89% -
XYZ 44.44 21.65 69.55 -
YUV 100.87 195.24 217.25 -
System Red Green Blue C M Y K H S L
Decimal 226 14 220 0 0.94 0.03 0.11 301.7 0.88 0.47
Hex E2 E DC 0 5E 3 B 12E 58 2F
Octal 342 16 334 0 136 3 13 456 130 57
Binary 11100010 1110 11011100 0 1011110 11 1011 100101110 1011000 101111

Color Harmonies of #E20EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20EDC

Black with #E20EDC

Text Example


Text Example

White with #E20EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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