Shades of Deep Magenta #E003BE
Tints of Deep Magenta #E003BE
RGB
CMYK
RGB Variations
Color information
#E003BE (or 0xE003BE) is known color: Deep Magenta. HEX triplet: E0, 03 and BE. RGB value is (224,3,190). Sum of RGB (Red+Green+Blue) = 224+3+190=417 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.72% from 417); Green value is 3 (1.56% from 255 or 0.72% from 417); Blue value is 190 (74.61% from 255 or 45.56% from 417); Max value from RGB is 224 - color contains mainly: red. Hex color #E003BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E003BE is #1FFC41. Grayscale: #595959. Windows color (decimal): -2096194 or 12452832. OLE color: 12452832.
HSL color Cylindrical-coordinate representation of color #E003BE: hue angle of 309.23º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E003BE is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 3 | 190 | - |
| CMYK | 0 | 0.99 | 0.15 | 0.12 |
| HSL | 309.23º | 0.97% | 0.45% | - |
| HSV(B) | 309.23º | 0.99% | 0.88% | - |
| XYZ | 40.07 | 19.63 | 50.39 | - |
| YUV | 90.4 | 184.22 | 223.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 3 | 190 | 0 | 0.99 | 0.15 | 0.12 | 309.23 | 0.97 | 0.45 |
| Hex | E0 | 3 | BE | 0 | 63 | F | C | 135 | 61 | 2D |
| Octal | 340 | 3 | 276 | 0 | 143 | 17 | 14 | 465 | 141 | 55 |
| Binary | 11100000 | 11 | 10111110 | 0 | 1100011 | 1111 | 1100 | 100110101 | 1100001 | 101101 |
Color Harmonies of #E003BE
Complementary color
Monochromatic Colors of #E003BE
Black with #E003BE
Text Example
Text Example
White with #E003BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E003BE; }
p { color: rgb(224,3,190); }
H1.HeaderClassName
{
color: #E003BE;
}
.AnyTagClassName
{
color: #E003BE;
}
</style>
background-color css
<style>
a { background-color: #E003BE; }
a { background-color: rgb(224,3,190); }
div.DivClassName
{
background-color: #E003BE;
}
.BgClassName
{
background-color: #E003BE;
}
</style>
border-color css
<style>
span { border-color: #E003BE; }
span { border-color: rgb(224,3,190); }
td.TdClassName
{
border-color: #E003BE;
}
.TagClassName
{
border-color: #E003BE;
}
</style>