Shades of Hot Magenta #E705CB
Tints of Hot Magenta #E705CB
RGB
CMYK
RGB Variations
Color information
#E705CB (or 0xE705CB) is known color: Hot Magenta. HEX triplet: E7, 05 and CB. RGB value is (231,5,203). Sum of RGB (Red+Green+Blue) = 231+5+203=439 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.62% from 439); Green value is 5 (2.34% from 255 or 1.14% from 439); Blue value is 203 (79.69% from 255 or 46.24% from 439); Max value from RGB is 231 - color contains mainly: red. Hex color #E705CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E705CB is #18FA34. Grayscale: #5E5E5E. Windows color (decimal): -1636917 or 13305319. OLE color: 13305319.
HSL color Cylindrical-coordinate representation of color #E705CB: hue angle of 307.43º 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 #E705CB is Cyan = 0, Magento = 0.98, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 5 | 203 | - |
| CMYK | 0 | 0.98 | 0.12 | 0.09 |
| HSL | 307.43º | 0.96% | 0.46% | - |
| HSV(B) | 307.43º | 0.98% | 0.91% | - |
| XYZ | 43.79 | 21.41 | 58.32 | - |
| YUV | 95.15 | 188.87 | 224.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 5 | 203 | 0 | 0.98 | 0.12 | 0.09 | 307.43 | 0.96 | 0.46 |
| Hex | E7 | 5 | CB | 0 | 62 | C | 9 | 133 | 60 | 2E |
| Octal | 347 | 5 | 313 | 0 | 142 | 14 | 11 | 463 | 140 | 56 |
| Binary | 11100111 | 101 | 11001011 | 0 | 1100010 | 1100 | 1001 | 100110011 | 1100000 | 101110 |
Color Harmonies of #E705CB
Complementary color
Monochromatic Colors of #E705CB
Black with #E705CB
Text Example
Text Example
White with #E705CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E705CB; }
p { color: rgb(231,5,203); }
H1.HeaderClassName
{
color: #E705CB;
}
.AnyTagClassName
{
color: #E705CB;
}
</style>
background-color css
<style>
a { background-color: #E705CB; }
a { background-color: rgb(231,5,203); }
div.DivClassName
{
background-color: #E705CB;
}
.BgClassName
{
background-color: #E705CB;
}
</style>
border-color css
<style>
span { border-color: #E705CB; }
span { border-color: rgb(231,5,203); }
td.TdClassName
{
border-color: #E705CB;
}
.TagClassName
{
border-color: #E705CB;
}
</style>