Shades of Hot Magenta #EE09DF
Tints of Hot Magenta #EE09DF
RGB
CMYK
RGB Variations
Color information
#EE09DF (or 0xEE09DF) is known color: Hot Magenta. HEX triplet: EE, 09 and DF. RGB value is (238,9,223). Sum of RGB (Red+Green+Blue) = 238+9+223=470 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.64% from 470); Green value is 9 (3.91% from 255 or 1.91% from 470); Blue value is 223 (87.5% from 255 or 47.45% from 470); Max value from RGB is 238 - color contains mainly: red. Hex color #EE09DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE09DF is #11F620. Grayscale: #656565. Windows color (decimal): -1177121 or 14617070. OLE color: 14617070.
HSL color Cylindrical-coordinate representation of color #EE09DF: hue angle of 303.93º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EE09DF is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 9 | 223 | - |
| CMYK | 0 | 0.96 | 0.06 | 0.07 |
| HSL | 303.93º | 0.93% | 0.48% | - |
| HSV(B) | 303.93º | 0.96% | 0.93% | - |
| XYZ | 48.68 | 23.7 | 71.82 | - |
| YUV | 101.87 | 196.37 | 225.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 9 | 223 | 0 | 0.96 | 0.06 | 0.07 | 303.93 | 0.93 | 0.48 |
| Hex | EE | 9 | DF | 0 | 60 | 6 | 7 | 130 | 5D | 30 |
| Octal | 356 | 11 | 337 | 0 | 140 | 6 | 7 | 460 | 135 | 60 |
| Binary | 11101110 | 1001 | 11011111 | 0 | 1100000 | 110 | 111 | 100110000 | 1011101 | 110000 |
Color Harmonies of #EE09DF
Complementary color
Monochromatic Colors of #EE09DF
Black with #EE09DF
Text Example
Text Example
White with #EE09DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE09DF; }
p { color: rgb(238,9,223); }
H1.HeaderClassName
{
color: #EE09DF;
}
.AnyTagClassName
{
color: #EE09DF;
}
</style>
background-color css
<style>
a { background-color: #EE09DF; }
a { background-color: rgb(238,9,223); }
div.DivClassName
{
background-color: #EE09DF;
}
.BgClassName
{
background-color: #EE09DF;
}
</style>
border-color css
<style>
span { border-color: #EE09DF; }
span { border-color: rgb(238,9,223); }
td.TdClassName
{
border-color: #EE09DF;
}
.TagClassName
{
border-color: #EE09DF;
}
</style>