Shades of Deep Magenta #E609DA
Tints of Deep Magenta #E609DA
RGB
CMYK
RGB Variations
Color information
#E609DA (or 0xE609DA) is known color: Deep Magenta. HEX triplet: E6, 09 and DA. RGB value is (230,9,218). Sum of RGB (Red+Green+Blue) = 230+9+218=457 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.33% from 457); Green value is 9 (3.91% from 255 or 1.97% from 457); Blue value is 218 (85.55% from 255 or 47.70% from 457); Max value from RGB is 230 - color contains mainly: red. Hex color #E609DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E609DA is #19F625. Grayscale: #626262. Windows color (decimal): -1701414 or 14289382. OLE color: 14289382.
HSL color Cylindrical-coordinate representation of color #E609DA: hue angle of 303.26º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E609DA is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 9 | 218 | - |
| CMYK | 0 | 0.96 | 0.05 | 0.10 |
| HSL | 303.26º | 0.92% | 0.47% | - |
| HSV(B) | 303.26º | 0.96% | 0.9% | - |
| XYZ | 45.39 | 22.08 | 68.2 | - |
| YUV | 98.91 | 195.22 | 221.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 9 | 218 | 0 | 0.96 | 0.05 | 0.10 | 303.26 | 0.92 | 0.47 |
| Hex | E6 | 9 | DA | 0 | 60 | 5 | A | 12F | 5C | 2F |
| Octal | 346 | 11 | 332 | 0 | 140 | 5 | 12 | 457 | 134 | 57 |
| Binary | 11100110 | 1001 | 11011010 | 0 | 1100000 | 101 | 1010 | 100101111 | 1011100 | 101111 |
Color Harmonies of #E609DA
Complementary color
Monochromatic Colors of #E609DA
Black with #E609DA
Text Example
Text Example
White with #E609DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E609DA; }
p { color: rgb(230,9,218); }
H1.HeaderClassName
{
color: #E609DA;
}
.AnyTagClassName
{
color: #E609DA;
}
</style>
background-color css
<style>
a { background-color: #E609DA; }
a { background-color: rgb(230,9,218); }
div.DivClassName
{
background-color: #E609DA;
}
.BgClassName
{
background-color: #E609DA;
}
</style>
border-color css
<style>
span { border-color: #E609DA; }
span { border-color: rgb(230,9,218); }
td.TdClassName
{
border-color: #E609DA;
}
.TagClassName
{
border-color: #E609DA;
}
</style>