Shades of Hot Magenta #EA07CB
Tints of Hot Magenta #EA07CB
RGB
CMYK
RGB Variations
Color information
#EA07CB (or 0xEA07CB) is known color: Hot Magenta. HEX triplet: EA, 07 and CB. RGB value is (234,7,203). Sum of RGB (Red+Green+Blue) = 234+7+203=444 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.70% from 444); Green value is 7 (3.12% from 255 or 1.58% from 444); Blue value is 203 (79.69% from 255 or 45.72% from 444); Max value from RGB is 234 - color contains mainly: red. Hex color #EA07CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA07CB is #15F834. Grayscale: #606060. Windows color (decimal): -1439797 or 13305834. OLE color: 13305834.
HSL color Cylindrical-coordinate representation of color #EA07CB: hue angle of 308.19º 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 #EA07CB is Cyan = 0, Magento = 0.97, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 7 | 203 | - |
| CMYK | 0 | 0.97 | 0.13 | 0.08 |
| HSL | 308.19º | 0.94% | 0.47% | - |
| HSV(B) | 308.19º | 0.97% | 0.92% | - |
| XYZ | 44.79 | 21.96 | 58.38 | - |
| YUV | 97.22 | 187.71 | 225.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 7 | 203 | 0 | 0.97 | 0.13 | 0.08 | 308.19 | 0.94 | 0.47 |
| Hex | EA | 7 | CB | 0 | 61 | D | 8 | 134 | 5E | 2F |
| Octal | 352 | 7 | 313 | 0 | 141 | 15 | 10 | 464 | 136 | 57 |
| Binary | 11101010 | 111 | 11001011 | 0 | 1100001 | 1101 | 1000 | 100110100 | 1011110 | 101111 |
Color Harmonies of #EA07CB
Complementary color
Monochromatic Colors of #EA07CB
Black with #EA07CB
Text Example
Text Example
White with #EA07CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA07CB; }
p { color: rgb(234,7,203); }
H1.HeaderClassName
{
color: #EA07CB;
}
.AnyTagClassName
{
color: #EA07CB;
}
</style>
background-color css
<style>
a { background-color: #EA07CB; }
a { background-color: rgb(234,7,203); }
div.DivClassName
{
background-color: #EA07CB;
}
.BgClassName
{
background-color: #EA07CB;
}
</style>
border-color css
<style>
span { border-color: #EA07CB; }
span { border-color: rgb(234,7,203); }
td.TdClassName
{
border-color: #EA07CB;
}
.TagClassName
{
border-color: #EA07CB;
}
</style>