Shades of Deep Magenta #E203C4
Tints of Deep Magenta #E203C4
RGB
CMYK
RGB Variations
Color information
#E203C4 (or 0xE203C4) is known color: Deep Magenta. HEX triplet: E2, 03 and C4. RGB value is (226,3,196). Sum of RGB (Red+Green+Blue) = 226+3+196=425 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.18% from 425); Green value is 3 (1.56% from 255 or 0.71% from 425); Blue value is 196 (76.95% from 255 or 46.12% from 425); Max value from RGB is 226 - color contains mainly: red. Hex color #E203C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E203C4 is #1DFC3B. Grayscale: #5B5B5B. Windows color (decimal): -1965116 or 12846050. OLE color: 12846050.
HSL color Cylindrical-coordinate representation of color #E203C4: hue angle of 308.07º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E203C4 is Cyan = 0, Magento = 0.99, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 3 | 196 | - |
| CMYK | 0 | 0.99 | 0.13 | 0.11 |
| HSL | 308.07º | 0.97% | 0.45% | - |
| HSV(B) | 308.07º | 0.99% | 0.89% | - |
| XYZ | 41.36 | 20.22 | 53.95 | - |
| YUV | 91.68 | 186.88 | 223.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 3 | 196 | 0 | 0.99 | 0.13 | 0.11 | 308.07 | 0.97 | 0.45 |
| Hex | E2 | 3 | C4 | 0 | 63 | D | B | 134 | 61 | 2D |
| Octal | 342 | 3 | 304 | 0 | 143 | 15 | 13 | 464 | 141 | 55 |
| Binary | 11100010 | 11 | 11000100 | 0 | 1100011 | 1101 | 1011 | 100110100 | 1100001 | 101101 |
Color Harmonies of #E203C4
Complementary color
Monochromatic Colors of #E203C4
Black with #E203C4
Text Example
Text Example
White with #E203C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E203C4; }
p { color: rgb(226,3,196); }
H1.HeaderClassName
{
color: #E203C4;
}
.AnyTagClassName
{
color: #E203C4;
}
</style>
background-color css
<style>
a { background-color: #E203C4; }
a { background-color: rgb(226,3,196); }
div.DivClassName
{
background-color: #E203C4;
}
.BgClassName
{
background-color: #E203C4;
}
</style>
border-color css
<style>
span { border-color: #E203C4; }
span { border-color: rgb(226,3,196); }
td.TdClassName
{
border-color: #E203C4;
}
.TagClassName
{
border-color: #E203C4;
}
</style>