Shades of Hot Magenta #E707CB
Tints of Hot Magenta #E707CB
RGB
CMYK
RGB Variations
Color information
#E707CB (or 0xE707CB) is known color: Hot Magenta. HEX triplet: E7, 07 and CB. RGB value is (231,7,203). Sum of RGB (Red+Green+Blue) = 231+7+203=441 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.38% from 441); Green value is 7 (3.12% from 255 or 1.59% from 441); Blue value is 203 (79.69% from 255 or 46.03% from 441); Max value from RGB is 231 - color contains mainly: red. Hex color #E707CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E707CB is #18F834. Grayscale: #5F5F5F. Windows color (decimal): -1636405 or 13305831. OLE color: 13305831.
HSL color Cylindrical-coordinate representation of color #E707CB: hue angle of 307.5º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E707CB is Cyan = 0, Magento = 0.97, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 7 | 203 | - |
| CMYK | 0 | 0.97 | 0.12 | 0.09 |
| HSL | 307.5º | 0.94% | 0.47% | - |
| HSV(B) | 307.5º | 0.97% | 0.91% | - |
| XYZ | 43.81 | 21.45 | 58.33 | - |
| YUV | 96.32 | 188.21 | 224.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 7 | 203 | 0 | 0.97 | 0.12 | 0.09 | 307.5 | 0.94 | 0.47 |
| Hex | E7 | 7 | CB | 0 | 61 | C | 9 | 134 | 5E | 2F |
| Octal | 347 | 7 | 313 | 0 | 141 | 14 | 11 | 464 | 136 | 57 |
| Binary | 11100111 | 111 | 11001011 | 0 | 1100001 | 1100 | 1001 | 100110100 | 1011110 | 101111 |
Color Harmonies of #E707CB
Complementary color
Monochromatic Colors of #E707CB
Black with #E707CB
Text Example
Text Example
White with #E707CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E707CB; }
p { color: rgb(231,7,203); }
H1.HeaderClassName
{
color: #E707CB;
}
.AnyTagClassName
{
color: #E707CB;
}
</style>
background-color css
<style>
a { background-color: #E707CB; }
a { background-color: rgb(231,7,203); }
div.DivClassName
{
background-color: #E707CB;
}
.BgClassName
{
background-color: #E707CB;
}
</style>
border-color css
<style>
span { border-color: #E707CB; }
span { border-color: rgb(231,7,203); }
td.TdClassName
{
border-color: #E707CB;
}
.TagClassName
{
border-color: #E707CB;
}
</style>