Html Css Color HEX #E811DD Hot Magenta

📋 copy color: '#E811DD'

red 232 ◦ green 17 ◦ blue 221

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

Shades of Hot Magenta #E811DD

Tints of Hot Magenta #E811DD

RGB

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

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

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

R = 49.36%
G = 3.62%
B = 47.02%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E811DD (or 0xE811DD) is known color: Hot Magenta. HEX triplet: E8, 11 and DD. RGB value is (232,17,221). Sum of RGB (Red+Green+Blue) = 232+17+221=470 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.36% from 470); Green value is 17 (7.03% from 255 or 3.62% from 470); Blue value is 221 (86.72% from 255 or 47.02% from 470); Max value from RGB is 232 - color contains mainly: red. Hex color #E811DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E811DD is #17EE22. Grayscale: #676767. Windows color (decimal): -1568291 or 14488040. OLE color: 14488040.

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

Color convert

RGB 232 17 221 -
CMYK 0 0.93 0.05 0.09
HSL 303.07º 0.86% 0.49% -
HSV(B) 303.07º 0.93% 0.91% -
XYZ 46.53 22.78 70.35 -
YUV 104.54 193.73 218.91 -
System Red Green Blue C M Y K H S L
Decimal 232 17 221 0 0.93 0.05 0.09 303.07 0.86 0.49
Hex E8 11 DD 0 5D 5 9 12F 56 31
Octal 350 21 335 0 135 5 11 457 126 61
Binary 11101000 10001 11011101 0 1011101 101 1001 100101111 1010110 110001

Color Harmonies of #E811DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E811DD

Black with #E811DD

Text Example


Text Example

White with #E811DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E811DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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