Shades of Hot Magenta #E80AD3
Tints of Hot Magenta #E80AD3
RGB
CMYK
RGB Variations
Color information
#E80AD3 (or 0xE80AD3) is known color: Hot Magenta. HEX triplet: E8, 0A and D3. RGB value is (232,10,211). Sum of RGB (Red+Green+Blue) = 232+10+211=453 (60% of max value = 765). Red value is 232 (91.02% from 255 or 51.21% from 453); Green value is 10 (4.30% from 255 or 2.21% from 453); Blue value is 211 (82.81% from 255 or 46.58% from 453); Max value from RGB is 232 - color contains mainly: red. Hex color #E80AD3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E80AD3 is #17F52C. Grayscale: #626262. Windows color (decimal): -1570093 or 13830888. OLE color: 13830888.
HSL color Cylindrical-coordinate representation of color #E80AD3: hue angle of 305.68º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E80AD3 is Cyan = 0, Magento = 0.96, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 10 | 211 | - |
| CMYK | 0 | 0.96 | 0.09 | 0.09 |
| HSL | 305.68º | 0.92% | 0.47% | - |
| HSV(B) | 305.68º | 0.96% | 0.91% | - |
| XYZ | 45.15 | 22.08 | 63.51 | - |
| YUV | 99.29 | 191.05 | 222.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 10 | 211 | 0 | 0.96 | 0.09 | 0.09 | 305.68 | 0.92 | 0.47 |
| Hex | E8 | A | D3 | 0 | 60 | 9 | 9 | 132 | 5C | 2F |
| Octal | 350 | 12 | 323 | 0 | 140 | 11 | 11 | 462 | 134 | 57 |
| Binary | 11101000 | 1010 | 11010011 | 0 | 1100000 | 1001 | 1001 | 100110010 | 1011100 | 101111 |
Color Harmonies of #E80AD3
Complementary color
Monochromatic Colors of #E80AD3
Black with #E80AD3
Text Example
Text Example
White with #E80AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80AD3; }
p { color: rgb(232,10,211); }
H1.HeaderClassName
{
color: #E80AD3;
}
.AnyTagClassName
{
color: #E80AD3;
}
</style>
background-color css
<style>
a { background-color: #E80AD3; }
a { background-color: rgb(232,10,211); }
div.DivClassName
{
background-color: #E80AD3;
}
.BgClassName
{
background-color: #E80AD3;
}
</style>
border-color css
<style>
span { border-color: #E80AD3; }
span { border-color: rgb(232,10,211); }
td.TdClassName
{
border-color: #E80AD3;
}
.TagClassName
{
border-color: #E80AD3;
}
</style>