Shades of Hot Magenta #EA03CF
Tints of Hot Magenta #EA03CF
RGB
CMYK
RGB Variations
Color information
#EA03CF (or 0xEA03CF) is known color: Hot Magenta. HEX triplet: EA, 03 and CF. RGB value is (234,3,207). Sum of RGB (Red+Green+Blue) = 234+3+207=444 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.70% from 444); Green value is 3 (1.56% from 255 or 0.68% from 444); Blue value is 207 (81.25% from 255 or 46.62% from 444); Max value from RGB is 234 - color contains mainly: red. Hex color #EA03CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA03CF is #15FC30. Grayscale: #5E5E5E. Windows color (decimal): -1440817 or 13566954. OLE color: 13566954.
HSL color Cylindrical-coordinate representation of color #EA03CF: hue angle of 307.01º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EA03CF is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 3 | 207 | - |
| CMYK | 0 | 0.99 | 0.12 | 0.08 |
| HSL | 307.01º | 0.97% | 0.46% | - |
| HSV(B) | 307.01º | 0.99% | 0.92% | - |
| XYZ | 45.23 | 22.06 | 60.91 | - |
| YUV | 95.33 | 191.03 | 226.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 3 | 207 | 0 | 0.99 | 0.12 | 0.08 | 307.01 | 0.97 | 0.46 |
| Hex | EA | 3 | CF | 0 | 63 | C | 8 | 133 | 61 | 2E |
| Octal | 352 | 3 | 317 | 0 | 143 | 14 | 10 | 463 | 141 | 56 |
| Binary | 11101010 | 11 | 11001111 | 0 | 1100011 | 1100 | 1000 | 100110011 | 1100001 | 101110 |
Color Harmonies of #EA03CF
Complementary color
Monochromatic Colors of #EA03CF
Black with #EA03CF
Text Example
Text Example
White with #EA03CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA03CF; }
p { color: rgb(234,3,207); }
H1.HeaderClassName
{
color: #EA03CF;
}
.AnyTagClassName
{
color: #EA03CF;
}
</style>
background-color css
<style>
a { background-color: #EA03CF; }
a { background-color: rgb(234,3,207); }
div.DivClassName
{
background-color: #EA03CF;
}
.BgClassName
{
background-color: #EA03CF;
}
</style>
border-color css
<style>
span { border-color: #EA03CF; }
span { border-color: rgb(234,3,207); }
td.TdClassName
{
border-color: #EA03CF;
}
.TagClassName
{
border-color: #EA03CF;
}
</style>