Shades of Deep Magenta #E305CD
Tints of Deep Magenta #E305CD
RGB
CMYK
RGB Variations
Color information
#E305CD (or 0xE305CD) is known color: Deep Magenta. HEX triplet: E3, 05 and CD. RGB value is (227,5,205). Sum of RGB (Red+Green+Blue) = 227+5+205=437 (57% of max value = 765). Red value is 227 (89.06% from 255 or 51.95% from 437); Green value is 5 (2.34% from 255 or 1.14% from 437); Blue value is 205 (80.47% from 255 or 46.91% from 437); Max value from RGB is 227 - color contains mainly: red. Hex color #E305CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E305CD is #1CFA32. Grayscale: #5D5D5D. Windows color (decimal): -1899059 or 13436387. OLE color: 13436387.
HSL color Cylindrical-coordinate representation of color #E305CD: hue angle of 305.95º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E305CD is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 5 | 205 | - |
| CMYK | 0 | 0.98 | 0.10 | 0.11 |
| HSL | 305.95º | 0.96% | 0.45% | - |
| HSV(B) | 305.95º | 0.98% | 0.89% | - |
| XYZ | 42.75 | 20.85 | 59.53 | - |
| YUV | 94.18 | 190.55 | 222.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 5 | 205 | 0 | 0.98 | 0.10 | 0.11 | 305.95 | 0.96 | 0.45 |
| Hex | E3 | 5 | CD | 0 | 62 | A | B | 132 | 60 | 2D |
| Octal | 343 | 5 | 315 | 0 | 142 | 12 | 13 | 462 | 140 | 55 |
| Binary | 11100011 | 101 | 11001101 | 0 | 1100010 | 1010 | 1011 | 100110010 | 1100000 | 101101 |
Color Harmonies of #E305CD
Complementary color
Monochromatic Colors of #E305CD
Black with #E305CD
Text Example
Text Example
White with #E305CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E305CD; }
p { color: rgb(227,5,205); }
H1.HeaderClassName
{
color: #E305CD;
}
.AnyTagClassName
{
color: #E305CD;
}
</style>
background-color css
<style>
a { background-color: #E305CD; }
a { background-color: rgb(227,5,205); }
div.DivClassName
{
background-color: #E305CD;
}
.BgClassName
{
background-color: #E305CD;
}
</style>
border-color css
<style>
span { border-color: #E305CD; }
span { border-color: rgb(227,5,205); }
td.TdClassName
{
border-color: #E305CD;
}
.TagClassName
{
border-color: #E305CD;
}
</style>