Shades of Magenta #EF23EE
Tints of Magenta #EF23EE
RGB
CMYK
RGB Variations
Color information
#EF23EE (or 0xEF23EE) is known color: Magenta. HEX triplet: EF, 23 and EE. RGB value is (239,35,238). Sum of RGB (Red+Green+Blue) = 239+35+238=512 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.68% from 512); Green value is 35 (14.06% from 255 or 6.84% from 512); Blue value is 238 (93.36% from 255 or 46.48% from 512); Max value from RGB is 239 - color contains mainly: red. Hex color #EF23EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF23EE is #10DC11. Grayscale: #767676. Windows color (decimal): -1104914 or 15606767. OLE color: 15606767.
HSL color Cylindrical-coordinate representation of color #EF23EE: hue angle of 300.29º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EF23EE is Cyan = 0, Magento = 0.85, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 35 | 238 | - |
| CMYK | 0 | 0.85 | 0.00 | 0.06 |
| HSL | 300.29º | 0.86% | 0.54% | - |
| HSV(B) | 300.29º | 0.85% | 0.94% | - |
| XYZ | 51.63 | 25.73 | 83.13 | - |
| YUV | 119.14 | 195.09 | 213.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 35 | 238 | 0 | 0.85 | 0.00 | 0.06 | 300.29 | 0.86 | 0.54 |
| Hex | EF | 23 | EE | 0 | 55 | 0 | 6 | 12C | 56 | 36 |
| Octal | 357 | 43 | 356 | 0 | 125 | 0 | 6 | 454 | 126 | 66 |
| Binary | 11101111 | 100011 | 11101110 | 0 | 1010101 | 0 | 110 | 100101100 | 1010110 | 110110 |
Color Harmonies of #EF23EE
Complementary color
Monochromatic Colors of #EF23EE
Black with #EF23EE
Text Example
Text Example
White with #EF23EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF23EE; }
p { color: rgb(239,35,238); }
H1.HeaderClassName
{
color: #EF23EE;
}
.AnyTagClassName
{
color: #EF23EE;
}
</style>
background-color css
<style>
a { background-color: #EF23EE; }
a { background-color: rgb(239,35,238); }
div.DivClassName
{
background-color: #EF23EE;
}
.BgClassName
{
background-color: #EF23EE;
}
</style>
border-color css
<style>
span { border-color: #EF23EE; }
span { border-color: rgb(239,35,238); }
td.TdClassName
{
border-color: #EF23EE;
}
.TagClassName
{
border-color: #EF23EE;
}
</style>