Shades of Hot Magenta #FF0EDD
Tints of Hot Magenta #FF0EDD
RGB
CMYK
RGB Variations
Color information
#FF0EDD (or 0xFF0EDD) is known color: Hot Magenta. HEX triplet: FF, 0E and DD. RGB value is (255,14,221). Sum of RGB (Red+Green+Blue) = 255+14+221=490 (64% of max value = 765). Red value is 255 (100% from 255 or 52.04% from 490); Green value is 14 (5.86% from 255 or 2.86% from 490); Blue value is 221 (86.72% from 255 or 45.10% from 490); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0EDD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF0EDD is #00F122. Grayscale: #6D6D6D. Windows color (decimal): -61731 or 14487295. OLE color: 14487295.
HSL color Cylindrical-coordinate representation of color #FF0EDD: hue angle of 308.46º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF0EDD is Cyan = 0, Magento = 0.95, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 14 | 221 | - |
| CMYK | 0 | 0.95 | 0.13 | 0 |
| HSL | 308.46º | 1% | 0.53% | - |
| HSV(B) | 308.46º | 0.95% | 1% | - |
| XYZ | 54.45 | 26.79 | 70.71 | - |
| YUV | 109.66 | 190.84 | 231.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 14 | 221 | 0 | 0.95 | 0.13 | 0 | 308.46 | 1 | 0.53 |
| Hex | FF | E | DD | 0 | 5F | D | 0 | 134 | 64 | 35 |
| Octal | 377 | 16 | 335 | 0 | 137 | 15 | 0 | 464 | 144 | 65 |
| Binary | 11111111 | 1110 | 11011101 | 0 | 1011111 | 1101 | 0 | 100110100 | 1100100 | 110101 |
Color Harmonies of #FF0EDD
Complementary color
Monochromatic Colors of #FF0EDD
Black with #FF0EDD
Text Example
Text Example
White with #FF0EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0EDD; }
p { color: rgb(255,14,221); }
H1.HeaderClassName
{
color: #FF0EDD;
}
.AnyTagClassName
{
color: #FF0EDD;
}
</style>
background-color css
<style>
a { background-color: #FF0EDD; }
a { background-color: rgb(255,14,221); }
div.DivClassName
{
background-color: #FF0EDD;
}
.BgClassName
{
background-color: #FF0EDD;
}
</style>
border-color css
<style>
span { border-color: #FF0EDD; }
span { border-color: rgb(255,14,221); }
td.TdClassName
{
border-color: #FF0EDD;
}
.TagClassName
{
border-color: #FF0EDD;
}
</style>