Shades of Magenta #EF32FD
Tints of Magenta #EF32FD
RGB
CMYK
RGB Variations
Color information
#EF32FD (or 0xEF32FD) is known color: Magenta. HEX triplet: EF, 32 and FD. RGB value is (239,50,253). Sum of RGB (Red+Green+Blue) = 239+50+253=542 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.10% from 542); Green value is 50 (19.92% from 255 or 9.23% from 542); Blue value is 253 (99.22% from 255 or 46.68% from 542); Max value from RGB is 253 - color contains mainly: blue. Hex color #EF32FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF32FD is #10CD02. Grayscale: #818181. Windows color (decimal): -1101059 or 16593647. OLE color: 16593647.
HSL color Cylindrical-coordinate representation of color #EF32FD: hue angle of 295.86º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EF32FD is Cyan = 0.06, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 50 | 253 | - |
| CMYK | 0.06 | 0.80 | 0 | 0.01 |
| HSL | 295.86º | 0.98% | 0.59% | - |
| HSV(B) | 295.86º | 0.8% | 0.99% | - |
| XYZ | 54.47 | 27.72 | 95.41 | - |
| YUV | 129.65 | 197.62 | 205.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 50 | 253 | 0.06 | 0.80 | 0 | 0.01 | 295.86 | 0.98 | 0.59 |
| Hex | EF | 32 | FD | 6 | 50 | 0 | 1 | 128 | 62 | 3B |
| Octal | 357 | 62 | 375 | 6 | 120 | 0 | 1 | 450 | 142 | 73 |
| Binary | 11101111 | 110010 | 11111101 | 110 | 1010000 | 0 | 1 | 100101000 | 1100010 | 111011 |
Color Harmonies of #EF32FD
Complementary color
Monochromatic Colors of #EF32FD
Black with #EF32FD
Text Example
Text Example
White with #EF32FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF32FD; }
p { color: rgb(239,50,253); }
H1.HeaderClassName
{
color: #EF32FD;
}
.AnyTagClassName
{
color: #EF32FD;
}
</style>
background-color css
<style>
a { background-color: #EF32FD; }
a { background-color: rgb(239,50,253); }
div.DivClassName
{
background-color: #EF32FD;
}
.BgClassName
{
background-color: #EF32FD;
}
</style>
border-color css
<style>
span { border-color: #EF32FD; }
span { border-color: rgb(239,50,253); }
td.TdClassName
{
border-color: #EF32FD;
}
.TagClassName
{
border-color: #EF32FD;
}
</style>