Shades of Hot Magenta #E60ACF
Tints of Hot Magenta #E60ACF
RGB
CMYK
RGB Variations
Color information
#E60ACF (or 0xE60ACF) is known color: Hot Magenta. HEX triplet: E6, 0A and CF. RGB value is (230,10,207). Sum of RGB (Red+Green+Blue) = 230+10+207=447 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.45% from 447); Green value is 10 (4.30% from 255 or 2.24% from 447); Blue value is 207 (81.25% from 255 or 46.31% from 447); Max value from RGB is 230 - color contains mainly: red. Hex color #E60ACF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E60ACF is #19F530. Grayscale: #616161. Windows color (decimal): -1701169 or 13568742. OLE color: 13568742.
HSL color Cylindrical-coordinate representation of color #E60ACF: hue angle of 306.27º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E60ACF is Cyan = 0, Magento = 0.96, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 10 | 207 | - |
| CMYK | 0 | 0.96 | 0.10 | 0.10 |
| HSL | 306.27º | 0.92% | 0.47% | - |
| HSV(B) | 306.27º | 0.96% | 0.9% | - |
| XYZ | 44 | 21.55 | 60.87 | - |
| YUV | 98.24 | 189.39 | 221.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 10 | 207 | 0 | 0.96 | 0.10 | 0.10 | 306.27 | 0.92 | 0.47 |
| Hex | E6 | A | CF | 0 | 60 | A | A | 132 | 5C | 2F |
| Octal | 346 | 12 | 317 | 0 | 140 | 12 | 12 | 462 | 134 | 57 |
| Binary | 11100110 | 1010 | 11001111 | 0 | 1100000 | 1010 | 1010 | 100110010 | 1011100 | 101111 |
Color Harmonies of #E60ACF
Complementary color
Monochromatic Colors of #E60ACF
Black with #E60ACF
Text Example
Text Example
White with #E60ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60ACF; }
p { color: rgb(230,10,207); }
H1.HeaderClassName
{
color: #E60ACF;
}
.AnyTagClassName
{
color: #E60ACF;
}
</style>
background-color css
<style>
a { background-color: #E60ACF; }
a { background-color: rgb(230,10,207); }
div.DivClassName
{
background-color: #E60ACF;
}
.BgClassName
{
background-color: #E60ACF;
}
</style>
border-color css
<style>
span { border-color: #E60ACF; }
span { border-color: rgb(230,10,207); }
td.TdClassName
{
border-color: #E60ACF;
}
.TagClassName
{
border-color: #E60ACF;
}
</style>