Shades of Magenta #EE0EEA
Tints of Magenta #EE0EEA
RGB
CMYK
RGB Variations
Color information
#EE0EEA (or 0xEE0EEA) is known color: Magenta. HEX triplet: EE, 0E and EA. RGB value is (238,14,234). Sum of RGB (Red+Green+Blue) = 238+14+234=486 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.97% from 486); Green value is 14 (5.86% from 255 or 2.88% from 486); Blue value is 234 (91.80% from 255 or 48.15% from 486); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0EEA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE0EEA is #11F115. Grayscale: #696969. Windows color (decimal): -1175830 or 15339246. OLE color: 15339246.
HSL color Cylindrical-coordinate representation of color #EE0EEA: hue angle of 301.07º 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 #EE0EEA is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 14 | 234 | - |
| CMYK | 0 | 0.94 | 0.02 | 0.07 |
| HSL | 301.07º | 0.89% | 0.49% | - |
| HSV(B) | 301.07º | 0.94% | 0.93% | - |
| XYZ | 50.27 | 24.43 | 79.91 | - |
| YUV | 106.06 | 200.21 | 222.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 14 | 234 | 0 | 0.94 | 0.02 | 0.07 | 301.07 | 0.89 | 0.49 |
| Hex | EE | E | EA | 0 | 5E | 2 | 7 | 12D | 59 | 31 |
| Octal | 356 | 16 | 352 | 0 | 136 | 2 | 7 | 455 | 131 | 61 |
| Binary | 11101110 | 1110 | 11101010 | 0 | 1011110 | 10 | 111 | 100101101 | 1011001 | 110001 |
Color Harmonies of #EE0EEA
Complementary color
Monochromatic Colors of #EE0EEA
Black with #EE0EEA
Text Example
Text Example
White with #EE0EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0EEA; }
p { color: rgb(238,14,234); }
H1.HeaderClassName
{
color: #EE0EEA;
}
.AnyTagClassName
{
color: #EE0EEA;
}
</style>
background-color css
<style>
a { background-color: #EE0EEA; }
a { background-color: rgb(238,14,234); }
div.DivClassName
{
background-color: #EE0EEA;
}
.BgClassName
{
background-color: #EE0EEA;
}
</style>
border-color css
<style>
span { border-color: #EE0EEA; }
span { border-color: rgb(238,14,234); }
td.TdClassName
{
border-color: #EE0EEA;
}
.TagClassName
{
border-color: #EE0EEA;
}
</style>