Shades of Hot Magenta #E605CB
Tints of Hot Magenta #E605CB
RGB
CMYK
RGB Variations
Color information
#E605CB (or 0xE605CB) is known color: Hot Magenta. HEX triplet: E6, 05 and CB. RGB value is (230,5,203). Sum of RGB (Red+Green+Blue) = 230+5+203=438 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.51% from 438); Green value is 5 (2.34% from 255 or 1.14% from 438); Blue value is 203 (79.69% from 255 or 46.35% from 438); Max value from RGB is 230 - color contains mainly: red. Hex color #E605CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E605CB is #19FA34. Grayscale: #5E5E5E. Windows color (decimal): -1702453 or 13305318. OLE color: 13305318.
HSL color Cylindrical-coordinate representation of color #E605CB: hue angle of 307.2º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E605CB is Cyan = 0, Magento = 0.98, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 5 | 203 | - |
| CMYK | 0 | 0.98 | 0.12 | 0.10 |
| HSL | 307.2º | 0.96% | 0.46% | - |
| HSV(B) | 307.2º | 0.98% | 0.9% | - |
| XYZ | 43.47 | 21.24 | 58.31 | - |
| YUV | 94.85 | 189.04 | 224.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 5 | 203 | 0 | 0.98 | 0.12 | 0.10 | 307.2 | 0.96 | 0.46 |
| Hex | E6 | 5 | CB | 0 | 62 | C | A | 133 | 60 | 2E |
| Octal | 346 | 5 | 313 | 0 | 142 | 14 | 12 | 463 | 140 | 56 |
| Binary | 11100110 | 101 | 11001011 | 0 | 1100010 | 1100 | 1010 | 100110011 | 1100000 | 101110 |
Color Harmonies of #E605CB
Complementary color
Monochromatic Colors of #E605CB
Black with #E605CB
Text Example
Text Example
White with #E605CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E605CB; }
p { color: rgb(230,5,203); }
H1.HeaderClassName
{
color: #E605CB;
}
.AnyTagClassName
{
color: #E605CB;
}
</style>
background-color css
<style>
a { background-color: #E605CB; }
a { background-color: rgb(230,5,203); }
div.DivClassName
{
background-color: #E605CB;
}
.BgClassName
{
background-color: #E605CB;
}
</style>
border-color css
<style>
span { border-color: #E605CB; }
span { border-color: rgb(230,5,203); }
td.TdClassName
{
border-color: #E605CB;
}
.TagClassName
{
border-color: #E605CB;
}
</style>