Shades of Hot Magenta #EA07DF
Tints of Hot Magenta #EA07DF
RGB
CMYK
RGB Variations
Color information
#EA07DF (or 0xEA07DF) is known color: Hot Magenta. HEX triplet: EA, 07 and DF. RGB value is (234,7,223). Sum of RGB (Red+Green+Blue) = 234+7+223=464 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.43% from 464); Green value is 7 (3.12% from 255 or 1.51% from 464); Blue value is 223 (87.5% from 255 or 48.06% from 464); Max value from RGB is 234 - color contains mainly: red. Hex color #EA07DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA07DF is #15F820. Grayscale: #626262. Windows color (decimal): -1439777 or 14616554. OLE color: 14616554.
HSL color Cylindrical-coordinate representation of color #EA07DF: hue angle of 302.91º degrees, saturation: 0.94, 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 #EA07DF is Cyan = 0, Magento = 0.97, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 7 | 223 | - |
| CMYK | 0 | 0.97 | 0.05 | 0.08 |
| HSL | 302.91º | 0.94% | 0.47% | - |
| HSV(B) | 302.91º | 0.97% | 0.92% | - |
| XYZ | 47.33 | 22.97 | 71.75 | - |
| YUV | 99.5 | 197.71 | 223.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 7 | 223 | 0 | 0.97 | 0.05 | 0.08 | 302.91 | 0.94 | 0.47 |
| Hex | EA | 7 | DF | 0 | 61 | 5 | 8 | 12F | 5E | 2F |
| Octal | 352 | 7 | 337 | 0 | 141 | 5 | 10 | 457 | 136 | 57 |
| Binary | 11101010 | 111 | 11011111 | 0 | 1100001 | 101 | 1000 | 100101111 | 1011110 | 101111 |
Color Harmonies of #EA07DF
Complementary color
Monochromatic Colors of #EA07DF
Black with #EA07DF
Text Example
Text Example
White with #EA07DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA07DF; }
p { color: rgb(234,7,223); }
H1.HeaderClassName
{
color: #EA07DF;
}
.AnyTagClassName
{
color: #EA07DF;
}
</style>
background-color css
<style>
a { background-color: #EA07DF; }
a { background-color: rgb(234,7,223); }
div.DivClassName
{
background-color: #EA07DF;
}
.BgClassName
{
background-color: #EA07DF;
}
</style>
border-color css
<style>
span { border-color: #EA07DF; }
span { border-color: rgb(234,7,223); }
td.TdClassName
{
border-color: #EA07DF;
}
.TagClassName
{
border-color: #EA07DF;
}
</style>