Shades of Hot Magenta #E608CD
Tints of Hot Magenta #E608CD
RGB
CMYK
RGB Variations
Color information
#E608CD (or 0xE608CD) is known color: Hot Magenta. HEX triplet: E6, 08 and CD. RGB value is (230,8,205). Sum of RGB (Red+Green+Blue) = 230+8+205=443 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.92% from 443); Green value is 8 (3.52% from 255 or 1.81% from 443); Blue value is 205 (80.47% from 255 or 46.28% from 443); Max value from RGB is 230 - color contains mainly: red. Hex color #E608CD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E608CD is #19F732. Grayscale: #606060. Windows color (decimal): -1701683 or 13437158. OLE color: 13437158.
HSL color Cylindrical-coordinate representation of color #E608CD: hue angle of 306.76º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E608CD is Cyan = 0, Magento = 0.97, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 8 | 205 | - |
| CMYK | 0 | 0.97 | 0.11 | 0.10 |
| HSL | 306.76º | 0.93% | 0.47% | - |
| HSV(B) | 306.76º | 0.97% | 0.9% | - |
| XYZ | 43.74 | 21.4 | 59.58 | - |
| YUV | 96.84 | 189.05 | 222.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 8 | 205 | 0 | 0.97 | 0.11 | 0.10 | 306.76 | 0.93 | 0.47 |
| Hex | E6 | 8 | CD | 0 | 61 | B | A | 133 | 5D | 2F |
| Octal | 346 | 10 | 315 | 0 | 141 | 13 | 12 | 463 | 135 | 57 |
| Binary | 11100110 | 1000 | 11001101 | 0 | 1100001 | 1011 | 1010 | 100110011 | 1011101 | 101111 |
Color Harmonies of #E608CD
Complementary color
Monochromatic Colors of #E608CD
Black with #E608CD
Text Example
Text Example
White with #E608CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E608CD; }
p { color: rgb(230,8,205); }
H1.HeaderClassName
{
color: #E608CD;
}
.AnyTagClassName
{
color: #E608CD;
}
</style>
background-color css
<style>
a { background-color: #E608CD; }
a { background-color: rgb(230,8,205); }
div.DivClassName
{
background-color: #E608CD;
}
.BgClassName
{
background-color: #E608CD;
}
</style>
border-color css
<style>
span { border-color: #E608CD; }
span { border-color: rgb(230,8,205); }
td.TdClassName
{
border-color: #E608CD;
}
.TagClassName
{
border-color: #E608CD;
}
</style>