Shades of Magenta #EF06E5
Tints of Magenta #EF06E5
RGB
CMYK
RGB Variations
Color information
#EF06E5 (or 0xEF06E5) is known color: Magenta. HEX triplet: EF, 06 and E5. RGB value is (239,6,229). Sum of RGB (Red+Green+Blue) = 239+6+229=474 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.42% from 474); Green value is 6 (2.73% from 255 or 1.27% from 474); Blue value is 229 (89.84% from 255 or 48.31% from 474); Max value from RGB is 239 - color contains mainly: red. Hex color #EF06E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF06E5 is #10F91A. Grayscale: #646464. Windows color (decimal): -1112347 or 15009519. OLE color: 15009519.
HSL color Cylindrical-coordinate representation of color #EF06E5: hue angle of 302.58º 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 #EF06E5 is Cyan = 0, Magento = 0.97, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 6 | 229 | - |
| CMYK | 0 | 0.97 | 0.04 | 0.06 |
| HSL | 302.58º | 0.95% | 0.48% | - |
| HSV(B) | 302.58º | 0.97% | 0.94% | - |
| XYZ | 49.8 | 24.14 | 76.16 | - |
| YUV | 101.09 | 200.19 | 226.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 6 | 229 | 0 | 0.97 | 0.04 | 0.06 | 302.58 | 0.95 | 0.48 |
| Hex | EF | 6 | E5 | 0 | 61 | 4 | 6 | 12F | 5F | 30 |
| Octal | 357 | 6 | 345 | 0 | 141 | 4 | 6 | 457 | 137 | 60 |
| Binary | 11101111 | 110 | 11100101 | 0 | 1100001 | 100 | 110 | 100101111 | 1011111 | 110000 |
Color Harmonies of #EF06E5
Complementary color
Monochromatic Colors of #EF06E5
Black with #EF06E5
Text Example
Text Example
White with #EF06E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF06E5; }
p { color: rgb(239,6,229); }
H1.HeaderClassName
{
color: #EF06E5;
}
.AnyTagClassName
{
color: #EF06E5;
}
</style>
background-color css
<style>
a { background-color: #EF06E5; }
a { background-color: rgb(239,6,229); }
div.DivClassName
{
background-color: #EF06E5;
}
.BgClassName
{
background-color: #EF06E5;
}
</style>
border-color css
<style>
span { border-color: #EF06E5; }
span { border-color: rgb(239,6,229); }
td.TdClassName
{
border-color: #EF06E5;
}
.TagClassName
{
border-color: #EF06E5;
}
</style>