Shades of Hot Magenta #EF02CC
Tints of Hot Magenta #EF02CC
RGB
CMYK
RGB Variations
Color information
#EF02CC (or 0xEF02CC) is known color: Hot Magenta. HEX triplet: EF, 02 and CC. RGB value is (239,2,204). Sum of RGB (Red+Green+Blue) = 239+2+204=445 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.71% from 445); Green value is 2 (1.17% from 255 or 0.45% from 445); Blue value is 204 (80.08% from 255 or 45.84% from 445); Max value from RGB is 239 - color contains mainly: red. Hex color #EF02CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF02CC is #10FD33. Grayscale: #5F5F5F. Windows color (decimal): -1113396 or 13370095. OLE color: 13370095.
HSL color Cylindrical-coordinate representation of color #EF02CC: hue angle of 308.86º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EF02CC is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 2 | 204 | - |
| CMYK | 0 | 0.99 | 0.15 | 0.06 |
| HSL | 308.86º | 0.98% | 0.47% | - |
| HSV(B) | 308.86º | 0.99% | 0.94% | - |
| XYZ | 46.52 | 22.75 | 59.07 | - |
| YUV | 95.89 | 189.02 | 230.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 2 | 204 | 0 | 0.99 | 0.15 | 0.06 | 308.86 | 0.98 | 0.47 |
| Hex | EF | 2 | CC | 0 | 63 | F | 6 | 135 | 62 | 2F |
| Octal | 357 | 2 | 314 | 0 | 143 | 17 | 6 | 465 | 142 | 57 |
| Binary | 11101111 | 10 | 11001100 | 0 | 1100011 | 1111 | 110 | 100110101 | 1100010 | 101111 |
Color Harmonies of #EF02CC
Complementary color
Monochromatic Colors of #EF02CC
Black with #EF02CC
Text Example
Text Example
White with #EF02CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF02CC; }
p { color: rgb(239,2,204); }
H1.HeaderClassName
{
color: #EF02CC;
}
.AnyTagClassName
{
color: #EF02CC;
}
</style>
background-color css
<style>
a { background-color: #EF02CC; }
a { background-color: rgb(239,2,204); }
div.DivClassName
{
background-color: #EF02CC;
}
.BgClassName
{
background-color: #EF02CC;
}
</style>
border-color css
<style>
span { border-color: #EF02CC; }
span { border-color: rgb(239,2,204); }
td.TdClassName
{
border-color: #EF02CC;
}
.TagClassName
{
border-color: #EF02CC;
}
</style>