Shades of Hot Magenta #EE09DA
Tints of Hot Magenta #EE09DA
RGB
CMYK
RGB Variations
Color information
#EE09DA (or 0xEE09DA) is known color: Hot Magenta. HEX triplet: EE, 09 and DA. RGB value is (238,9,218). Sum of RGB (Red+Green+Blue) = 238+9+218=465 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.18% from 465); Green value is 9 (3.91% from 255 or 1.94% from 465); Blue value is 218 (85.55% from 255 or 46.88% from 465); Max value from RGB is 238 - color contains mainly: red. Hex color #EE09DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE09DA is #11F625. Grayscale: #646464. Windows color (decimal): -1177126 or 14289390. OLE color: 14289390.
HSL color Cylindrical-coordinate representation of color #EE09DA: hue angle of 305.24º 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 #EE09DA is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 9 | 218 | - |
| CMYK | 0 | 0.96 | 0.08 | 0.07 |
| HSL | 305.24º | 0.93% | 0.48% | - |
| HSV(B) | 305.24º | 0.96% | 0.93% | - |
| XYZ | 48.01 | 23.43 | 68.32 | - |
| YUV | 101.3 | 193.87 | 225.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 9 | 218 | 0 | 0.96 | 0.08 | 0.07 | 305.24 | 0.93 | 0.48 |
| Hex | EE | 9 | DA | 0 | 60 | 8 | 7 | 131 | 5D | 30 |
| Octal | 356 | 11 | 332 | 0 | 140 | 10 | 7 | 461 | 135 | 60 |
| Binary | 11101110 | 1001 | 11011010 | 0 | 1100000 | 1000 | 111 | 100110001 | 1011101 | 110000 |
Color Harmonies of #EE09DA
Complementary color
Monochromatic Colors of #EE09DA
Black with #EE09DA
Text Example
Text Example
White with #EE09DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE09DA; }
p { color: rgb(238,9,218); }
H1.HeaderClassName
{
color: #EE09DA;
}
.AnyTagClassName
{
color: #EE09DA;
}
</style>
background-color css
<style>
a { background-color: #EE09DA; }
a { background-color: rgb(238,9,218); }
div.DivClassName
{
background-color: #EE09DA;
}
.BgClassName
{
background-color: #EE09DA;
}
</style>
border-color css
<style>
span { border-color: #EE09DA; }
span { border-color: rgb(238,9,218); }
td.TdClassName
{
border-color: #EE09DA;
}
.TagClassName
{
border-color: #EE09DA;
}
</style>