Shades of Hot Magenta #ED15DA
Tints of Hot Magenta #ED15DA
RGB
CMYK
RGB Variations
Color information
#ED15DA (or 0xED15DA) is known color: Hot Magenta. HEX triplet: ED, 15 and DA. RGB value is (237,21,218). Sum of RGB (Red+Green+Blue) = 237+21+218=476 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.79% from 476); Green value is 21 (8.59% from 255 or 4.41% from 476); Blue value is 218 (85.55% from 255 or 45.80% from 476); Max value from RGB is 237 - color contains mainly: red. Hex color #ED15DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED15DA is #12EA25. Grayscale: #6B6B6B. Windows color (decimal): -1239590 or 14292461. OLE color: 14292461.
HSL color Cylindrical-coordinate representation of color #ED15DA: hue angle of 305.28º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ED15DA is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 21 | 218 | - |
| CMYK | 0 | 0.91 | 0.08 | 0.07 |
| HSL | 305.28º | 0.86% | 0.51% | - |
| HSV(B) | 305.28º | 0.91% | 0.93% | - |
| XYZ | 47.85 | 23.6 | 68.36 | - |
| YUV | 108.04 | 190.06 | 219.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 21 | 218 | 0 | 0.91 | 0.08 | 0.07 | 305.28 | 0.86 | 0.51 |
| Hex | ED | 15 | DA | 0 | 5B | 8 | 7 | 131 | 56 | 33 |
| Octal | 355 | 25 | 332 | 0 | 133 | 10 | 7 | 461 | 126 | 63 |
| Binary | 11101101 | 10101 | 11011010 | 0 | 1011011 | 1000 | 111 | 100110001 | 1010110 | 110011 |
Color Harmonies of #ED15DA
Complementary color
Monochromatic Colors of #ED15DA
Black with #ED15DA
Text Example
Text Example
White with #ED15DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED15DA; }
p { color: rgb(237,21,218); }
H1.HeaderClassName
{
color: #ED15DA;
}
.AnyTagClassName
{
color: #ED15DA;
}
</style>
background-color css
<style>
a { background-color: #ED15DA; }
a { background-color: rgb(237,21,218); }
div.DivClassName
{
background-color: #ED15DA;
}
.BgClassName
{
background-color: #ED15DA;
}
</style>
border-color css
<style>
span { border-color: #ED15DA; }
span { border-color: rgb(237,21,218); }
td.TdClassName
{
border-color: #ED15DA;
}
.TagClassName
{
border-color: #ED15DA;
}
</style>