Html Css Color HEX #E206DD Deep Magenta

📋 copy color: '#E206DD'

red 226 ◦ green 6 ◦ blue 221

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

Shades of Deep Magenta #E206DD

Tints of Deep Magenta #E206DD

RGB

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

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

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

R = 49.89%
G = 1.32%
B = 48.79%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#E206DD (or 0xE206DD) is known color: Deep Magenta. HEX triplet: E2, 06 and DD. RGB value is (226,6,221). Sum of RGB (Red+Green+Blue) = 226+6+221=453 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.89% from 453); Green value is 6 (2.73% from 255 or 1.32% from 453); Blue value is 221 (86.72% from 255 or 48.79% from 453); Max value from RGB is 226 - color contains mainly: red. Hex color #E206DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E206DD is #1DF922. Grayscale: #5F5F5F. Windows color (decimal): -1964323 or 14485218. OLE color: 14485218.

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

Color convert

RGB 226 6 221 -
CMYK 0 0.97 0.02 0.11
HSL 301.36º 0.95% 0.45% -
HSV(B) 301.36º 0.97% 0.89% -
XYZ 44.48 21.52 70.22 -
YUV 96.29 198.39 220.52 -
System Red Green Blue C M Y K H S L
Decimal 226 6 221 0 0.97 0.02 0.11 301.36 0.95 0.45
Hex E2 6 DD 0 61 2 B 12D 5F 2D
Octal 342 6 335 0 141 2 13 455 137 55
Binary 11100010 110 11011101 0 1100001 10 1011 100101101 1011111 101101

Color Harmonies of #E206DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E206DD

Black with #E206DD

Text Example


Text Example

White with #E206DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E206DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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