Shades of Magenta #EF1AFD
Tints of Magenta #EF1AFD
RGB
CMYK
RGB Variations
Color information
#EF1AFD (or 0xEF1AFD) is known color: Magenta. HEX triplet: EF, 1A and FD. RGB value is (239,26,253). Sum of RGB (Red+Green+Blue) = 239+26+253=518 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.14% from 518); Green value is 26 (10.55% from 255 or 5.02% from 518); Blue value is 253 (99.22% from 255 or 48.84% from 518); Max value from RGB is 253 - color contains mainly: blue. Hex color #EF1AFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF1AFD is #10E502. Grayscale: #727272. Windows color (decimal): -1107203 or 16587503. OLE color: 16587503.
HSL color Cylindrical-coordinate representation of color #EF1AFD: hue angle of 296.3º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF1AFD is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 26 | 253 | - |
| CMYK | 0.06 | 0.90 | 0 | 0.01 |
| HSL | 296.3º | 0.98% | 0.55% | - |
| HSV(B) | 296.3º | 0.9% | 0.99% | - |
| XYZ | 53.7 | 26.18 | 95.15 | - |
| YUV | 115.57 | 205.57 | 216.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 26 | 253 | 0.06 | 0.90 | 0 | 0.01 | 296.3 | 0.98 | 0.55 |
| Hex | EF | 1A | FD | 6 | 5A | 0 | 1 | 128 | 62 | 37 |
| Octal | 357 | 32 | 375 | 6 | 132 | 0 | 1 | 450 | 142 | 67 |
| Binary | 11101111 | 11010 | 11111101 | 110 | 1011010 | 0 | 1 | 100101000 | 1100010 | 110111 |
Color Harmonies of #EF1AFD
Complementary color
Monochromatic Colors of #EF1AFD
Black with #EF1AFD
Text Example
Text Example
White with #EF1AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1AFD; }
p { color: rgb(239,26,253); }
H1.HeaderClassName
{
color: #EF1AFD;
}
.AnyTagClassName
{
color: #EF1AFD;
}
</style>
background-color css
<style>
a { background-color: #EF1AFD; }
a { background-color: rgb(239,26,253); }
div.DivClassName
{
background-color: #EF1AFD;
}
.BgClassName
{
background-color: #EF1AFD;
}
</style>
border-color css
<style>
span { border-color: #EF1AFD; }
span { border-color: rgb(239,26,253); }
td.TdClassName
{
border-color: #EF1AFD;
}
.TagClassName
{
border-color: #EF1AFD;
}
</style>