Shades of Hot Magenta #E604CC
Tints of Hot Magenta #E604CC
RGB
CMYK
RGB Variations
Color information
#E604CC (or 0xE604CC) is known color: Hot Magenta. HEX triplet: E6, 04 and CC. RGB value is (230,4,204). Sum of RGB (Red+Green+Blue) = 230+4+204=438 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.51% from 438); Green value is 4 (1.95% from 255 or 0.91% from 438); Blue value is 204 (80.08% from 255 or 46.58% from 438); Max value from RGB is 230 - color contains mainly: red. Hex color #E604CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E604CC is #19FB33. Grayscale: #5D5D5D. Windows color (decimal): -1702708 or 13370598. OLE color: 13370598.
HSL color Cylindrical-coordinate representation of color #E604CC: hue angle of 306.9º degrees, saturation: 0.97, 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 #E604CC is Cyan = 0, Magento = 0.98, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 4 | 204 | - |
| CMYK | 0 | 0.98 | 0.11 | 0.10 |
| HSL | 306.9º | 0.97% | 0.46% | - |
| HSV(B) | 306.9º | 0.98% | 0.9% | - |
| XYZ | 43.58 | 21.27 | 58.94 | - |
| YUV | 94.37 | 189.87 | 224.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 4 | 204 | 0 | 0.98 | 0.11 | 0.10 | 306.9 | 0.97 | 0.46 |
| Hex | E6 | 4 | CC | 0 | 62 | B | A | 133 | 61 | 2E |
| Octal | 346 | 4 | 314 | 0 | 142 | 13 | 12 | 463 | 141 | 56 |
| Binary | 11100110 | 100 | 11001100 | 0 | 1100010 | 1011 | 1010 | 100110011 | 1100001 | 101110 |
Color Harmonies of #E604CC
Complementary color
Monochromatic Colors of #E604CC
Black with #E604CC
Text Example
Text Example
White with #E604CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E604CC; }
p { color: rgb(230,4,204); }
H1.HeaderClassName
{
color: #E604CC;
}
.AnyTagClassName
{
color: #E604CC;
}
</style>
background-color css
<style>
a { background-color: #E604CC; }
a { background-color: rgb(230,4,204); }
div.DivClassName
{
background-color: #E604CC;
}
.BgClassName
{
background-color: #E604CC;
}
</style>
border-color css
<style>
span { border-color: #E604CC; }
span { border-color: rgb(230,4,204); }
td.TdClassName
{
border-color: #E604CC;
}
.TagClassName
{
border-color: #E604CC;
}
</style>