Html Css Color HEX #E711DF Deep Magenta

📋 copy color: '#E711DF'

red 231 ◦ green 17 ◦ blue 223

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

Shades of Deep Magenta #E711DF

Tints of Deep Magenta #E711DF

RGB

 RED value IS 231 (90.63% from 255) = 49.04%

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

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

R = 49.04%
G = 3.61%
B = 47.35%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.03

 K value IS 0.09

RGB Variations

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

Color information

#E711DF (or 0xE711DF) is known color: Deep Magenta. HEX triplet: E7, 11 and DF. RGB value is (231,17,223). Sum of RGB (Red+Green+Blue) = 231+17+223=471 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.04% from 471); Green value is 17 (7.03% from 255 or 3.61% from 471); Blue value is 223 (87.5% from 255 or 47.35% from 471); Max value from RGB is 231 - color contains mainly: red. Hex color #E711DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E711DF is #18EE20. Grayscale: #676767. Windows color (decimal): -1633825 or 14619111. OLE color: 14619111.

HSL color Cylindrical-coordinate representation of color #E711DF: hue angle of 302.24º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E711DF is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 17 223 -
CMYK 0 0.93 0.03 0.09
HSL 302.24º 0.86% 0.49% -
HSV(B) 302.24º 0.93% 0.91% -
XYZ 46.47 22.72 71.75 -
YUV 104.47 194.9 218.25 -
System Red Green Blue C M Y K H S L
Decimal 231 17 223 0 0.93 0.03 0.09 302.24 0.86 0.49
Hex E7 11 DF 0 5D 3 9 12E 56 31
Octal 347 21 337 0 135 3 11 456 126 61
Binary 11100111 10001 11011111 0 1011101 11 1001 100101110 1010110 110001

Color Harmonies of #E711DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E711DF

Black with #E711DF

Text Example


Text Example

White with #E711DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E711DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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