Shades of Hot Magenta #EE01DD
Tints of Hot Magenta #EE01DD
RGB
CMYK
RGB Variations
Color information
#EE01DD (or 0xEE01DD) is known color: Hot Magenta. HEX triplet: EE, 01 and DD. RGB value is (238,1,221). Sum of RGB (Red+Green+Blue) = 238+1+221=460 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.74% from 460); Green value is 1 (0.78% from 255 or 0.22% from 460); Blue value is 221 (86.72% from 255 or 48.04% from 460); Max value from RGB is 238 - color contains mainly: red. Hex color #EE01DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE01DD is #11FE22. Grayscale: #606060. Windows color (decimal): -1179171 or 14483950. OLE color: 14483950.
HSL color Cylindrical-coordinate representation of color #EE01DD: hue angle of 304.3º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE01DD is Cyan = 0, Magento = 1.00, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 1 | 221 | - |
| CMYK | 0 | 1.00 | 0.07 | 0.07 |
| HSL | 304.3º | 0.99% | 0.47% | - |
| HSV(B) | 304.3º | 1% | 0.93% | - |
| XYZ | 48.32 | 23.42 | 70.38 | - |
| YUV | 96.94 | 198.02 | 228.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 1 | 221 | 0 | 1.00 | 0.07 | 0.07 | 304.3 | 0.99 | 0.47 |
| Hex | EE | 1 | DD | 0 | 64 | 7 | 7 | 130 | 63 | 2F |
| Octal | 356 | 1 | 335 | 0 | 144 | 7 | 7 | 460 | 143 | 57 |
| Binary | 11101110 | 1 | 11011101 | 0 | 1100100 | 111 | 111 | 100110000 | 1100011 | 101111 |
Color Harmonies of #EE01DD
Complementary color
Monochromatic Colors of #EE01DD
Black with #EE01DD
Text Example
Text Example
White with #EE01DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE01DD; }
p { color: rgb(238,1,221); }
H1.HeaderClassName
{
color: #EE01DD;
}
.AnyTagClassName
{
color: #EE01DD;
}
</style>
background-color css
<style>
a { background-color: #EE01DD; }
a { background-color: rgb(238,1,221); }
div.DivClassName
{
background-color: #EE01DD;
}
.BgClassName
{
background-color: #EE01DD;
}
</style>
border-color css
<style>
span { border-color: #EE01DD; }
span { border-color: rgb(238,1,221); }
td.TdClassName
{
border-color: #EE01DD;
}
.TagClassName
{
border-color: #EE01DD;
}
</style>