Shades of Hot Magenta #EE13D7
Tints of Hot Magenta #EE13D7
RGB
CMYK
RGB Variations
Color information
#EE13D7 (or 0xEE13D7) is known color: Hot Magenta. HEX triplet: EE, 13 and D7. RGB value is (238,19,215). Sum of RGB (Red+Green+Blue) = 238+19+215=472 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.42% from 472); Green value is 19 (7.81% from 255 or 4.03% from 472); Blue value is 215 (84.38% from 255 or 45.55% from 472); Max value from RGB is 238 - color contains mainly: red. Hex color #EE13D7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE13D7 is #11EC28. Grayscale: #6A6A6A. Windows color (decimal): -1174569 or 14095342. OLE color: 14095342.
HSL color Cylindrical-coordinate representation of color #EE13D7: hue angle of 306.3º 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 #EE13D7 is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 19 | 215 | - |
| CMYK | 0 | 0.92 | 0.10 | 0.07 |
| HSL | 306.3º | 0.87% | 0.5% | - |
| HSV(B) | 306.3º | 0.92% | 0.93% | - |
| XYZ | 47.76 | 23.55 | 66.32 | - |
| YUV | 106.83 | 189.05 | 221.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 19 | 215 | 0 | 0.92 | 0.10 | 0.07 | 306.3 | 0.87 | 0.5 |
| Hex | EE | 13 | D7 | 0 | 5C | A | 7 | 132 | 57 | 32 |
| Octal | 356 | 23 | 327 | 0 | 134 | 12 | 7 | 462 | 127 | 62 |
| Binary | 11101110 | 10011 | 11010111 | 0 | 1011100 | 1010 | 111 | 100110010 | 1010111 | 110010 |
Color Harmonies of #EE13D7
Complementary color
Monochromatic Colors of #EE13D7
Black with #EE13D7
Text Example
Text Example
White with #EE13D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE13D7; }
p { color: rgb(238,19,215); }
H1.HeaderClassName
{
color: #EE13D7;
}
.AnyTagClassName
{
color: #EE13D7;
}
</style>
background-color css
<style>
a { background-color: #EE13D7; }
a { background-color: rgb(238,19,215); }
div.DivClassName
{
background-color: #EE13D7;
}
.BgClassName
{
background-color: #EE13D7;
}
</style>
border-color css
<style>
span { border-color: #EE13D7; }
span { border-color: rgb(238,19,215); }
td.TdClassName
{
border-color: #EE13D7;
}
.TagClassName
{
border-color: #EE13D7;
}
</style>