Shades of Deep Magenta #E301CF
Tints of Deep Magenta #E301CF
RGB
CMYK
RGB Variations
Color information
#E301CF (or 0xE301CF) is known color: Deep Magenta. HEX triplet: E3, 01 and CF. RGB value is (227,1,207). Sum of RGB (Red+Green+Blue) = 227+1+207=435 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.18% from 435); Green value is 1 (0.78% from 255 or 0.23% from 435); Blue value is 207 (81.25% from 255 or 47.59% from 435); Max value from RGB is 227 - color contains mainly: red. Hex color #E301CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E301CF is #1CFE30. Grayscale: #5B5B5B. Windows color (decimal): -1900081 or 13566435. OLE color: 13566435.
HSL color Cylindrical-coordinate representation of color #E301CF: hue angle of 305.31º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E301CF is Cyan = 0, Magento = 1.00, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 1 | 207 | - |
| CMYK | 0 | 1.00 | 0.09 | 0.11 |
| HSL | 305.31º | 0.99% | 0.45% | - |
| HSV(B) | 305.31º | 1% | 0.89% | - |
| XYZ | 42.95 | 20.86 | 60.79 | - |
| YUV | 92.06 | 192.87 | 224.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 1 | 207 | 0 | 1.00 | 0.09 | 0.11 | 305.31 | 0.99 | 0.45 |
| Hex | E3 | 1 | CF | 0 | 64 | 9 | B | 131 | 63 | 2D |
| Octal | 343 | 1 | 317 | 0 | 144 | 11 | 13 | 461 | 143 | 55 |
| Binary | 11100011 | 1 | 11001111 | 0 | 1100100 | 1001 | 1011 | 100110001 | 1100011 | 101101 |
Color Harmonies of #E301CF
Complementary color
Monochromatic Colors of #E301CF
Black with #E301CF
Text Example
Text Example
White with #E301CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E301CF; }
p { color: rgb(227,1,207); }
H1.HeaderClassName
{
color: #E301CF;
}
.AnyTagClassName
{
color: #E301CF;
}
</style>
background-color css
<style>
a { background-color: #E301CF; }
a { background-color: rgb(227,1,207); }
div.DivClassName
{
background-color: #E301CF;
}
.BgClassName
{
background-color: #E301CF;
}
</style>
border-color css
<style>
span { border-color: #E301CF; }
span { border-color: rgb(227,1,207); }
td.TdClassName
{
border-color: #E301CF;
}
.TagClassName
{
border-color: #E301CF;
}
</style>