Shades of Hot Magenta #EE13DF
Tints of Hot Magenta #EE13DF
RGB
CMYK
RGB Variations
Color information
#EE13DF (or 0xEE13DF) is known color: Hot Magenta. HEX triplet: EE, 13 and DF. RGB value is (238,19,223). Sum of RGB (Red+Green+Blue) = 238+19+223=480 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.58% from 480); Green value is 19 (7.81% from 255 or 3.96% from 480); Blue value is 223 (87.5% from 255 or 46.46% from 480); Max value from RGB is 238 - color contains mainly: red. Hex color #EE13DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE13DF is #11EC20. Grayscale: #6B6B6B. Windows color (decimal): -1174561 or 14619630. OLE color: 14619630.
HSL color Cylindrical-coordinate representation of color #EE13DF: hue angle of 304.11º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE13DF is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 19 | 223 | - |
| CMYK | 0 | 0.92 | 0.06 | 0.07 |
| HSL | 304.11º | 0.87% | 0.5% | - |
| HSV(B) | 304.11º | 0.92% | 0.93% | - |
| XYZ | 48.81 | 23.97 | 71.87 | - |
| YUV | 107.74 | 193.05 | 220.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 19 | 223 | 0 | 0.92 | 0.06 | 0.07 | 304.11 | 0.87 | 0.5 |
| Hex | EE | 13 | DF | 0 | 5C | 6 | 7 | 130 | 57 | 32 |
| Octal | 356 | 23 | 337 | 0 | 134 | 6 | 7 | 460 | 127 | 62 |
| Binary | 11101110 | 10011 | 11011111 | 0 | 1011100 | 110 | 111 | 100110000 | 1010111 | 110010 |
Color Harmonies of #EE13DF
Complementary color
Monochromatic Colors of #EE13DF
Black with #EE13DF
Text Example
Text Example
White with #EE13DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE13DF; }
p { color: rgb(238,19,223); }
H1.HeaderClassName
{
color: #EE13DF;
}
.AnyTagClassName
{
color: #EE13DF;
}
</style>
background-color css
<style>
a { background-color: #EE13DF; }
a { background-color: rgb(238,19,223); }
div.DivClassName
{
background-color: #EE13DF;
}
.BgClassName
{
background-color: #EE13DF;
}
</style>
border-color css
<style>
span { border-color: #EE13DF; }
span { border-color: rgb(238,19,223); }
td.TdClassName
{
border-color: #EE13DF;
}
.TagClassName
{
border-color: #EE13DF;
}
</style>