Shades of Deep Magenta #E315CF
Tints of Deep Magenta #E315CF
RGB
CMYK
RGB Variations
Color information
#E315CF (or 0xE315CF) is known color: Deep Magenta. HEX triplet: E3, 15 and CF. RGB value is (227,21,207). Sum of RGB (Red+Green+Blue) = 227+21+207=455 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.89% from 455); Green value is 21 (8.59% from 255 or 4.62% from 455); Blue value is 207 (81.25% from 255 or 45.49% from 455); Max value from RGB is 227 - color contains mainly: red. Hex color #E315CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E315CF is #1CEA30. Grayscale: #676767. Windows color (decimal): -1894961 or 13571555. OLE color: 13571555.
HSL color Cylindrical-coordinate representation of color #E315CF: hue angle of 305.83º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E315CF is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 21 | 207 | - |
| CMYK | 0 | 0.91 | 0.09 | 0.11 |
| HSL | 305.83º | 0.83% | 0.49% | - |
| HSV(B) | 305.83º | 0.91% | 0.89% | - |
| XYZ | 43.21 | 21.37 | 60.88 | - |
| YUV | 103.8 | 186.25 | 215.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 21 | 207 | 0 | 0.91 | 0.09 | 0.11 | 305.83 | 0.83 | 0.49 |
| Hex | E3 | 15 | CF | 0 | 5B | 9 | B | 132 | 53 | 31 |
| Octal | 343 | 25 | 317 | 0 | 133 | 11 | 13 | 462 | 123 | 61 |
| Binary | 11100011 | 10101 | 11001111 | 0 | 1011011 | 1001 | 1011 | 100110010 | 1010011 | 110001 |
Color Harmonies of #E315CF
Complementary color
Monochromatic Colors of #E315CF
Black with #E315CF
Text Example
Text Example
White with #E315CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E315CF; }
p { color: rgb(227,21,207); }
H1.HeaderClassName
{
color: #E315CF;
}
.AnyTagClassName
{
color: #E315CF;
}
</style>
background-color css
<style>
a { background-color: #E315CF; }
a { background-color: rgb(227,21,207); }
div.DivClassName
{
background-color: #E315CF;
}
.BgClassName
{
background-color: #E315CF;
}
</style>
border-color css
<style>
span { border-color: #E315CF; }
span { border-color: rgb(227,21,207); }
td.TdClassName
{
border-color: #E315CF;
}
.TagClassName
{
border-color: #E315CF;
}
</style>