Shades of Deep Magenta #E209CF
Tints of Deep Magenta #E209CF
RGB
CMYK
RGB Variations
Color information
#E209CF (or 0xE209CF) is known color: Deep Magenta. HEX triplet: E2, 09 and CF. RGB value is (226,9,207). Sum of RGB (Red+Green+Blue) = 226+9+207=442 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.13% from 442); Green value is 9 (3.91% from 255 or 2.04% from 442); Blue value is 207 (81.25% from 255 or 46.83% from 442); Max value from RGB is 226 - color contains mainly: red. Hex color #E209CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E209CF is #1DF630. Grayscale: #5F5F5F. Windows color (decimal): -1963569 or 13568482. OLE color: 13568482.
HSL color Cylindrical-coordinate representation of color #E209CF: hue angle of 305.25º degrees, saturation: 0.92, 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 #E209CF is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 9 | 207 | - |
| CMYK | 0 | 0.96 | 0.08 | 0.11 |
| HSL | 305.25º | 0.92% | 0.46% | - |
| HSV(B) | 305.25º | 0.96% | 0.89% | - |
| XYZ | 42.72 | 20.87 | 60.81 | - |
| YUV | 96.46 | 190.39 | 220.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 9 | 207 | 0 | 0.96 | 0.08 | 0.11 | 305.25 | 0.92 | 0.46 |
| Hex | E2 | 9 | CF | 0 | 60 | 8 | B | 131 | 5C | 2E |
| Octal | 342 | 11 | 317 | 0 | 140 | 10 | 13 | 461 | 134 | 56 |
| Binary | 11100010 | 1001 | 11001111 | 0 | 1100000 | 1000 | 1011 | 100110001 | 1011100 | 101110 |
Color Harmonies of #E209CF
Complementary color
Monochromatic Colors of #E209CF
Black with #E209CF
Text Example
Text Example
White with #E209CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E209CF; }
p { color: rgb(226,9,207); }
H1.HeaderClassName
{
color: #E209CF;
}
.AnyTagClassName
{
color: #E209CF;
}
</style>
background-color css
<style>
a { background-color: #E209CF; }
a { background-color: rgb(226,9,207); }
div.DivClassName
{
background-color: #E209CF;
}
.BgClassName
{
background-color: #E209CF;
}
</style>
border-color css
<style>
span { border-color: #E209CF; }
span { border-color: rgb(226,9,207); }
td.TdClassName
{
border-color: #E209CF;
}
.TagClassName
{
border-color: #E209CF;
}
</style>