Shades of Magenta #EE0EEF
Tints of Magenta #EE0EEF
RGB
CMYK
RGB Variations
Color information
#EE0EEF (or 0xEE0EEF) is known color: Magenta. HEX triplet: EE, 0E and EF. RGB value is (238,14,239). Sum of RGB (Red+Green+Blue) = 238+14+239=491 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.47% from 491); Green value is 14 (5.86% from 255 or 2.85% from 491); Blue value is 239 (93.75% from 255 or 48.68% from 491); Max value from RGB is 239 - color contains mainly: blue. Hex color #EE0EEF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE0EEF is #11F110. Grayscale: #696969. Windows color (decimal): -1175825 or 15666926. OLE color: 15666926.
HSL color Cylindrical-coordinate representation of color #EE0EEF: hue angle of 299.73º degrees, saturation: 0.89, 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 #EE0EEF is Cyan = 0.00, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 14 | 239 | - |
| CMYK | 0.00 | 0.94 | 0 | 0.06 |
| HSL | 299.73º | 0.89% | 0.5% | - |
| HSV(B) | 299.73º | 0.94% | 0.94% | - |
| XYZ | 51 | 24.72 | 83.75 | - |
| YUV | 106.63 | 202.71 | 221.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 14 | 239 | 0.00 | 0.94 | 0 | 0.06 | 299.73 | 0.89 | 0.5 |
| Hex | EE | E | EF | 0 | 5E | 0 | 6 | 12C | 59 | 32 |
| Octal | 356 | 16 | 357 | 0 | 136 | 0 | 6 | 454 | 131 | 62 |
| Binary | 11101110 | 1110 | 11101111 | 0 | 1011110 | 0 | 110 | 100101100 | 1011001 | 110010 |
Color Harmonies of #EE0EEF
Complementary color
Monochromatic Colors of #EE0EEF
Black with #EE0EEF
Text Example
Text Example
White with #EE0EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0EEF; }
p { color: rgb(238,14,239); }
H1.HeaderClassName
{
color: #EE0EEF;
}
.AnyTagClassName
{
color: #EE0EEF;
}
</style>
background-color css
<style>
a { background-color: #EE0EEF; }
a { background-color: rgb(238,14,239); }
div.DivClassName
{
background-color: #EE0EEF;
}
.BgClassName
{
background-color: #EE0EEF;
}
</style>
border-color css
<style>
span { border-color: #EE0EEF; }
span { border-color: rgb(238,14,239); }
td.TdClassName
{
border-color: #EE0EEF;
}
.TagClassName
{
border-color: #EE0EEF;
}
</style>