Shades of Magenta #EF00FD
Tints of Magenta #EF00FD
RGB
CMYK
RGB Variations
Color information
#EF00FD (or 0xEF00FD) is known color: Magenta. HEX triplet: EF, 00 and FD. RGB value is (239,0,253). Sum of RGB (Red+Green+Blue) = 239+0+253=492 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.58% from 492); Green value is 0 (0.39% from 255 or 0% from 492); Blue value is 253 (99.22% from 255 or 51.42% from 492); Max value from RGB is 253 - color contains mainly: blue. Hex color #EF00FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF00FD is #10FF02. Grayscale: #636363. Windows color (decimal): -1113859 or 16580847. OLE color: 16580847.
HSL color Cylindrical-coordinate representation of color #EF00FD: hue angle of 296.68º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF00FD is Cyan = 0.06, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 0 | 253 | - |
| CMYK | 0.06 | 1 | 0 | 0.01 |
| HSL | 296.68º | 1% | 0.5% | - |
| HSV(B) | 296.68º | 1% | 0.99% | - |
| XYZ | 53.33 | 25.44 | 95.03 | - |
| YUV | 100.3 | 214.18 | 226.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 0 | 253 | 0.06 | 1 | 0 | 0.01 | 296.68 | 1 | 0.5 |
| Hex | EF | 0 | FD | 6 | 64 | 0 | 1 | 129 | 64 | 32 |
| Octal | 357 | 0 | 375 | 6 | 144 | 0 | 1 | 451 | 144 | 62 |
| Binary | 11101111 | 0 | 11111101 | 110 | 1100100 | 0 | 1 | 100101001 | 1100100 | 110010 |
Color Harmonies of #EF00FD
Complementary color
Monochromatic Colors of #EF00FD
Black with #EF00FD
Text Example
Text Example
White with #EF00FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF00FD; }
p { color: rgb(239,0,253); }
H1.HeaderClassName
{
color: #EF00FD;
}
.AnyTagClassName
{
color: #EF00FD;
}
</style>
background-color css
<style>
a { background-color: #EF00FD; }
a { background-color: rgb(239,0,253); }
div.DivClassName
{
background-color: #EF00FD;
}
.BgClassName
{
background-color: #EF00FD;
}
</style>
border-color css
<style>
span { border-color: #EF00FD; }
span { border-color: rgb(239,0,253); }
td.TdClassName
{
border-color: #EF00FD;
}
.TagClassName
{
border-color: #EF00FD;
}
</style>