Shades of Magenta #EE0FEF
Tints of Magenta #EE0FEF
RGB
CMYK
RGB Variations
Color information
#EE0FEF (or 0xEE0FEF) is known color: Magenta. HEX triplet: EE, 0F and EF. RGB value is (238,15,239). Sum of RGB (Red+Green+Blue) = 238+15+239=492 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.37% from 492); Green value is 15 (6.25% from 255 or 3.05% from 492); Blue value is 239 (93.75% from 255 or 48.58% from 492); Max value from RGB is 239 - color contains mainly: blue. Hex color #EE0FEF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE0FEF is #11F010. Grayscale: #6A6A6A. Windows color (decimal): -1175569 or 15667182. OLE color: 15667182.
HSL color Cylindrical-coordinate representation of color #EE0FEF: hue angle of 299.73º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE0FEF is Cyan = 0.00, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 15 | 239 | - |
| CMYK | 0.00 | 0.94 | 0 | 0.06 |
| HSL | 299.73º | 0.88% | 0.5% | - |
| HSV(B) | 299.73º | 0.94% | 0.94% | - |
| XYZ | 51.01 | 24.75 | 83.75 | - |
| YUV | 107.21 | 202.38 | 221.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 15 | 239 | 0.00 | 0.94 | 0 | 0.06 | 299.73 | 0.88 | 0.5 |
| Hex | EE | F | EF | 0 | 5E | 0 | 6 | 12C | 58 | 32 |
| Octal | 356 | 17 | 357 | 0 | 136 | 0 | 6 | 454 | 130 | 62 |
| Binary | 11101110 | 1111 | 11101111 | 0 | 1011110 | 0 | 110 | 100101100 | 1011000 | 110010 |
Color Harmonies of #EE0FEF
Complementary color
Monochromatic Colors of #EE0FEF
Black with #EE0FEF
Text Example
Text Example
White with #EE0FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0FEF; }
p { color: rgb(238,15,239); }
H1.HeaderClassName
{
color: #EE0FEF;
}
.AnyTagClassName
{
color: #EE0FEF;
}
</style>
background-color css
<style>
a { background-color: #EE0FEF; }
a { background-color: rgb(238,15,239); }
div.DivClassName
{
background-color: #EE0FEF;
}
.BgClassName
{
background-color: #EE0FEF;
}
</style>
border-color css
<style>
span { border-color: #EE0FEF; }
span { border-color: rgb(238,15,239); }
td.TdClassName
{
border-color: #EE0FEF;
}
.TagClassName
{
border-color: #EE0FEF;
}
</style>