Shades of Deep Magenta #E30BCC
Tints of Deep Magenta #E30BCC
RGB
CMYK
RGB Variations
Color information
#E30BCC (or 0xE30BCC) is known color: Deep Magenta. HEX triplet: E3, 0B and CC. RGB value is (227,11,204). Sum of RGB (Red+Green+Blue) = 227+11+204=442 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.36% from 442); Green value is 11 (4.69% from 255 or 2.49% from 442); Blue value is 204 (80.08% from 255 or 46.15% from 442); Max value from RGB is 227 - color contains mainly: red. Hex color #E30BCC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E30BCC is #1CF433. Grayscale: #616161. Windows color (decimal): -1897524 or 13372387. OLE color: 13372387.
HSL color Cylindrical-coordinate representation of color #E30BCC: hue angle of 306.39º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E30BCC is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 11 | 204 | - |
| CMYK | 0 | 0.95 | 0.10 | 0.11 |
| HSL | 306.39º | 0.91% | 0.47% | - |
| HSV(B) | 306.39º | 0.95% | 0.89% | - |
| XYZ | 42.7 | 20.93 | 58.92 | - |
| YUV | 97.59 | 188.06 | 220.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 11 | 204 | 0 | 0.95 | 0.10 | 0.11 | 306.39 | 0.91 | 0.47 |
| Hex | E3 | B | CC | 0 | 5F | A | B | 132 | 5B | 2F |
| Octal | 343 | 13 | 314 | 0 | 137 | 12 | 13 | 462 | 133 | 57 |
| Binary | 11100011 | 1011 | 11001100 | 0 | 1011111 | 1010 | 1011 | 100110010 | 1011011 | 101111 |
Color Harmonies of #E30BCC
Complementary color
Monochromatic Colors of #E30BCC
Black with #E30BCC
Text Example
Text Example
White with #E30BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30BCC; }
p { color: rgb(227,11,204); }
H1.HeaderClassName
{
color: #E30BCC;
}
.AnyTagClassName
{
color: #E30BCC;
}
</style>
background-color css
<style>
a { background-color: #E30BCC; }
a { background-color: rgb(227,11,204); }
div.DivClassName
{
background-color: #E30BCC;
}
.BgClassName
{
background-color: #E30BCC;
}
</style>
border-color css
<style>
span { border-color: #E30BCC; }
span { border-color: rgb(227,11,204); }
td.TdClassName
{
border-color: #E30BCC;
}
.TagClassName
{
border-color: #E30BCC;
}
</style>