Shades of Hot Magenta #EA07DD
Tints of Hot Magenta #EA07DD
RGB
CMYK
RGB Variations
Color information
#EA07DD (or 0xEA07DD) is known color: Hot Magenta. HEX triplet: EA, 07 and DD. RGB value is (234,7,221). Sum of RGB (Red+Green+Blue) = 234+7+221=462 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.65% from 462); Green value is 7 (3.12% from 255 or 1.52% from 462); Blue value is 221 (86.72% from 255 or 47.84% from 462); Max value from RGB is 234 - color contains mainly: red. Hex color #EA07DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA07DD is #15F822. Grayscale: #626262. Windows color (decimal): -1439779 or 14485482. OLE color: 14485482.
HSL color Cylindrical-coordinate representation of color #EA07DD: hue angle of 303.44º 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 #EA07DD is Cyan = 0, Magento = 0.97, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 7 | 221 | - |
| CMYK | 0 | 0.97 | 0.06 | 0.08 |
| HSL | 303.44º | 0.94% | 0.47% | - |
| HSV(B) | 303.44º | 0.97% | 0.92% | - |
| XYZ | 47.06 | 22.86 | 70.34 | - |
| YUV | 99.27 | 196.71 | 224.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 7 | 221 | 0 | 0.97 | 0.06 | 0.08 | 303.44 | 0.94 | 0.47 |
| Hex | EA | 7 | DD | 0 | 61 | 6 | 8 | 12F | 5E | 2F |
| Octal | 352 | 7 | 335 | 0 | 141 | 6 | 10 | 457 | 136 | 57 |
| Binary | 11101010 | 111 | 11011101 | 0 | 1100001 | 110 | 1000 | 100101111 | 1011110 | 101111 |
Color Harmonies of #EA07DD
Complementary color
Monochromatic Colors of #EA07DD
Black with #EA07DD
Text Example
Text Example
White with #EA07DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA07DD; }
p { color: rgb(234,7,221); }
H1.HeaderClassName
{
color: #EA07DD;
}
.AnyTagClassName
{
color: #EA07DD;
}
</style>
background-color css
<style>
a { background-color: #EA07DD; }
a { background-color: rgb(234,7,221); }
div.DivClassName
{
background-color: #EA07DD;
}
.BgClassName
{
background-color: #EA07DD;
}
</style>
border-color css
<style>
span { border-color: #EA07DD; }
span { border-color: rgb(234,7,221); }
td.TdClassName
{
border-color: #EA07DD;
}
.TagClassName
{
border-color: #EA07DD;
}
</style>