Shades of Deep Magenta #E30FDE
Tints of Deep Magenta #E30FDE
RGB
CMYK
RGB Variations
Color information
#E30FDE (or 0xE30FDE) is known color: Deep Magenta. HEX triplet: E3, 0F and DE. RGB value is (227,15,222). Sum of RGB (Red+Green+Blue) = 227+15+222=464 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.92% from 464); Green value is 15 (6.25% from 255 or 3.23% from 464); Blue value is 222 (87.11% from 255 or 47.84% from 464); Max value from RGB is 227 - color contains mainly: red. Hex color #E30FDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E30FDE is #1CF021. Grayscale: #656565. Windows color (decimal): -1896482 or 14553059. OLE color: 14553059.
HSL color Cylindrical-coordinate representation of color #E30FDE: hue angle of 301.42º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E30FDE is Cyan = 0, Magento = 0.93, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 15 | 222 | - |
| CMYK | 0 | 0.93 | 0.02 | 0.11 |
| HSL | 301.42º | 0.88% | 0.47% | - |
| HSV(B) | 301.42º | 0.93% | 0.89% | - |
| XYZ | 45.03 | 21.95 | 70.97 | - |
| YUV | 101.99 | 195.74 | 217.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 15 | 222 | 0 | 0.93 | 0.02 | 0.11 | 301.42 | 0.88 | 0.47 |
| Hex | E3 | F | DE | 0 | 5D | 2 | B | 12D | 58 | 2F |
| Octal | 343 | 17 | 336 | 0 | 135 | 2 | 13 | 455 | 130 | 57 |
| Binary | 11100011 | 1111 | 11011110 | 0 | 1011101 | 10 | 1011 | 100101101 | 1011000 | 101111 |
Color Harmonies of #E30FDE
Complementary color
Monochromatic Colors of #E30FDE
Black with #E30FDE
Text Example
Text Example
White with #E30FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30FDE; }
p { color: rgb(227,15,222); }
H1.HeaderClassName
{
color: #E30FDE;
}
.AnyTagClassName
{
color: #E30FDE;
}
</style>
background-color css
<style>
a { background-color: #E30FDE; }
a { background-color: rgb(227,15,222); }
div.DivClassName
{
background-color: #E30FDE;
}
.BgClassName
{
background-color: #E30FDE;
}
</style>
border-color css
<style>
span { border-color: #E30FDE; }
span { border-color: rgb(227,15,222); }
td.TdClassName
{
border-color: #E30FDE;
}
.TagClassName
{
border-color: #E30FDE;
}
</style>