Shades of Hot Magenta #E607CD
Tints of Hot Magenta #E607CD
RGB
CMYK
RGB Variations
Color information
#E607CD (or 0xE607CD) is known color: Hot Magenta. HEX triplet: E6, 07 and CD. RGB value is (230,7,205). Sum of RGB (Red+Green+Blue) = 230+7+205=442 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.04% from 442); Green value is 7 (3.12% from 255 or 1.58% from 442); Blue value is 205 (80.47% from 255 or 46.38% from 442); Max value from RGB is 230 - color contains mainly: red. Hex color #E607CD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E607CD is #19F832. Grayscale: #5F5F5F. Windows color (decimal): -1701939 or 13436902. OLE color: 13436902.
HSL color Cylindrical-coordinate representation of color #E607CD: hue angle of 306.73º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E607CD is Cyan = 0, Magento = 0.97, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 7 | 205 | - |
| CMYK | 0 | 0.97 | 0.11 | 0.10 |
| HSL | 306.73º | 0.94% | 0.46% | - |
| HSV(B) | 306.73º | 0.97% | 0.9% | - |
| XYZ | 43.73 | 21.38 | 59.58 | - |
| YUV | 96.25 | 189.38 | 223.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 7 | 205 | 0 | 0.97 | 0.11 | 0.10 | 306.73 | 0.94 | 0.46 |
| Hex | E6 | 7 | CD | 0 | 61 | B | A | 133 | 5E | 2E |
| Octal | 346 | 7 | 315 | 0 | 141 | 13 | 12 | 463 | 136 | 56 |
| Binary | 11100110 | 111 | 11001101 | 0 | 1100001 | 1011 | 1010 | 100110011 | 1011110 | 101110 |
Color Harmonies of #E607CD
Complementary color
Monochromatic Colors of #E607CD
Black with #E607CD
Text Example
Text Example
White with #E607CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E607CD; }
p { color: rgb(230,7,205); }
H1.HeaderClassName
{
color: #E607CD;
}
.AnyTagClassName
{
color: #E607CD;
}
</style>
background-color css
<style>
a { background-color: #E607CD; }
a { background-color: rgb(230,7,205); }
div.DivClassName
{
background-color: #E607CD;
}
.BgClassName
{
background-color: #E607CD;
}
</style>
border-color css
<style>
span { border-color: #E607CD; }
span { border-color: rgb(230,7,205); }
td.TdClassName
{
border-color: #E607CD;
}
.TagClassName
{
border-color: #E607CD;
}
</style>