Shades of Hot Magenta #E603C4
Tints of Hot Magenta #E603C4
RGB
CMYK
RGB Variations
Color information
#E603C4 (or 0xE603C4) is known color: Hot Magenta. HEX triplet: E6, 03 and C4. RGB value is (230,3,196). Sum of RGB (Red+Green+Blue) = 230+3+196=429 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.61% from 429); Green value is 3 (1.56% from 255 or 0.70% from 429); Blue value is 196 (76.95% from 255 or 45.69% from 429); Max value from RGB is 230 - color contains mainly: red. Hex color #E603C4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E603C4 is #19FC3B. Grayscale: #5C5C5C. Windows color (decimal): -1702972 or 12846054. OLE color: 12846054.
HSL color Cylindrical-coordinate representation of color #E603C4: hue angle of 308.99º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E603C4 is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 3 | 196 | - |
| CMYK | 0 | 0.99 | 0.15 | 0.10 |
| HSL | 308.99º | 0.97% | 0.46% | - |
| HSV(B) | 308.99º | 0.99% | 0.9% | - |
| XYZ | 42.63 | 20.87 | 54.01 | - |
| YUV | 92.88 | 186.21 | 225.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 3 | 196 | 0 | 0.99 | 0.15 | 0.10 | 308.99 | 0.97 | 0.46 |
| Hex | E6 | 3 | C4 | 0 | 63 | F | A | 135 | 61 | 2E |
| Octal | 346 | 3 | 304 | 0 | 143 | 17 | 12 | 465 | 141 | 56 |
| Binary | 11100110 | 11 | 11000100 | 0 | 1100011 | 1111 | 1010 | 100110101 | 1100001 | 101110 |
Color Harmonies of #E603C4
Complementary color
Monochromatic Colors of #E603C4
Black with #E603C4
Text Example
Text Example
White with #E603C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E603C4; }
p { color: rgb(230,3,196); }
H1.HeaderClassName
{
color: #E603C4;
}
.AnyTagClassName
{
color: #E603C4;
}
</style>
background-color css
<style>
a { background-color: #E603C4; }
a { background-color: rgb(230,3,196); }
div.DivClassName
{
background-color: #E603C4;
}
.BgClassName
{
background-color: #E603C4;
}
</style>
border-color css
<style>
span { border-color: #E603C4; }
span { border-color: rgb(230,3,196); }
td.TdClassName
{
border-color: #E603C4;
}
.TagClassName
{
border-color: #E603C4;
}
</style>