Html Css Color HEX #E711DD Deep Magenta

📋 copy color: '#E711DD'

red 231 ◦ green 17 ◦ blue 221

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

Shades of Deep Magenta #E711DD

Tints of Deep Magenta #E711DD

RGB

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

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

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

R = 49.25%
G = 3.62%
B = 47.12%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#E711DD (or 0xE711DD) is known color: Deep Magenta. HEX triplet: E7, 11 and DD. RGB value is (231,17,221). Sum of RGB (Red+Green+Blue) = 231+17+221=469 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.25% from 469); Green value is 17 (7.03% from 255 or 3.62% from 469); Blue value is 221 (86.72% from 255 or 47.12% from 469); Max value from RGB is 231 - color contains mainly: red. Hex color #E711DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E711DD is #18EE22. Grayscale: #676767. Windows color (decimal): -1633827 or 14488039. OLE color: 14488039.

HSL color Cylindrical-coordinate representation of color #E711DD: hue angle of 302.8º 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 #E711DD is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 17 221 -
CMYK 0 0.93 0.04 0.09
HSL 302.8º 0.86% 0.49% -
HSV(B) 302.8º 0.93% 0.91% -
XYZ 46.21 22.61 70.34 -
YUV 104.24 193.9 218.41 -
System Red Green Blue C M Y K H S L
Decimal 231 17 221 0 0.93 0.04 0.09 302.8 0.86 0.49
Hex E7 11 DD 0 5D 4 9 12F 56 31
Octal 347 21 335 0 135 4 11 457 126 61
Binary 11100111 10001 11011101 0 1011101 100 1001 100101111 1010110 110001

Color Harmonies of #E711DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E711DD

Black with #E711DD

Text Example


Text Example

White with #E711DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E711DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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