Shades of Hot Magenta #EE00DA
Tints of Hot Magenta #EE00DA
RGB
CMYK
RGB Variations
Color information
#EE00DA (or 0xEE00DA) is known color: Hot Magenta. HEX triplet: EE, 00 and DA. RGB value is (238,0,218). Sum of RGB (Red+Green+Blue) = 238+0+218=456 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.19% from 456); Green value is 0 (0.39% from 255 or 0% from 456); Blue value is 218 (85.55% from 255 or 47.81% from 456); Max value from RGB is 238 - color contains mainly: red. Hex color #EE00DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE00DA is #11FF25. Grayscale: #5F5F5F. Windows color (decimal): -1179430 or 14287086. OLE color: 14287086.
HSL color Cylindrical-coordinate representation of color #EE00DA: hue angle of 305.04º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE00DA is Cyan = 0, Magento = 1, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 0 | 218 | - |
| CMYK | 0 | 1 | 0.08 | 0.07 |
| HSL | 305.04º | 1% | 0.47% | - |
| HSV(B) | 305.04º | 1% | 0.93% | - |
| XYZ | 47.91 | 23.24 | 68.29 | - |
| YUV | 96.01 | 196.85 | 229.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 0 | 218 | 0 | 1 | 0.08 | 0.07 | 305.04 | 1 | 0.47 |
| Hex | EE | 0 | DA | 0 | 64 | 8 | 7 | 131 | 64 | 2F |
| Octal | 356 | 0 | 332 | 0 | 144 | 10 | 7 | 461 | 144 | 57 |
| Binary | 11101110 | 0 | 11011010 | 0 | 1100100 | 1000 | 111 | 100110001 | 1100100 | 101111 |
Color Harmonies of #EE00DA
Complementary color
Monochromatic Colors of #EE00DA
Black with #EE00DA
Text Example
Text Example
White with #EE00DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE00DA; }
p { color: rgb(238,0,218); }
H1.HeaderClassName
{
color: #EE00DA;
}
.AnyTagClassName
{
color: #EE00DA;
}
</style>
background-color css
<style>
a { background-color: #EE00DA; }
a { background-color: rgb(238,0,218); }
div.DivClassName
{
background-color: #EE00DA;
}
.BgClassName
{
background-color: #EE00DA;
}
</style>
border-color css
<style>
span { border-color: #EE00DA; }
span { border-color: rgb(238,0,218); }
td.TdClassName
{
border-color: #EE00DA;
}
.TagClassName
{
border-color: #EE00DA;
}
</style>