Shades of Hot Magenta #EA16DF
Tints of Hot Magenta #EA16DF
RGB
CMYK
RGB Variations
Color information
#EA16DF (or 0xEA16DF) is known color: Hot Magenta. HEX triplet: EA, 16 and DF. RGB value is (234,22,223). Sum of RGB (Red+Green+Blue) = 234+22+223=479 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.85% from 479); Green value is 22 (8.98% from 255 or 4.59% from 479); Blue value is 223 (87.5% from 255 or 46.56% from 479); Max value from RGB is 234 - color contains mainly: red. Hex color #EA16DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA16DF is #15E920. Grayscale: #6B6B6B. Windows color (decimal): -1435937 or 14620394. OLE color: 14620394.
HSL color Cylindrical-coordinate representation of color #EA16DF: hue angle of 303.11º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EA16DF is Cyan = 0, Magento = 0.91, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 22 | 223 | - |
| CMYK | 0 | 0.91 | 0.05 | 0.08 |
| HSL | 303.11º | 0.83% | 0.5% | - |
| HSV(B) | 303.11º | 0.91% | 0.92% | - |
| XYZ | 47.54 | 23.39 | 71.82 | - |
| YUV | 108.3 | 192.74 | 217.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 22 | 223 | 0 | 0.91 | 0.05 | 0.08 | 303.11 | 0.83 | 0.5 |
| Hex | EA | 16 | DF | 0 | 5B | 5 | 8 | 12F | 53 | 32 |
| Octal | 352 | 26 | 337 | 0 | 133 | 5 | 10 | 457 | 123 | 62 |
| Binary | 11101010 | 10110 | 11011111 | 0 | 1011011 | 101 | 1000 | 100101111 | 1010011 | 110010 |
Color Harmonies of #EA16DF
Complementary color
Monochromatic Colors of #EA16DF
Black with #EA16DF
Text Example
Text Example
White with #EA16DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA16DF; }
p { color: rgb(234,22,223); }
H1.HeaderClassName
{
color: #EA16DF;
}
.AnyTagClassName
{
color: #EA16DF;
}
</style>
background-color css
<style>
a { background-color: #EA16DF; }
a { background-color: rgb(234,22,223); }
div.DivClassName
{
background-color: #EA16DF;
}
.BgClassName
{
background-color: #EA16DF;
}
</style>
border-color css
<style>
span { border-color: #EA16DF; }
span { border-color: rgb(234,22,223); }
td.TdClassName
{
border-color: #EA16DF;
}
.TagClassName
{
border-color: #EA16DF;
}
</style>