Shades of Magenta #EE0FE5
Tints of Magenta #EE0FE5
RGB
CMYK
RGB Variations
Color information
#EE0FE5 (or 0xEE0FE5) is known color: Magenta. HEX triplet: EE, 0F and E5. RGB value is (238,15,229). Sum of RGB (Red+Green+Blue) = 238+15+229=482 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.38% from 482); Green value is 15 (6.25% from 255 or 3.11% from 482); Blue value is 229 (89.84% from 255 or 47.51% from 482); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0FE5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE0FE5 is #11F01A. Grayscale: #696969. Windows color (decimal): -1175579 or 15011822. OLE color: 15011822.
HSL color Cylindrical-coordinate representation of color #EE0FE5: hue angle of 302.42º 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 #EE0FE5 is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 15 | 229 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.07 |
| HSL | 302.42º | 0.88% | 0.5% | - |
| HSV(B) | 302.42º | 0.94% | 0.93% | - |
| XYZ | 49.57 | 24.18 | 76.18 | - |
| YUV | 106.07 | 197.38 | 222.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 15 | 229 | 0 | 0.94 | 0.04 | 0.07 | 302.42 | 0.88 | 0.5 |
| Hex | EE | F | E5 | 0 | 5E | 4 | 7 | 12E | 58 | 32 |
| Octal | 356 | 17 | 345 | 0 | 136 | 4 | 7 | 456 | 130 | 62 |
| Binary | 11101110 | 1111 | 11100101 | 0 | 1011110 | 100 | 111 | 100101110 | 1011000 | 110010 |
Color Harmonies of #EE0FE5
Complementary color
Monochromatic Colors of #EE0FE5
Black with #EE0FE5
Text Example
Text Example
White with #EE0FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0FE5; }
p { color: rgb(238,15,229); }
H1.HeaderClassName
{
color: #EE0FE5;
}
.AnyTagClassName
{
color: #EE0FE5;
}
</style>
background-color css
<style>
a { background-color: #EE0FE5; }
a { background-color: rgb(238,15,229); }
div.DivClassName
{
background-color: #EE0FE5;
}
.BgClassName
{
background-color: #EE0FE5;
}
</style>
border-color css
<style>
span { border-color: #EE0FE5; }
span { border-color: rgb(238,15,229); }
td.TdClassName
{
border-color: #EE0FE5;
}
.TagClassName
{
border-color: #EE0FE5;
}
</style>