Html Css Color HEX #E206D2 Deep Magenta

📋 copy color: '#E206D2'

red 226 ◦ green 6 ◦ blue 210

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

Shades of Deep Magenta #E206D2

Tints of Deep Magenta #E206D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 47.51%

R = 51.13%
G = 1.36%
B = 47.51%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.07

 K value IS 0.11

RGB Variations

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

Color information

#E206D2 (or 0xE206D2) is known color: Deep Magenta. HEX triplet: E2, 06 and D2. RGB value is (226,6,210). Sum of RGB (Red+Green+Blue) = 226+6+210=442 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.13% from 442); Green value is 6 (2.73% from 255 or 1.36% from 442); Blue value is 210 (82.42% from 255 or 47.51% from 442); Max value from RGB is 226 - color contains mainly: red. Hex color #E206D2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E206D2 is #1DF92D. Grayscale: #5E5E5E. Windows color (decimal): -1964334 or 13764322. OLE color: 13764322.

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

Color convert

RGB 226 6 210 -
CMYK 0 0.97 0.07 0.11
HSL 304.36º 0.95% 0.45% -
HSV(B) 304.36º 0.97% 0.89% -
XYZ 43.06 20.95 62.75 -
YUV 95.04 192.89 221.41 -
System Red Green Blue C M Y K H S L
Decimal 226 6 210 0 0.97 0.07 0.11 304.36 0.95 0.45
Hex E2 6 D2 0 61 7 B 130 5F 2D
Octal 342 6 322 0 141 7 13 460 137 55
Binary 11100010 110 11010010 0 1100001 111 1011 100110000 1011111 101101

Color Harmonies of #E206D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E206D2

Black with #E206D2

Text Example


Text Example

White with #E206D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E206D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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