Shades of Magenta #EE25EF
Tints of Magenta #EE25EF
RGB
CMYK
RGB Variations
Color information
#EE25EF (or 0xEE25EF) is known color: Magenta. HEX triplet: EE, 25 and EF. RGB value is (238,37,239). Sum of RGB (Red+Green+Blue) = 238+37+239=514 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.30% from 514); Green value is 37 (14.84% from 255 or 7.20% from 514); Blue value is 239 (93.75% from 255 or 46.50% from 514); Max value from RGB is 239 - color contains mainly: blue. Hex color #EE25EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE25EF is #11DA10. Grayscale: #777777. Windows color (decimal): -1169937 or 15672814. OLE color: 15672814.
HSL color Cylindrical-coordinate representation of color #EE25EF: hue angle of 299.7º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EE25EF is Cyan = 0.00, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 37 | 239 | - |
| CMYK | 0.00 | 0.85 | 0 | 0.06 |
| HSL | 299.7º | 0.86% | 0.54% | - |
| HSV(B) | 299.7º | 0.85% | 0.94% | - |
| XYZ | 51.5 | 25.73 | 83.91 | - |
| YUV | 120.13 | 195.09 | 212.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 37 | 239 | 0.00 | 0.85 | 0 | 0.06 | 299.7 | 0.86 | 0.54 |
| Hex | EE | 25 | EF | 0 | 55 | 0 | 6 | 12C | 56 | 36 |
| Octal | 356 | 45 | 357 | 0 | 125 | 0 | 6 | 454 | 126 | 66 |
| Binary | 11101110 | 100101 | 11101111 | 0 | 1010101 | 0 | 110 | 100101100 | 1010110 | 110110 |
Color Harmonies of #EE25EF
Complementary color
Monochromatic Colors of #EE25EF
Black with #EE25EF
Text Example
Text Example
White with #EE25EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE25EF; }
p { color: rgb(238,37,239); }
H1.HeaderClassName
{
color: #EE25EF;
}
.AnyTagClassName
{
color: #EE25EF;
}
</style>
background-color css
<style>
a { background-color: #EE25EF; }
a { background-color: rgb(238,37,239); }
div.DivClassName
{
background-color: #EE25EF;
}
.BgClassName
{
background-color: #EE25EF;
}
</style>
border-color css
<style>
span { border-color: #EE25EF; }
span { border-color: rgb(238,37,239); }
td.TdClassName
{
border-color: #EE25EF;
}
.TagClassName
{
border-color: #EE25EF;
}
</style>