Shades of Magenta #EF08EE
Tints of Magenta #EF08EE
RGB
CMYK
RGB Variations
Color information
#EF08EE (or 0xEF08EE) is known color: Magenta. HEX triplet: EF, 08 and EE. RGB value is (239,8,238). Sum of RGB (Red+Green+Blue) = 239+8+238=485 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.28% from 485); Green value is 8 (3.52% from 255 or 1.65% from 485); Blue value is 238 (93.36% from 255 or 49.07% from 485); Max value from RGB is 239 - color contains mainly: red. Hex color #EF08EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF08EE is #10F711. Grayscale: #666666. Windows color (decimal): -1111826 or 15599855. OLE color: 15599855.
HSL color Cylindrical-coordinate representation of color #EF08EE: hue angle of 300.26º degrees, saturation: 0.94, 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 #EF08EE is Cyan = 0, Magento = 0.97, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 8 | 238 | - |
| CMYK | 0 | 0.97 | 0.00 | 0.06 |
| HSL | 300.26º | 0.94% | 0.48% | - |
| HSV(B) | 300.26º | 0.97% | 0.94% | - |
| XYZ | 51.12 | 24.7 | 82.96 | - |
| YUV | 103.29 | 204.03 | 224.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 8 | 238 | 0 | 0.97 | 0.00 | 0.06 | 300.26 | 0.94 | 0.48 |
| Hex | EF | 8 | EE | 0 | 61 | 0 | 6 | 12C | 5E | 30 |
| Octal | 357 | 10 | 356 | 0 | 141 | 0 | 6 | 454 | 136 | 60 |
| Binary | 11101111 | 1000 | 11101110 | 0 | 1100001 | 0 | 110 | 100101100 | 1011110 | 110000 |
Color Harmonies of #EF08EE
Complementary color
Monochromatic Colors of #EF08EE
Black with #EF08EE
Text Example
Text Example
White with #EF08EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF08EE; }
p { color: rgb(239,8,238); }
H1.HeaderClassName
{
color: #EF08EE;
}
.AnyTagClassName
{
color: #EF08EE;
}
</style>
background-color css
<style>
a { background-color: #EF08EE; }
a { background-color: rgb(239,8,238); }
div.DivClassName
{
background-color: #EF08EE;
}
.BgClassName
{
background-color: #EF08EE;
}
</style>
border-color css
<style>
span { border-color: #EF08EE; }
span { border-color: rgb(239,8,238); }
td.TdClassName
{
border-color: #EF08EE;
}
.TagClassName
{
border-color: #EF08EE;
}
</style>