Shades of Hot Magenta #ED15E3
Tints of Hot Magenta #ED15E3
RGB
CMYK
RGB Variations
Color information
#ED15E3 (or 0xED15E3) is known color: Hot Magenta. HEX triplet: ED, 15 and E3. RGB value is (237,21,227). Sum of RGB (Red+Green+Blue) = 237+21+227=485 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.87% from 485); Green value is 21 (8.59% from 255 or 4.33% from 485); Blue value is 227 (89.06% from 255 or 46.80% from 485); Max value from RGB is 237 - color contains mainly: red. Hex color #ED15E3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED15E3 is #12EA1C. Grayscale: #6C6C6C. Windows color (decimal): -1239581 or 14882285. OLE color: 14882285.
HSL color Cylindrical-coordinate representation of color #ED15E3: hue angle of 302.78º 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 #ED15E3 is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 21 | 227 | - |
| CMYK | 0 | 0.91 | 0.04 | 0.07 |
| HSL | 302.78º | 0.86% | 0.51% | - |
| HSV(B) | 302.78º | 0.91% | 0.93% | - |
| XYZ | 49.06 | 24.09 | 74.74 | - |
| YUV | 109.07 | 194.56 | 219.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 21 | 227 | 0 | 0.91 | 0.04 | 0.07 | 302.78 | 0.86 | 0.51 |
| Hex | ED | 15 | E3 | 0 | 5B | 4 | 7 | 12F | 56 | 33 |
| Octal | 355 | 25 | 343 | 0 | 133 | 4 | 7 | 457 | 126 | 63 |
| Binary | 11101101 | 10101 | 11100011 | 0 | 1011011 | 100 | 111 | 100101111 | 1010110 | 110011 |
Color Harmonies of #ED15E3
Complementary color
Monochromatic Colors of #ED15E3
Black with #ED15E3
Text Example
Text Example
White with #ED15E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED15E3; }
p { color: rgb(237,21,227); }
H1.HeaderClassName
{
color: #ED15E3;
}
.AnyTagClassName
{
color: #ED15E3;
}
</style>
background-color css
<style>
a { background-color: #ED15E3; }
a { background-color: rgb(237,21,227); }
div.DivClassName
{
background-color: #ED15E3;
}
.BgClassName
{
background-color: #ED15E3;
}
</style>
border-color css
<style>
span { border-color: #ED15E3; }
span { border-color: rgb(237,21,227); }
td.TdClassName
{
border-color: #ED15E3;
}
.TagClassName
{
border-color: #ED15E3;
}
</style>