Shades of Magenta #EE0FE7
Tints of Magenta #EE0FE7
RGB
CMYK
RGB Variations
Color information
#EE0FE7 (or 0xEE0FE7) is known color: Magenta. HEX triplet: EE, 0F and E7. RGB value is (238,15,231). Sum of RGB (Red+Green+Blue) = 238+15+231=484 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.17% from 484); Green value is 15 (6.25% from 255 or 3.10% from 484); Blue value is 231 (90.62% from 255 or 47.73% from 484); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0FE7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE0FE7 is #11F018. Grayscale: #696969. Windows color (decimal): -1175577 or 15142894. OLE color: 15142894.
HSL color Cylindrical-coordinate representation of color #EE0FE7: hue angle of 301.88º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE0FE7 is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 15 | 231 | - |
| CMYK | 0 | 0.94 | 0.03 | 0.07 |
| HSL | 301.88º | 0.88% | 0.5% | - |
| HSV(B) | 301.88º | 0.94% | 0.93% | - |
| XYZ | 49.85 | 24.29 | 77.66 | - |
| YUV | 106.3 | 198.38 | 221.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 15 | 231 | 0 | 0.94 | 0.03 | 0.07 | 301.88 | 0.88 | 0.5 |
| Hex | EE | F | E7 | 0 | 5E | 3 | 7 | 12E | 58 | 32 |
| Octal | 356 | 17 | 347 | 0 | 136 | 3 | 7 | 456 | 130 | 62 |
| Binary | 11101110 | 1111 | 11100111 | 0 | 1011110 | 11 | 111 | 100101110 | 1011000 | 110010 |
Color Harmonies of #EE0FE7
Complementary color
Monochromatic Colors of #EE0FE7
Black with #EE0FE7
Text Example
Text Example
White with #EE0FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0FE7; }
p { color: rgb(238,15,231); }
H1.HeaderClassName
{
color: #EE0FE7;
}
.AnyTagClassName
{
color: #EE0FE7;
}
</style>
background-color css
<style>
a { background-color: #EE0FE7; }
a { background-color: rgb(238,15,231); }
div.DivClassName
{
background-color: #EE0FE7;
}
.BgClassName
{
background-color: #EE0FE7;
}
</style>
border-color css
<style>
span { border-color: #EE0FE7; }
span { border-color: rgb(238,15,231); }
td.TdClassName
{
border-color: #EE0FE7;
}
.TagClassName
{
border-color: #EE0FE7;
}
</style>