Shades of Hot Magenta #E705CD
Tints of Hot Magenta #E705CD
RGB
CMYK
RGB Variations
Color information
#E705CD (or 0xE705CD) is known color: Hot Magenta. HEX triplet: E7, 05 and CD. RGB value is (231,5,205). Sum of RGB (Red+Green+Blue) = 231+5+205=441 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.38% from 441); Green value is 5 (2.34% from 255 or 1.13% from 441); Blue value is 205 (80.47% from 255 or 46.49% from 441); Max value from RGB is 231 - color contains mainly: red. Hex color #E705CD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E705CD is #18FA32. Grayscale: #5E5E5E. Windows color (decimal): -1636915 or 13436391. OLE color: 13436391.
HSL color Cylindrical-coordinate representation of color #E705CD: hue angle of 306.9º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E705CD is Cyan = 0, Magento = 0.98, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 5 | 205 | - |
| CMYK | 0 | 0.98 | 0.11 | 0.09 |
| HSL | 306.9º | 0.96% | 0.46% | - |
| HSV(B) | 306.9º | 0.98% | 0.91% | - |
| XYZ | 44.03 | 21.51 | 59.59 | - |
| YUV | 95.37 | 189.87 | 224.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 5 | 205 | 0 | 0.98 | 0.11 | 0.09 | 306.9 | 0.96 | 0.46 |
| Hex | E7 | 5 | CD | 0 | 62 | B | 9 | 133 | 60 | 2E |
| Octal | 347 | 5 | 315 | 0 | 142 | 13 | 11 | 463 | 140 | 56 |
| Binary | 11100111 | 101 | 11001101 | 0 | 1100010 | 1011 | 1001 | 100110011 | 1100000 | 101110 |
Color Harmonies of #E705CD
Complementary color
Monochromatic Colors of #E705CD
Black with #E705CD
Text Example
Text Example
White with #E705CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E705CD; }
p { color: rgb(231,5,205); }
H1.HeaderClassName
{
color: #E705CD;
}
.AnyTagClassName
{
color: #E705CD;
}
</style>
background-color css
<style>
a { background-color: #E705CD; }
a { background-color: rgb(231,5,205); }
div.DivClassName
{
background-color: #E705CD;
}
.BgClassName
{
background-color: #E705CD;
}
</style>
border-color css
<style>
span { border-color: #E705CD; }
span { border-color: rgb(231,5,205); }
td.TdClassName
{
border-color: #E705CD;
}
.TagClassName
{
border-color: #E705CD;
}
</style>