Shades of Deep Magenta #E308CA
Tints of Deep Magenta #E308CA
RGB
CMYK
RGB Variations
Color information
#E308CA (or 0xE308CA) is known color: Deep Magenta. HEX triplet: E3, 08 and CA. RGB value is (227,8,202). Sum of RGB (Red+Green+Blue) = 227+8+202=437 (57% of max value = 765). Red value is 227 (89.06% from 255 or 51.95% from 437); Green value is 8 (3.52% from 255 or 1.83% from 437); Blue value is 202 (79.30% from 255 or 46.22% from 437); Max value from RGB is 227 - color contains mainly: red. Hex color #E308CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E308CA is #1CF735. Grayscale: #5F5F5F. Windows color (decimal): -1898294 or 13240547. OLE color: 13240547.
HSL color Cylindrical-coordinate representation of color #E308CA: hue angle of 306.85º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E308CA is Cyan = 0, Magento = 0.96, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 8 | 202 | - |
| CMYK | 0 | 0.96 | 0.11 | 0.11 |
| HSL | 306.85º | 0.93% | 0.46% | - |
| HSV(B) | 306.85º | 0.96% | 0.89% | - |
| XYZ | 42.43 | 20.77 | 57.65 | - |
| YUV | 95.6 | 188.05 | 221.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 8 | 202 | 0 | 0.96 | 0.11 | 0.11 | 306.85 | 0.93 | 0.46 |
| Hex | E3 | 8 | CA | 0 | 60 | B | B | 133 | 5D | 2E |
| Octal | 343 | 10 | 312 | 0 | 140 | 13 | 13 | 463 | 135 | 56 |
| Binary | 11100011 | 1000 | 11001010 | 0 | 1100000 | 1011 | 1011 | 100110011 | 1011101 | 101110 |
Color Harmonies of #E308CA
Complementary color
Monochromatic Colors of #E308CA
Black with #E308CA
Text Example
Text Example
White with #E308CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E308CA; }
p { color: rgb(227,8,202); }
H1.HeaderClassName
{
color: #E308CA;
}
.AnyTagClassName
{
color: #E308CA;
}
</style>
background-color css
<style>
a { background-color: #E308CA; }
a { background-color: rgb(227,8,202); }
div.DivClassName
{
background-color: #E308CA;
}
.BgClassName
{
background-color: #E308CA;
}
</style>
border-color css
<style>
span { border-color: #E308CA; }
span { border-color: rgb(227,8,202); }
td.TdClassName
{
border-color: #E308CA;
}
.TagClassName
{
border-color: #E308CA;
}
</style>