Html Css Color HEX #E206DC Deep Magenta

📋 copy color: '#E206DC'

red 226 ◦ green 6 ◦ blue 220

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

Shades of Deep Magenta #E206DC

Tints of Deep Magenta #E206DC

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.33%

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

R = 50%
G = 1.33%
B = 48.67%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E206DC (or 0xE206DC) is known color: Deep Magenta. HEX triplet: E2, 06 and DC. RGB value is (226,6,220). Sum of RGB (Red+Green+Blue) = 226+6+220=452 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50% from 452); Green value is 6 (2.73% from 255 or 1.33% from 452); Blue value is 220 (86.33% from 255 or 48.67% from 452); Max value from RGB is 226 - color contains mainly: red. Hex color #E206DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E206DC is #1DF923. Grayscale: #5F5F5F. Windows color (decimal): -1964324 or 14419682. OLE color: 14419682.

HSL color Cylindrical-coordinate representation of color #E206DC: hue angle of 301.64º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E206DC is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 6 220 -
CMYK 0 0.97 0.03 0.11
HSL 301.64º 0.95% 0.45% -
HSV(B) 301.64º 0.97% 0.89% -
XYZ 44.35 21.47 69.52 -
YUV 96.18 197.89 220.6 -
System Red Green Blue C M Y K H S L
Decimal 226 6 220 0 0.97 0.03 0.11 301.64 0.95 0.45
Hex E2 6 DC 0 61 3 B 12E 5F 2D
Octal 342 6 334 0 141 3 13 456 137 55
Binary 11100010 110 11011100 0 1100001 11 1011 100101110 1011111 101101

Color Harmonies of #E206DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E206DC

Black with #E206DC

Text Example


Text Example

White with #E206DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E206DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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