Shades of Magenta #EF26F2
Tints of Magenta #EF26F2
RGB
CMYK
RGB Variations
Color information
#EF26F2 (or 0xEF26F2) is known color: Magenta. HEX triplet: EF, 26 and F2. RGB value is (239,38,242). Sum of RGB (Red+Green+Blue) = 239+38+242=519 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.05% from 519); Green value is 38 (15.23% from 255 or 7.32% from 519); Blue value is 242 (94.92% from 255 or 46.63% from 519); Max value from RGB is 242 - color contains mainly: blue. Hex color #EF26F2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF26F2 is #10D90D. Grayscale: #787878. Windows color (decimal): -1104142 or 15869679. OLE color: 15869679.
HSL color Cylindrical-coordinate representation of color #EF26F2: hue angle of 299.12º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EF26F2 is Cyan = 0.01, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 38 | 242 | - |
| CMYK | 0.01 | 0.84 | 0 | 0.05 |
| HSL | 299.12º | 0.89% | 0.55% | - |
| HSV(B) | 299.12º | 0.84% | 0.95% | - |
| XYZ | 52.32 | 26.15 | 86.29 | - |
| YUV | 121.36 | 196.09 | 211.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 38 | 242 | 0.01 | 0.84 | 0 | 0.05 | 299.12 | 0.89 | 0.55 |
| Hex | EF | 26 | F2 | 1 | 54 | 0 | 5 | 12B | 59 | 37 |
| Octal | 357 | 46 | 362 | 1 | 124 | 0 | 5 | 453 | 131 | 67 |
| Binary | 11101111 | 100110 | 11110010 | 1 | 1010100 | 0 | 101 | 100101011 | 1011001 | 110111 |
Color Harmonies of #EF26F2
Complementary color
Monochromatic Colors of #EF26F2
Black with #EF26F2
Text Example
Text Example
White with #EF26F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF26F2; }
p { color: rgb(239,38,242); }
H1.HeaderClassName
{
color: #EF26F2;
}
.AnyTagClassName
{
color: #EF26F2;
}
</style>
background-color css
<style>
a { background-color: #EF26F2; }
a { background-color: rgb(239,38,242); }
div.DivClassName
{
background-color: #EF26F2;
}
.BgClassName
{
background-color: #EF26F2;
}
</style>
border-color css
<style>
span { border-color: #EF26F2; }
span { border-color: rgb(239,38,242); }
td.TdClassName
{
border-color: #EF26F2;
}
.TagClassName
{
border-color: #EF26F2;
}
</style>