Shades of Hot Magenta #EF02E3
Tints of Hot Magenta #EF02E3
RGB
CMYK
RGB Variations
Color information
#EF02E3 (or 0xEF02E3) is known color: Hot Magenta. HEX triplet: EF, 02 and E3. RGB value is (239,2,227). Sum of RGB (Red+Green+Blue) = 239+2+227=468 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.07% from 468); Green value is 2 (1.17% from 255 or 0.43% from 468); Blue value is 227 (89.06% from 255 or 48.50% from 468); Max value from RGB is 239 - color contains mainly: red. Hex color #EF02E3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF02E3 is #10FD1C. Grayscale: #616161. Windows color (decimal): -1113373 or 14877423. OLE color: 14877423.
HSL color Cylindrical-coordinate representation of color #EF02E3: hue angle of 303.04º 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 #EF02E3 is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 2 | 227 | - |
| CMYK | 0 | 0.99 | 0.05 | 0.06 |
| HSL | 303.04º | 0.98% | 0.47% | - |
| HSV(B) | 303.04º | 0.99% | 0.94% | - |
| XYZ | 49.48 | 23.94 | 74.69 | - |
| YUV | 98.51 | 200.52 | 228.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 2 | 227 | 0 | 0.99 | 0.05 | 0.06 | 303.04 | 0.98 | 0.47 |
| Hex | EF | 2 | E3 | 0 | 63 | 5 | 6 | 12F | 62 | 2F |
| Octal | 357 | 2 | 343 | 0 | 143 | 5 | 6 | 457 | 142 | 57 |
| Binary | 11101111 | 10 | 11100011 | 0 | 1100011 | 101 | 110 | 100101111 | 1100010 | 101111 |
Color Harmonies of #EF02E3
Complementary color
Monochromatic Colors of #EF02E3
Black with #EF02E3
Text Example
Text Example
White with #EF02E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF02E3; }
p { color: rgb(239,2,227); }
H1.HeaderClassName
{
color: #EF02E3;
}
.AnyTagClassName
{
color: #EF02E3;
}
</style>
background-color css
<style>
a { background-color: #EF02E3; }
a { background-color: rgb(239,2,227); }
div.DivClassName
{
background-color: #EF02E3;
}
.BgClassName
{
background-color: #EF02E3;
}
</style>
border-color css
<style>
span { border-color: #EF02E3; }
span { border-color: rgb(239,2,227); }
td.TdClassName
{
border-color: #EF02E3;
}
.TagClassName
{
border-color: #EF02E3;
}
</style>