Shades of Hot Magenta #EE14D9
Tints of Hot Magenta #EE14D9
RGB
CMYK
RGB Variations
Color information
#EE14D9 (or 0xEE14D9) is known color: Hot Magenta. HEX triplet: EE, 14 and D9. RGB value is (238,20,217). Sum of RGB (Red+Green+Blue) = 238+20+217=475 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.11% from 475); Green value is 20 (8.20% from 255 or 4.21% from 475); Blue value is 217 (85.16% from 255 or 45.68% from 475); Max value from RGB is 238 - color contains mainly: red. Hex color #EE14D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE14D9 is #11EB26. Grayscale: #6B6B6B. Windows color (decimal): -1174311 or 14226670. OLE color: 14226670.
HSL color Cylindrical-coordinate representation of color #EE14D9: hue angle of 305.78º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE14D9 is Cyan = 0, Magento = 0.92, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 20 | 217 | - |
| CMYK | 0 | 0.92 | 0.09 | 0.07 |
| HSL | 305.78º | 0.87% | 0.51% | - |
| HSV(B) | 305.78º | 0.92% | 0.93% | - |
| XYZ | 48.03 | 23.69 | 67.69 | - |
| YUV | 107.64 | 189.72 | 220.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 20 | 217 | 0 | 0.92 | 0.09 | 0.07 | 305.78 | 0.87 | 0.51 |
| Hex | EE | 14 | D9 | 0 | 5C | 9 | 7 | 132 | 57 | 33 |
| Octal | 356 | 24 | 331 | 0 | 134 | 11 | 7 | 462 | 127 | 63 |
| Binary | 11101110 | 10100 | 11011001 | 0 | 1011100 | 1001 | 111 | 100110010 | 1010111 | 110011 |
Color Harmonies of #EE14D9
Complementary color
Monochromatic Colors of #EE14D9
Black with #EE14D9
Text Example
Text Example
White with #EE14D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE14D9; }
p { color: rgb(238,20,217); }
H1.HeaderClassName
{
color: #EE14D9;
}
.AnyTagClassName
{
color: #EE14D9;
}
</style>
background-color css
<style>
a { background-color: #EE14D9; }
a { background-color: rgb(238,20,217); }
div.DivClassName
{
background-color: #EE14D9;
}
.BgClassName
{
background-color: #EE14D9;
}
</style>
border-color css
<style>
span { border-color: #EE14D9; }
span { border-color: rgb(238,20,217); }
td.TdClassName
{
border-color: #EE14D9;
}
.TagClassName
{
border-color: #EE14D9;
}
</style>