Shades of Magenta #EE0FF5
Tints of Magenta #EE0FF5
RGB
CMYK
RGB Variations
Color information
#EE0FF5 (or 0xEE0FF5) is known color: Magenta. HEX triplet: EE, 0F and F5. RGB value is (238,15,245). Sum of RGB (Red+Green+Blue) = 238+15+245=498 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.79% from 498); Green value is 15 (6.25% from 255 or 3.01% from 498); Blue value is 245 (96.09% from 255 or 49.20% from 498); Max value from RGB is 245 - color contains mainly: blue. Hex color #EE0FF5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE0FF5 is #11F00A. Grayscale: #6B6B6B. Windows color (decimal): -1175563 or 16060398. OLE color: 16060398.
HSL color Cylindrical-coordinate representation of color #EE0FF5: hue angle of 298.17º 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 #EE0FF5 is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 15 | 245 | - |
| CMYK | 0.03 | 0.94 | 0 | 0.04 |
| HSL | 298.17º | 0.92% | 0.51% | - |
| HSV(B) | 298.17º | 0.94% | 0.96% | - |
| XYZ | 51.91 | 25.11 | 88.5 | - |
| YUV | 107.9 | 205.38 | 220.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 15 | 245 | 0.03 | 0.94 | 0 | 0.04 | 298.17 | 0.92 | 0.51 |
| Hex | EE | F | F5 | 3 | 5E | 0 | 4 | 12A | 5C | 33 |
| Octal | 356 | 17 | 365 | 3 | 136 | 0 | 4 | 452 | 134 | 63 |
| Binary | 11101110 | 1111 | 11110101 | 11 | 1011110 | 0 | 100 | 100101010 | 1011100 | 110011 |
Color Harmonies of #EE0FF5
Complementary color
Monochromatic Colors of #EE0FF5
Black with #EE0FF5
Text Example
Text Example
White with #EE0FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0FF5; }
p { color: rgb(238,15,245); }
H1.HeaderClassName
{
color: #EE0FF5;
}
.AnyTagClassName
{
color: #EE0FF5;
}
</style>
background-color css
<style>
a { background-color: #EE0FF5; }
a { background-color: rgb(238,15,245); }
div.DivClassName
{
background-color: #EE0FF5;
}
.BgClassName
{
background-color: #EE0FF5;
}
</style>
border-color css
<style>
span { border-color: #EE0FF5; }
span { border-color: rgb(238,15,245); }
td.TdClassName
{
border-color: #EE0FF5;
}
.TagClassName
{
border-color: #EE0FF5;
}
</style>