Shades of Hot Magenta #EE00D7
Tints of Hot Magenta #EE00D7
RGB
CMYK
RGB Variations
Color information
#EE00D7 (or 0xEE00D7) is known color: Hot Magenta. HEX triplet: EE, 00 and D7. RGB value is (238,0,215). Sum of RGB (Red+Green+Blue) = 238+0+215=453 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.54% from 453); Green value is 0 (0.39% from 255 or 0% from 453); Blue value is 215 (84.38% from 255 or 47.46% from 453); Max value from RGB is 238 - color contains mainly: red. Hex color #EE00D7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE00D7 is #11FF28. Grayscale: #5F5F5F. Windows color (decimal): -1179433 or 14090478. OLE color: 14090478.
HSL color Cylindrical-coordinate representation of color #EE00D7: hue angle of 305.8º 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 #EE00D7 is Cyan = 0, Magento = 1, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 0 | 215 | - |
| CMYK | 0 | 1 | 0.10 | 0.07 |
| HSL | 305.8º | 1% | 0.47% | - |
| HSV(B) | 305.8º | 1% | 0.93% | - |
| XYZ | 47.53 | 23.08 | 66.24 | - |
| YUV | 95.67 | 195.35 | 229.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 0 | 215 | 0 | 1 | 0.10 | 0.07 | 305.8 | 1 | 0.47 |
| Hex | EE | 0 | D7 | 0 | 64 | A | 7 | 132 | 64 | 2F |
| Octal | 356 | 0 | 327 | 0 | 144 | 12 | 7 | 462 | 144 | 57 |
| Binary | 11101110 | 0 | 11010111 | 0 | 1100100 | 1010 | 111 | 100110010 | 1100100 | 101111 |
Color Harmonies of #EE00D7
Complementary color
Monochromatic Colors of #EE00D7
Black with #EE00D7
Text Example
Text Example
White with #EE00D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE00D7; }
p { color: rgb(238,0,215); }
H1.HeaderClassName
{
color: #EE00D7;
}
.AnyTagClassName
{
color: #EE00D7;
}
</style>
background-color css
<style>
a { background-color: #EE00D7; }
a { background-color: rgb(238,0,215); }
div.DivClassName
{
background-color: #EE00D7;
}
.BgClassName
{
background-color: #EE00D7;
}
</style>
border-color css
<style>
span { border-color: #EE00D7; }
span { border-color: rgb(238,0,215); }
td.TdClassName
{
border-color: #EE00D7;
}
.TagClassName
{
border-color: #EE00D7;
}
</style>