Shades of Hot Magenta #EF06D3
Tints of Hot Magenta #EF06D3
RGB
CMYK
RGB Variations
Color information
#EF06D3 (or 0xEF06D3) is known color: Hot Magenta. HEX triplet: EF, 06 and D3. RGB value is (239,6,211). Sum of RGB (Red+Green+Blue) = 239+6+211=456 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.41% from 456); Green value is 6 (2.73% from 255 or 1.32% from 456); Blue value is 211 (82.81% from 255 or 46.27% from 456); Max value from RGB is 239 - color contains mainly: red. Hex color #EF06D3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF06D3 is #10F92C. Grayscale: #626262. Windows color (decimal): -1112365 or 13829871. OLE color: 13829871.
HSL color Cylindrical-coordinate representation of color #EF06D3: hue angle of 307.21º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EF06D3 is Cyan = 0, Magento = 0.97, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 6 | 211 | - |
| CMYK | 0 | 0.97 | 0.12 | 0.06 |
| HSL | 307.21º | 0.95% | 0.48% | - |
| HSV(B) | 307.21º | 0.97% | 0.94% | - |
| XYZ | 47.42 | 23.18 | 63.6 | - |
| YUV | 99.04 | 191.19 | 227.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 6 | 211 | 0 | 0.97 | 0.12 | 0.06 | 307.21 | 0.95 | 0.48 |
| Hex | EF | 6 | D3 | 0 | 61 | C | 6 | 133 | 5F | 30 |
| Octal | 357 | 6 | 323 | 0 | 141 | 14 | 6 | 463 | 137 | 60 |
| Binary | 11101111 | 110 | 11010011 | 0 | 1100001 | 1100 | 110 | 100110011 | 1011111 | 110000 |
Color Harmonies of #EF06D3
Complementary color
Monochromatic Colors of #EF06D3
Black with #EF06D3
Text Example
Text Example
White with #EF06D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF06D3; }
p { color: rgb(239,6,211); }
H1.HeaderClassName
{
color: #EF06D3;
}
.AnyTagClassName
{
color: #EF06D3;
}
</style>
background-color css
<style>
a { background-color: #EF06D3; }
a { background-color: rgb(239,6,211); }
div.DivClassName
{
background-color: #EF06D3;
}
.BgClassName
{
background-color: #EF06D3;
}
</style>
border-color css
<style>
span { border-color: #EF06D3; }
span { border-color: rgb(239,6,211); }
td.TdClassName
{
border-color: #EF06D3;
}
.TagClassName
{
border-color: #EF06D3;
}
</style>