Shades of Hot Magenta #EE04D7
Tints of Hot Magenta #EE04D7
RGB
CMYK
RGB Variations
Color information
#EE04D7 (or 0xEE04D7) is known color: Hot Magenta. HEX triplet: EE, 04 and D7. RGB value is (238,4,215). Sum of RGB (Red+Green+Blue) = 238+4+215=457 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.08% from 457); Green value is 4 (1.95% from 255 or 0.88% from 457); Blue value is 215 (84.38% from 255 or 47.05% from 457); Max value from RGB is 238 - color contains mainly: red. Hex color #EE04D7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE04D7 is #11FB28. Grayscale: #616161. Windows color (decimal): -1178409 or 14091502. OLE color: 14091502.
HSL color Cylindrical-coordinate representation of color #EE04D7: hue angle of 305.9º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EE04D7 is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 4 | 215 | - |
| CMYK | 0 | 0.98 | 0.10 | 0.07 |
| HSL | 305.9º | 0.97% | 0.47% | - |
| HSV(B) | 305.9º | 0.98% | 0.93% | - |
| XYZ | 47.57 | 23.17 | 66.26 | - |
| YUV | 98.02 | 194.02 | 227.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 4 | 215 | 0 | 0.98 | 0.10 | 0.07 | 305.9 | 0.97 | 0.47 |
| Hex | EE | 4 | D7 | 0 | 62 | A | 7 | 132 | 61 | 2F |
| Octal | 356 | 4 | 327 | 0 | 142 | 12 | 7 | 462 | 141 | 57 |
| Binary | 11101110 | 100 | 11010111 | 0 | 1100010 | 1010 | 111 | 100110010 | 1100001 | 101111 |
Color Harmonies of #EE04D7
Complementary color
Monochromatic Colors of #EE04D7
Black with #EE04D7
Text Example
Text Example
White with #EE04D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE04D7; }
p { color: rgb(238,4,215); }
H1.HeaderClassName
{
color: #EE04D7;
}
.AnyTagClassName
{
color: #EE04D7;
}
</style>
background-color css
<style>
a { background-color: #EE04D7; }
a { background-color: rgb(238,4,215); }
div.DivClassName
{
background-color: #EE04D7;
}
.BgClassName
{
background-color: #EE04D7;
}
</style>
border-color css
<style>
span { border-color: #EE04D7; }
span { border-color: rgb(238,4,215); }
td.TdClassName
{
border-color: #EE04D7;
}
.TagClassName
{
border-color: #EE04D7;
}
</style>