Shades of Hot Magenta #EF0DE0
Tints of Hot Magenta #EF0DE0
RGB
CMYK
RGB Variations
Color information
#EF0DE0 (or 0xEF0DE0) is known color: Hot Magenta. HEX triplet: EF, 0D and E0. RGB value is (239,13,224). Sum of RGB (Red+Green+Blue) = 239+13+224=476 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.21% from 476); Green value is 13 (5.47% from 255 or 2.73% from 476); Blue value is 224 (87.89% from 255 or 47.06% from 476); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0DE0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF0DE0 is #10F21F. Grayscale: #686868. Windows color (decimal): -1110560 or 14683631. OLE color: 14683631.
HSL color Cylindrical-coordinate representation of color #EF0DE0: hue angle of 303.98º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EF0DE0 is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 13 | 224 | - |
| CMYK | 0 | 0.95 | 0.06 | 0.06 |
| HSL | 303.98º | 0.9% | 0.49% | - |
| HSV(B) | 303.98º | 0.95% | 0.94% | - |
| XYZ | 49.2 | 24.02 | 72.56 | - |
| YUV | 104.63 | 195.37 | 223.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 13 | 224 | 0 | 0.95 | 0.06 | 0.06 | 303.98 | 0.9 | 0.49 |
| Hex | EF | D | E0 | 0 | 5F | 6 | 6 | 130 | 5A | 31 |
| Octal | 357 | 15 | 340 | 0 | 137 | 6 | 6 | 460 | 132 | 61 |
| Binary | 11101111 | 1101 | 11100000 | 0 | 1011111 | 110 | 110 | 100110000 | 1011010 | 110001 |
Color Harmonies of #EF0DE0
Complementary color
Monochromatic Colors of #EF0DE0
Black with #EF0DE0
Text Example
Text Example
White with #EF0DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0DE0; }
p { color: rgb(239,13,224); }
H1.HeaderClassName
{
color: #EF0DE0;
}
.AnyTagClassName
{
color: #EF0DE0;
}
</style>
background-color css
<style>
a { background-color: #EF0DE0; }
a { background-color: rgb(239,13,224); }
div.DivClassName
{
background-color: #EF0DE0;
}
.BgClassName
{
background-color: #EF0DE0;
}
</style>
border-color css
<style>
span { border-color: #EF0DE0; }
span { border-color: rgb(239,13,224); }
td.TdClassName
{
border-color: #EF0DE0;
}
.TagClassName
{
border-color: #EF0DE0;
}
</style>