Shades of Hot Magenta #EF01E2
Tints of Hot Magenta #EF01E2
RGB
CMYK
RGB Variations
Color information
#EF01E2 (or 0xEF01E2) is known color: Hot Magenta. HEX triplet: EF, 01 and E2. RGB value is (239,1,226). Sum of RGB (Red+Green+Blue) = 239+1+226=466 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.29% from 466); Green value is 1 (0.78% from 255 or 0.21% from 466); Blue value is 226 (88.67% from 255 or 48.50% from 466); Max value from RGB is 239 - color contains mainly: red. Hex color #EF01E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF01E2 is #10FE1D. Grayscale: #616161. Windows color (decimal): -1113630 or 14811631. OLE color: 14811631.
HSL color Cylindrical-coordinate representation of color #EF01E2: hue angle of 303.28º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF01E2 is Cyan = 0, Magento = 1.00, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 1 | 226 | - |
| CMYK | 0 | 1.00 | 0.05 | 0.06 |
| HSL | 303.28º | 0.99% | 0.47% | - |
| HSV(B) | 303.28º | 1% | 0.94% | - |
| XYZ | 49.33 | 23.86 | 73.96 | - |
| YUV | 97.81 | 200.35 | 228.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 1 | 226 | 0 | 1.00 | 0.05 | 0.06 | 303.28 | 0.99 | 0.47 |
| Hex | EF | 1 | E2 | 0 | 64 | 5 | 6 | 12F | 63 | 2F |
| Octal | 357 | 1 | 342 | 0 | 144 | 5 | 6 | 457 | 143 | 57 |
| Binary | 11101111 | 1 | 11100010 | 0 | 1100100 | 101 | 110 | 100101111 | 1100011 | 101111 |
Color Harmonies of #EF01E2
Complementary color
Monochromatic Colors of #EF01E2
Black with #EF01E2
Text Example
Text Example
White with #EF01E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF01E2; }
p { color: rgb(239,1,226); }
H1.HeaderClassName
{
color: #EF01E2;
}
.AnyTagClassName
{
color: #EF01E2;
}
</style>
background-color css
<style>
a { background-color: #EF01E2; }
a { background-color: rgb(239,1,226); }
div.DivClassName
{
background-color: #EF01E2;
}
.BgClassName
{
background-color: #EF01E2;
}
</style>
border-color css
<style>
span { border-color: #EF01E2; }
span { border-color: rgb(239,1,226); }
td.TdClassName
{
border-color: #EF01E2;
}
.TagClassName
{
border-color: #EF01E2;
}
</style>