Shades of Magenta #EE0FF0
Tints of Magenta #EE0FF0
RGB
CMYK
RGB Variations
Color information
#EE0FF0 (or 0xEE0FF0) is known color: Magenta. HEX triplet: EE, 0F and F0. RGB value is (238,15,240). Sum of RGB (Red+Green+Blue) = 238+15+240=493 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.28% from 493); Green value is 15 (6.25% from 255 or 3.04% from 493); Blue value is 240 (94.14% from 255 or 48.68% from 493); Max value from RGB is 240 - color contains mainly: blue. Hex color #EE0FF0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE0FF0 is #11F00F. Grayscale: #6A6A6A. Windows color (decimal): -1175568 or 15732718. OLE color: 15732718.
HSL color Cylindrical-coordinate representation of color #EE0FF0: hue angle of 299.47º 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 #EE0FF0 is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 15 | 240 | - |
| CMYK | 0.01 | 0.94 | 0 | 0.06 |
| HSL | 299.47º | 0.88% | 0.5% | - |
| HSV(B) | 299.47º | 0.94% | 0.94% | - |
| XYZ | 51.16 | 24.81 | 84.53 | - |
| YUV | 107.33 | 202.88 | 221.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 15 | 240 | 0.01 | 0.94 | 0 | 0.06 | 299.47 | 0.88 | 0.5 |
| Hex | EE | F | F0 | 1 | 5E | 0 | 6 | 12B | 58 | 32 |
| Octal | 356 | 17 | 360 | 1 | 136 | 0 | 6 | 453 | 130 | 62 |
| Binary | 11101110 | 1111 | 11110000 | 1 | 1011110 | 0 | 110 | 100101011 | 1011000 | 110010 |
Color Harmonies of #EE0FF0
Complementary color
Monochromatic Colors of #EE0FF0
Black with #EE0FF0
Text Example
Text Example
White with #EE0FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0FF0; }
p { color: rgb(238,15,240); }
H1.HeaderClassName
{
color: #EE0FF0;
}
.AnyTagClassName
{
color: #EE0FF0;
}
</style>
background-color css
<style>
a { background-color: #EE0FF0; }
a { background-color: rgb(238,15,240); }
div.DivClassName
{
background-color: #EE0FF0;
}
.BgClassName
{
background-color: #EE0FF0;
}
</style>
border-color css
<style>
span { border-color: #EE0FF0; }
span { border-color: rgb(238,15,240); }
td.TdClassName
{
border-color: #EE0FF0;
}
.TagClassName
{
border-color: #EE0FF0;
}
</style>