Shades of Hot Magenta #EA00DF
Tints of Hot Magenta #EA00DF
RGB
CMYK
RGB Variations
Color information
#EA00DF (or 0xEA00DF) is known color: Hot Magenta. HEX triplet: EA, 00 and DF. RGB value is (234,0,223). Sum of RGB (Red+Green+Blue) = 234+0+223=457 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.20% from 457); Green value is 0 (0.39% from 255 or 0% from 457); Blue value is 223 (87.5% from 255 or 48.80% from 457); Max value from RGB is 234 - color contains mainly: red. Hex color #EA00DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA00DF is #15FF20. Grayscale: #5E5E5E. Windows color (decimal): -1441569 or 14614762. OLE color: 14614762.
HSL color Cylindrical-coordinate representation of color #EA00DF: hue angle of 302.82º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EA00DF is Cyan = 0, Magento = 1, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 0 | 223 | - |
| CMYK | 0 | 1 | 0.05 | 0.08 |
| HSL | 302.82º | 1% | 0.46% | - |
| HSV(B) | 302.82º | 1% | 0.92% | - |
| XYZ | 47.25 | 22.82 | 71.73 | - |
| YUV | 95.39 | 200.02 | 226.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 0 | 223 | 0 | 1 | 0.05 | 0.08 | 302.82 | 1 | 0.46 |
| Hex | EA | 0 | DF | 0 | 64 | 5 | 8 | 12F | 64 | 2E |
| Octal | 352 | 0 | 337 | 0 | 144 | 5 | 10 | 457 | 144 | 56 |
| Binary | 11101010 | 0 | 11011111 | 0 | 1100100 | 101 | 1000 | 100101111 | 1100100 | 101110 |
Color Harmonies of #EA00DF
Complementary color
Monochromatic Colors of #EA00DF
Black with #EA00DF
Text Example
Text Example
White with #EA00DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA00DF; }
p { color: rgb(234,0,223); }
H1.HeaderClassName
{
color: #EA00DF;
}
.AnyTagClassName
{
color: #EA00DF;
}
</style>
background-color css
<style>
a { background-color: #EA00DF; }
a { background-color: rgb(234,0,223); }
div.DivClassName
{
background-color: #EA00DF;
}
.BgClassName
{
background-color: #EA00DF;
}
</style>
border-color css
<style>
span { border-color: #EA00DF; }
span { border-color: rgb(234,0,223); }
td.TdClassName
{
border-color: #EA00DF;
}
.TagClassName
{
border-color: #EA00DF;
}
</style>