Shades of Hot Magenta #EE07CA
Tints of Hot Magenta #EE07CA
RGB
CMYK
RGB Variations
Color information
#EE07CA (or 0xEE07CA) is known color: Hot Magenta. HEX triplet: EE, 07 and CA. RGB value is (238,7,202). Sum of RGB (Red+Green+Blue) = 238+7+202=447 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.24% from 447); Green value is 7 (3.12% from 255 or 1.57% from 447); Blue value is 202 (79.30% from 255 or 45.19% from 447); Max value from RGB is 238 - color contains mainly: red. Hex color #EE07CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE07CA is #11F835. Grayscale: #616161. Windows color (decimal): -1177654 or 13240302. OLE color: 13240302.
HSL color Cylindrical-coordinate representation of color #EE07CA: hue angle of 309.35º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EE07CA is Cyan = 0, Magento = 0.97, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 7 | 202 | - |
| CMYK | 0 | 0.97 | 0.15 | 0.07 |
| HSL | 309.35º | 0.94% | 0.48% | - |
| HSV(B) | 309.35º | 0.97% | 0.93% | - |
| XYZ | 46 | 22.59 | 57.81 | - |
| YUV | 98.3 | 186.53 | 227.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 7 | 202 | 0 | 0.97 | 0.15 | 0.07 | 309.35 | 0.94 | 0.48 |
| Hex | EE | 7 | CA | 0 | 61 | F | 7 | 135 | 5E | 30 |
| Octal | 356 | 7 | 312 | 0 | 141 | 17 | 7 | 465 | 136 | 60 |
| Binary | 11101110 | 111 | 11001010 | 0 | 1100001 | 1111 | 111 | 100110101 | 1011110 | 110000 |
Color Harmonies of #EE07CA
Complementary color
Monochromatic Colors of #EE07CA
Black with #EE07CA
Text Example
Text Example
White with #EE07CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE07CA; }
p { color: rgb(238,7,202); }
H1.HeaderClassName
{
color: #EE07CA;
}
.AnyTagClassName
{
color: #EE07CA;
}
</style>
background-color css
<style>
a { background-color: #EE07CA; }
a { background-color: rgb(238,7,202); }
div.DivClassName
{
background-color: #EE07CA;
}
.BgClassName
{
background-color: #EE07CA;
}
</style>
border-color css
<style>
span { border-color: #EE07CA; }
span { border-color: rgb(238,7,202); }
td.TdClassName
{
border-color: #EE07CA;
}
.TagClassName
{
border-color: #EE07CA;
}
</style>