Shades of Magenta #EE0EF5
Tints of Magenta #EE0EF5
RGB
CMYK
RGB Variations
Color information
#EE0EF5 (or 0xEE0EF5) is known color: Magenta. HEX triplet: EE, 0E and F5. RGB value is (238,14,245). Sum of RGB (Red+Green+Blue) = 238+14+245=497 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.89% from 497); Green value is 14 (5.86% from 255 or 2.82% from 497); Blue value is 245 (96.09% from 255 or 49.30% from 497); Max value from RGB is 245 - color contains mainly: blue. Hex color #EE0EF5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE0EF5 is #11F10A. Grayscale: #6A6A6A. Windows color (decimal): -1175819 or 16060142. OLE color: 16060142.
HSL color Cylindrical-coordinate representation of color #EE0EF5: hue angle of 298.18º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE0EF5 is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 14 | 245 | - |
| CMYK | 0.03 | 0.94 | 0 | 0.04 |
| HSL | 298.18º | 0.92% | 0.51% | - |
| HSV(B) | 298.18º | 0.94% | 0.96% | - |
| XYZ | 51.9 | 25.08 | 88.49 | - |
| YUV | 107.31 | 205.71 | 221.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 14 | 245 | 0.03 | 0.94 | 0 | 0.04 | 298.18 | 0.92 | 0.51 |
| Hex | EE | E | F5 | 3 | 5E | 0 | 4 | 12A | 5C | 33 |
| Octal | 356 | 16 | 365 | 3 | 136 | 0 | 4 | 452 | 134 | 63 |
| Binary | 11101110 | 1110 | 11110101 | 11 | 1011110 | 0 | 100 | 100101010 | 1011100 | 110011 |
Color Harmonies of #EE0EF5
Complementary color
Monochromatic Colors of #EE0EF5
Black with #EE0EF5
Text Example
Text Example
White with #EE0EF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0EF5; }
p { color: rgb(238,14,245); }
H1.HeaderClassName
{
color: #EE0EF5;
}
.AnyTagClassName
{
color: #EE0EF5;
}
</style>
background-color css
<style>
a { background-color: #EE0EF5; }
a { background-color: rgb(238,14,245); }
div.DivClassName
{
background-color: #EE0EF5;
}
.BgClassName
{
background-color: #EE0EF5;
}
</style>
border-color css
<style>
span { border-color: #EE0EF5; }
span { border-color: rgb(238,14,245); }
td.TdClassName
{
border-color: #EE0EF5;
}
.TagClassName
{
border-color: #EE0EF5;
}
</style>