Shades of Hot Magenta #EE00D3
Tints of Hot Magenta #EE00D3
RGB
CMYK
RGB Variations
Color information
#EE00D3 (or 0xEE00D3) is known color: Hot Magenta. HEX triplet: EE, 00 and D3. RGB value is (238,0,211). Sum of RGB (Red+Green+Blue) = 238+0+211=449 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.01% from 449); Green value is 0 (0.39% from 255 or 0% from 449); Blue value is 211 (82.81% from 255 or 46.99% from 449); Max value from RGB is 238 - color contains mainly: red. Hex color #EE00D3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE00D3 is #11FF2C. Grayscale: #5E5E5E. Windows color (decimal): -1179437 or 13828334. OLE color: 13828334.
HSL color Cylindrical-coordinate representation of color #EE00D3: hue angle of 306.81º 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 #EE00D3 is Cyan = 0, Magento = 1, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 0 | 211 | - |
| CMYK | 0 | 1 | 0.11 | 0.07 |
| HSL | 306.81º | 1% | 0.47% | - |
| HSV(B) | 306.81º | 1% | 0.93% | - |
| XYZ | 47.02 | 22.88 | 63.57 | - |
| YUV | 95.22 | 193.35 | 229.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 0 | 211 | 0 | 1 | 0.11 | 0.07 | 306.81 | 1 | 0.47 |
| Hex | EE | 0 | D3 | 0 | 64 | B | 7 | 133 | 64 | 2F |
| Octal | 356 | 0 | 323 | 0 | 144 | 13 | 7 | 463 | 144 | 57 |
| Binary | 11101110 | 0 | 11010011 | 0 | 1100100 | 1011 | 111 | 100110011 | 1100100 | 101111 |
Color Harmonies of #EE00D3
Complementary color
Monochromatic Colors of #EE00D3
Black with #EE00D3
Text Example
Text Example
White with #EE00D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE00D3; }
p { color: rgb(238,0,211); }
H1.HeaderClassName
{
color: #EE00D3;
}
.AnyTagClassName
{
color: #EE00D3;
}
</style>
background-color css
<style>
a { background-color: #EE00D3; }
a { background-color: rgb(238,0,211); }
div.DivClassName
{
background-color: #EE00D3;
}
.BgClassName
{
background-color: #EE00D3;
}
</style>
border-color css
<style>
span { border-color: #EE00D3; }
span { border-color: rgb(238,0,211); }
td.TdClassName
{
border-color: #EE00D3;
}
.TagClassName
{
border-color: #EE00D3;
}
</style>