Shades of Hot Magenta #EA08DF
Tints of Hot Magenta #EA08DF
RGB
CMYK
RGB Variations
Color information
#EA08DF (or 0xEA08DF) is known color: Hot Magenta. HEX triplet: EA, 08 and DF. RGB value is (234,8,223). Sum of RGB (Red+Green+Blue) = 234+8+223=465 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.32% from 465); Green value is 8 (3.52% from 255 or 1.72% from 465); Blue value is 223 (87.5% from 255 or 47.96% from 465); Max value from RGB is 234 - color contains mainly: red. Hex color #EA08DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA08DF is #15F720. Grayscale: #636363. Windows color (decimal): -1439521 or 14616810. OLE color: 14616810.
HSL color Cylindrical-coordinate representation of color #EA08DF: hue angle of 302.92º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EA08DF is Cyan = 0, Magento = 0.97, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 8 | 223 | - |
| CMYK | 0 | 0.97 | 0.05 | 0.08 |
| HSL | 302.92º | 0.93% | 0.47% | - |
| HSV(B) | 302.92º | 0.97% | 0.92% | - |
| XYZ | 47.34 | 22.99 | 71.76 | - |
| YUV | 100.08 | 197.37 | 223.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 8 | 223 | 0 | 0.97 | 0.05 | 0.08 | 302.92 | 0.93 | 0.47 |
| Hex | EA | 8 | DF | 0 | 61 | 5 | 8 | 12F | 5D | 2F |
| Octal | 352 | 10 | 337 | 0 | 141 | 5 | 10 | 457 | 135 | 57 |
| Binary | 11101010 | 1000 | 11011111 | 0 | 1100001 | 101 | 1000 | 100101111 | 1011101 | 101111 |
Color Harmonies of #EA08DF
Complementary color
Monochromatic Colors of #EA08DF
Black with #EA08DF
Text Example
Text Example
White with #EA08DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA08DF; }
p { color: rgb(234,8,223); }
H1.HeaderClassName
{
color: #EA08DF;
}
.AnyTagClassName
{
color: #EA08DF;
}
</style>
background-color css
<style>
a { background-color: #EA08DF; }
a { background-color: rgb(234,8,223); }
div.DivClassName
{
background-color: #EA08DF;
}
.BgClassName
{
background-color: #EA08DF;
}
</style>
border-color css
<style>
span { border-color: #EA08DF; }
span { border-color: rgb(234,8,223); }
td.TdClassName
{
border-color: #EA08DF;
}
.TagClassName
{
border-color: #EA08DF;
}
</style>