Shades of Magenta #EE0EEB
Tints of Magenta #EE0EEB
RGB
CMYK
RGB Variations
Color information
#EE0EEB (or 0xEE0EEB) is known color: Magenta. HEX triplet: EE, 0E and EB. RGB value is (238,14,235). Sum of RGB (Red+Green+Blue) = 238+14+235=487 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.87% from 487); Green value is 14 (5.86% from 255 or 2.87% from 487); Blue value is 235 (92.19% from 255 or 48.25% from 487); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0EEB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE0EEB is #11F114. Grayscale: #696969. Windows color (decimal): -1175829 or 15404782. OLE color: 15404782.
HSL color Cylindrical-coordinate representation of color #EE0EEB: hue angle of 300.8º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE0EEB is Cyan = 0, Magento = 0.94, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 14 | 235 | - |
| CMYK | 0 | 0.94 | 0.01 | 0.07 |
| HSL | 300.8º | 0.89% | 0.49% | - |
| HSV(B) | 300.8º | 0.94% | 0.93% | - |
| XYZ | 50.41 | 24.49 | 80.67 | - |
| YUV | 106.17 | 200.71 | 222.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 14 | 235 | 0 | 0.94 | 0.01 | 0.07 | 300.8 | 0.89 | 0.49 |
| Hex | EE | E | EB | 0 | 5E | 1 | 7 | 12D | 59 | 31 |
| Octal | 356 | 16 | 353 | 0 | 136 | 1 | 7 | 455 | 131 | 61 |
| Binary | 11101110 | 1110 | 11101011 | 0 | 1011110 | 1 | 111 | 100101101 | 1011001 | 110001 |
Color Harmonies of #EE0EEB
Complementary color
Monochromatic Colors of #EE0EEB
Black with #EE0EEB
Text Example
Text Example
White with #EE0EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0EEB; }
p { color: rgb(238,14,235); }
H1.HeaderClassName
{
color: #EE0EEB;
}
.AnyTagClassName
{
color: #EE0EEB;
}
</style>
background-color css
<style>
a { background-color: #EE0EEB; }
a { background-color: rgb(238,14,235); }
div.DivClassName
{
background-color: #EE0EEB;
}
.BgClassName
{
background-color: #EE0EEB;
}
</style>
border-color css
<style>
span { border-color: #EE0EEB; }
span { border-color: rgb(238,14,235); }
td.TdClassName
{
border-color: #EE0EEB;
}
.TagClassName
{
border-color: #EE0EEB;
}
</style>