Shades of Hot Magenta #EF03CC
Tints of Hot Magenta #EF03CC
RGB
CMYK
RGB Variations
Color information
#EF03CC (or 0xEF03CC) is known color: Hot Magenta. HEX triplet: EF, 03 and CC. RGB value is (239,3,204). Sum of RGB (Red+Green+Blue) = 239+3+204=446 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.59% from 446); Green value is 3 (1.56% from 255 or 0.67% from 446); Blue value is 204 (80.08% from 255 or 45.74% from 446); Max value from RGB is 239 - color contains mainly: red. Hex color #EF03CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF03CC is #10FC33. Grayscale: #5F5F5F. Windows color (decimal): -1113140 or 13370351. OLE color: 13370351.
HSL color Cylindrical-coordinate representation of color #EF03CC: hue angle of 308.9º 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 #EF03CC is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 3 | 204 | - |
| CMYK | 0 | 0.99 | 0.15 | 0.06 |
| HSL | 308.9º | 0.98% | 0.47% | - |
| HSV(B) | 308.9º | 0.99% | 0.94% | - |
| XYZ | 46.53 | 22.78 | 59.07 | - |
| YUV | 96.48 | 188.69 | 229.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 3 | 204 | 0 | 0.99 | 0.15 | 0.06 | 308.9 | 0.98 | 0.47 |
| Hex | EF | 3 | CC | 0 | 63 | F | 6 | 135 | 62 | 2F |
| Octal | 357 | 3 | 314 | 0 | 143 | 17 | 6 | 465 | 142 | 57 |
| Binary | 11101111 | 11 | 11001100 | 0 | 1100011 | 1111 | 110 | 100110101 | 1100010 | 101111 |
Color Harmonies of #EF03CC
Complementary color
Monochromatic Colors of #EF03CC
Black with #EF03CC
Text Example
Text Example
White with #EF03CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF03CC; }
p { color: rgb(239,3,204); }
H1.HeaderClassName
{
color: #EF03CC;
}
.AnyTagClassName
{
color: #EF03CC;
}
</style>
background-color css
<style>
a { background-color: #EF03CC; }
a { background-color: rgb(239,3,204); }
div.DivClassName
{
background-color: #EF03CC;
}
.BgClassName
{
background-color: #EF03CC;
}
</style>
border-color css
<style>
span { border-color: #EF03CC; }
span { border-color: rgb(239,3,204); }
td.TdClassName
{
border-color: #EF03CC;
}
.TagClassName
{
border-color: #EF03CC;
}
</style>