Shades of Magenta #EE1EF0
Tints of Magenta #EE1EF0
RGB
CMYK
RGB Variations
Color information
#EE1EF0 (or 0xEE1EF0) is known color: Magenta. HEX triplet: EE, 1E and F0. RGB value is (238,30,240). Sum of RGB (Red+Green+Blue) = 238+30+240=508 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.85% from 508); Green value is 30 (12.11% from 255 or 5.91% from 508); Blue value is 240 (94.14% from 255 or 47.24% from 508); Max value from RGB is 240 - color contains mainly: blue. Hex color #EE1EF0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE1EF0 is #11E10F. Grayscale: #737373. Windows color (decimal): -1171728 or 15736558. OLE color: 15736558.
HSL color Cylindrical-coordinate representation of color #EE1EF0: hue angle of 299.43º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EE1EF0 is Cyan = 0.01, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 30 | 240 | - |
| CMYK | 0.01 | 0.87 | 0 | 0.06 |
| HSL | 299.43º | 0.88% | 0.53% | - |
| HSV(B) | 299.43º | 0.88% | 0.94% | - |
| XYZ | 51.45 | 25.4 | 84.63 | - |
| YUV | 116.13 | 197.91 | 214.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 30 | 240 | 0.01 | 0.87 | 0 | 0.06 | 299.43 | 0.88 | 0.53 |
| Hex | EE | 1E | F0 | 1 | 57 | 0 | 6 | 12B | 58 | 35 |
| Octal | 356 | 36 | 360 | 1 | 127 | 0 | 6 | 453 | 130 | 65 |
| Binary | 11101110 | 11110 | 11110000 | 1 | 1010111 | 0 | 110 | 100101011 | 1011000 | 110101 |
Color Harmonies of #EE1EF0
Complementary color
Monochromatic Colors of #EE1EF0
Black with #EE1EF0
Text Example
Text Example
White with #EE1EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1EF0; }
p { color: rgb(238,30,240); }
H1.HeaderClassName
{
color: #EE1EF0;
}
.AnyTagClassName
{
color: #EE1EF0;
}
</style>
background-color css
<style>
a { background-color: #EE1EF0; }
a { background-color: rgb(238,30,240); }
div.DivClassName
{
background-color: #EE1EF0;
}
.BgClassName
{
background-color: #EE1EF0;
}
</style>
border-color css
<style>
span { border-color: #EE1EF0; }
span { border-color: rgb(238,30,240); }
td.TdClassName
{
border-color: #EE1EF0;
}
.TagClassName
{
border-color: #EE1EF0;
}
</style>