Html Css Color HEX #E211DF Deep Magenta

📋 copy color: '#E211DF'

red 226 ◦ green 17 ◦ blue 223

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

Shades of Deep Magenta #E211DF

Tints of Deep Magenta #E211DF

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.65%

 BLUE value IS 223 (87.5% from 255) = 47.85%

R = 48.5%
G = 3.65%
B = 47.85%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.01

 K value IS 0.11

RGB Variations

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

Color information

#E211DF (or 0xE211DF) is known color: Deep Magenta. HEX triplet: E2, 11 and DF. RGB value is (226,17,223). Sum of RGB (Red+Green+Blue) = 226+17+223=466 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.50% from 466); Green value is 17 (7.03% from 255 or 3.65% from 466); Blue value is 223 (87.5% from 255 or 47.85% from 466); Max value from RGB is 226 - color contains mainly: red. Hex color #E211DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E211DF is #1DEE20. Grayscale: #666666. Windows color (decimal): -1961505 or 14619106. OLE color: 14619106.

HSL color Cylindrical-coordinate representation of color #E211DF: hue angle of 300.86º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E211DF is Cyan = 0, Magento = 0.92, Yellow = 0.01 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 17 223 -
CMYK 0 0.92 0.01 0.11
HSL 300.86º 0.86% 0.48% -
HSV(B) 300.86º 0.92% 0.89% -
XYZ 44.88 21.9 71.67 -
YUV 102.98 195.74 215.75 -
System Red Green Blue C M Y K H S L
Decimal 226 17 223 0 0.92 0.01 0.11 300.86 0.86 0.48
Hex E2 11 DF 0 5C 1 B 12D 56 30
Octal 342 21 337 0 134 1 13 455 126 60
Binary 11100010 10001 11011111 0 1011100 1 1011 100101101 1010110 110000

Color Harmonies of #E211DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E211DF

Black with #E211DF

Text Example


Text Example

White with #E211DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E211DF; }

 p { color: rgb(226,17,223); }

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

background-color css

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

 a { background-color: rgb(226,17,223); }

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

border-color css

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

 span { border-color: rgb(226,17,223); }

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