Html Css Color HEX #E811D9 Hot Magenta

📋 copy color: '#E811D9'

red 232 ◦ green 17 ◦ blue 217

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

Shades of Hot Magenta #E811D9

Tints of Hot Magenta #E811D9

RGB

 RED value IS 232 (91.02% from 255) = 49.79%

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

 BLUE value IS 217 (85.16% from 255) = 46.57%

R = 49.79%
G = 3.65%
B = 46.57%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E811D9 (or 0xE811D9) is known color: Hot Magenta. HEX triplet: E8, 11 and D9. RGB value is (232,17,217). Sum of RGB (Red+Green+Blue) = 232+17+217=466 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.79% from 466); Green value is 17 (7.03% from 255 or 3.65% from 466); Blue value is 217 (85.16% from 255 or 46.57% from 466); Max value from RGB is 232 - color contains mainly: red. Hex color #E811D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E811D9 is #17EE26. Grayscale: #676767. Windows color (decimal): -1568295 or 14225896. OLE color: 14225896.

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

Color convert

RGB 232 17 217 -
CMYK 0 0.93 0.06 0.09
HSL 304.19º 0.86% 0.49% -
HSV(B) 304.19º 0.93% 0.91% -
XYZ 46 22.57 67.58 -
YUV 104.09 191.73 219.24 -
System Red Green Blue C M Y K H S L
Decimal 232 17 217 0 0.93 0.06 0.09 304.19 0.86 0.49
Hex E8 11 D9 0 5D 6 9 130 56 31
Octal 350 21 331 0 135 6 11 460 126 61
Binary 11101000 10001 11011001 0 1011101 110 1001 100110000 1010110 110001

Color Harmonies of #E811D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E811D9

Black with #E811D9

Text Example


Text Example

White with #E811D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E811D9; }

 p { color: rgb(232,17,217); }

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

background-color css

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

 a { background-color: rgb(232,17,217); }

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

border-color css

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

 span { border-color: rgb(232,17,217); }

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