Shades of Magenta #EF13EE
Tints of Magenta #EF13EE
RGB
CMYK
RGB Variations
Color information
#EF13EE (or 0xEF13EE) is known color: Magenta. HEX triplet: EF, 13 and EE. RGB value is (239,19,238). Sum of RGB (Red+Green+Blue) = 239+19+238=496 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.19% from 496); Green value is 19 (7.81% from 255 or 3.83% from 496); Blue value is 238 (93.36% from 255 or 47.98% from 496); Max value from RGB is 239 - color contains mainly: red. Hex color #EF13EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF13EE is #10EC11. Grayscale: #6D6D6D. Windows color (decimal): -1109010 or 15602671. OLE color: 15602671.
HSL color Cylindrical-coordinate representation of color #EF13EE: hue angle of 300.27º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF13EE is Cyan = 0, Magento = 0.92, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 19 | 238 | - |
| CMYK | 0 | 0.92 | 0.00 | 0.06 |
| HSL | 300.27º | 0.87% | 0.51% | - |
| HSV(B) | 300.27º | 0.92% | 0.94% | - |
| XYZ | 51.26 | 24.99 | 83.01 | - |
| YUV | 109.75 | 200.39 | 220.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 19 | 238 | 0 | 0.92 | 0.00 | 0.06 | 300.27 | 0.87 | 0.51 |
| Hex | EF | 13 | EE | 0 | 5C | 0 | 6 | 12C | 57 | 33 |
| Octal | 357 | 23 | 356 | 0 | 134 | 0 | 6 | 454 | 127 | 63 |
| Binary | 11101111 | 10011 | 11101110 | 0 | 1011100 | 0 | 110 | 100101100 | 1010111 | 110011 |
Color Harmonies of #EF13EE
Complementary color
Monochromatic Colors of #EF13EE
Black with #EF13EE
Text Example
Text Example
White with #EF13EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF13EE; }
p { color: rgb(239,19,238); }
H1.HeaderClassName
{
color: #EF13EE;
}
.AnyTagClassName
{
color: #EF13EE;
}
</style>
background-color css
<style>
a { background-color: #EF13EE; }
a { background-color: rgb(239,19,238); }
div.DivClassName
{
background-color: #EF13EE;
}
.BgClassName
{
background-color: #EF13EE;
}
</style>
border-color css
<style>
span { border-color: #EF13EE; }
span { border-color: rgb(239,19,238); }
td.TdClassName
{
border-color: #EF13EE;
}
.TagClassName
{
border-color: #EF13EE;
}
</style>