Shades of Hot Magenta #EF06D2
Tints of Hot Magenta #EF06D2
RGB
CMYK
RGB Variations
Color information
#EF06D2 (or 0xEF06D2) is known color: Hot Magenta. HEX triplet: EF, 06 and D2. RGB value is (239,6,210). Sum of RGB (Red+Green+Blue) = 239+6+210=455 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.53% from 455); Green value is 6 (2.73% from 255 or 1.32% from 455); Blue value is 210 (82.42% from 255 or 46.15% from 455); Max value from RGB is 239 - color contains mainly: red. Hex color #EF06D2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF06D2 is #10F92D. Grayscale: #626262. Windows color (decimal): -1112366 or 13764335. OLE color: 13764335.
HSL color Cylindrical-coordinate representation of color #EF06D2: hue angle of 307.47º 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 #EF06D2 is Cyan = 0, Magento = 0.97, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 6 | 210 | - |
| CMYK | 0 | 0.97 | 0.12 | 0.06 |
| HSL | 307.47º | 0.95% | 0.48% | - |
| HSV(B) | 307.47º | 0.97% | 0.94% | - |
| XYZ | 47.29 | 23.13 | 62.95 | - |
| YUV | 98.92 | 190.69 | 227.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 6 | 210 | 0 | 0.97 | 0.12 | 0.06 | 307.47 | 0.95 | 0.48 |
| Hex | EF | 6 | D2 | 0 | 61 | C | 6 | 133 | 5F | 30 |
| Octal | 357 | 6 | 322 | 0 | 141 | 14 | 6 | 463 | 137 | 60 |
| Binary | 11101111 | 110 | 11010010 | 0 | 1100001 | 1100 | 110 | 100110011 | 1011111 | 110000 |
Color Harmonies of #EF06D2
Complementary color
Monochromatic Colors of #EF06D2
Black with #EF06D2
Text Example
Text Example
White with #EF06D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF06D2; }
p { color: rgb(239,6,210); }
H1.HeaderClassName
{
color: #EF06D2;
}
.AnyTagClassName
{
color: #EF06D2;
}
</style>
background-color css
<style>
a { background-color: #EF06D2; }
a { background-color: rgb(239,6,210); }
div.DivClassName
{
background-color: #EF06D2;
}
.BgClassName
{
background-color: #EF06D2;
}
</style>
border-color css
<style>
span { border-color: #EF06D2; }
span { border-color: rgb(239,6,210); }
td.TdClassName
{
border-color: #EF06D2;
}
.TagClassName
{
border-color: #EF06D2;
}
</style>