Shades of Hot Magenta #E602CD
Tints of Hot Magenta #E602CD
RGB
CMYK
RGB Variations
Color information
#E602CD (or 0xE602CD) is known color: Hot Magenta. HEX triplet: E6, 02 and CD. RGB value is (230,2,205). Sum of RGB (Red+Green+Blue) = 230+2+205=437 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.63% from 437); Green value is 2 (1.17% from 255 or 0.46% from 437); Blue value is 205 (80.47% from 255 or 46.91% from 437); Max value from RGB is 230 - color contains mainly: red. Hex color #E602CD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E602CD is #19FD32. Grayscale: #5C5C5C. Windows color (decimal): -1703219 or 13435622. OLE color: 13435622.
HSL color Cylindrical-coordinate representation of color #E602CD: hue angle of 306.58º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E602CD is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 2 | 205 | - |
| CMYK | 0 | 0.99 | 0.11 | 0.10 |
| HSL | 306.58º | 0.98% | 0.45% | - |
| HSV(B) | 306.58º | 0.99% | 0.9% | - |
| XYZ | 43.67 | 21.27 | 59.56 | - |
| YUV | 93.31 | 191.04 | 225.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 2 | 205 | 0 | 0.99 | 0.11 | 0.10 | 306.58 | 0.98 | 0.45 |
| Hex | E6 | 2 | CD | 0 | 63 | B | A | 133 | 62 | 2D |
| Octal | 346 | 2 | 315 | 0 | 143 | 13 | 12 | 463 | 142 | 55 |
| Binary | 11100110 | 10 | 11001101 | 0 | 1100011 | 1011 | 1010 | 100110011 | 1100010 | 101101 |
Color Harmonies of #E602CD
Complementary color
Monochromatic Colors of #E602CD
Black with #E602CD
Text Example
Text Example
White with #E602CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E602CD; }
p { color: rgb(230,2,205); }
H1.HeaderClassName
{
color: #E602CD;
}
.AnyTagClassName
{
color: #E602CD;
}
</style>
background-color css
<style>
a { background-color: #E602CD; }
a { background-color: rgb(230,2,205); }
div.DivClassName
{
background-color: #E602CD;
}
.BgClassName
{
background-color: #E602CD;
}
</style>
border-color css
<style>
span { border-color: #E602CD; }
span { border-color: rgb(230,2,205); }
td.TdClassName
{
border-color: #E602CD;
}
.TagClassName
{
border-color: #E602CD;
}
</style>