Shades of Deep Magenta #E300BF
Tints of Deep Magenta #E300BF
RGB
CMYK
RGB Variations
Color information
#E300BF (or 0xE300BF) is known color: Deep Magenta. HEX triplet: E3, 00 and BF. RGB value is (227,0,191). Sum of RGB (Red+Green+Blue) = 227+0+191=418 (55% of max value = 765). Red value is 227 (89.06% from 255 or 54.31% from 418); Green value is 0 (0.39% from 255 or 0% from 418); Blue value is 191 (75% from 255 or 45.69% from 418); Max value from RGB is 227 - color contains mainly: red. Hex color #E300BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E300BF is #1CFF40. Grayscale: #595959. Windows color (decimal): -1900353 or 12517603. OLE color: 12517603.
HSL color Cylindrical-coordinate representation of color #E300BF: hue angle of 309.52º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E300BF is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 0 | 191 | - |
| CMYK | 0 | 1 | 0.16 | 0.11 |
| HSL | 309.52º | 1% | 0.45% | - |
| HSV(B) | 309.52º | 1% | 0.89% | - |
| XYZ | 41.08 | 20.09 | 51 | - |
| YUV | 89.65 | 185.21 | 225.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 0 | 191 | 0 | 1 | 0.16 | 0.11 | 309.52 | 1 | 0.45 |
| Hex | E3 | 0 | BF | 0 | 64 | 10 | B | 136 | 64 | 2D |
| Octal | 343 | 0 | 277 | 0 | 144 | 20 | 13 | 466 | 144 | 55 |
| Binary | 11100011 | 0 | 10111111 | 0 | 1100100 | 10000 | 1011 | 100110110 | 1100100 | 101101 |
Color Harmonies of #E300BF
Complementary color
Monochromatic Colors of #E300BF
Black with #E300BF
Text Example
Text Example
White with #E300BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E300BF; }
p { color: rgb(227,0,191); }
H1.HeaderClassName
{
color: #E300BF;
}
.AnyTagClassName
{
color: #E300BF;
}
</style>
background-color css
<style>
a { background-color: #E300BF; }
a { background-color: rgb(227,0,191); }
div.DivClassName
{
background-color: #E300BF;
}
.BgClassName
{
background-color: #E300BF;
}
</style>
border-color css
<style>
span { border-color: #E300BF; }
span { border-color: rgb(227,0,191); }
td.TdClassName
{
border-color: #E300BF;
}
.TagClassName
{
border-color: #E300BF;
}
</style>