Shades of Magenta #EE04E9
Tints of Magenta #EE04E9
RGB
CMYK
RGB Variations
Color information
#EE04E9 (or 0xEE04E9) is known color: Magenta. HEX triplet: EE, 04 and E9. RGB value is (238,4,233). Sum of RGB (Red+Green+Blue) = 238+4+233=475 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.11% from 475); Green value is 4 (1.95% from 255 or 0.84% from 475); Blue value is 233 (91.41% from 255 or 49.05% from 475); Max value from RGB is 238 - color contains mainly: red. Hex color #EE04E9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE04E9 is #11FB16. Grayscale: #636363. Windows color (decimal): -1178391 or 15271150. OLE color: 15271150.
HSL color Cylindrical-coordinate representation of color #EE04E9: hue angle of 301.28º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EE04E9 is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 4 | 233 | - |
| CMYK | 0 | 0.98 | 0.02 | 0.07 |
| HSL | 301.28º | 0.97% | 0.47% | - |
| HSV(B) | 301.28º | 0.98% | 0.93% | - |
| XYZ | 50.01 | 24.15 | 79.12 | - |
| YUV | 100.07 | 203.02 | 226.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 4 | 233 | 0 | 0.98 | 0.02 | 0.07 | 301.28 | 0.97 | 0.47 |
| Hex | EE | 4 | E9 | 0 | 62 | 2 | 7 | 12D | 61 | 2F |
| Octal | 356 | 4 | 351 | 0 | 142 | 2 | 7 | 455 | 141 | 57 |
| Binary | 11101110 | 100 | 11101001 | 0 | 1100010 | 10 | 111 | 100101101 | 1100001 | 101111 |
Color Harmonies of #EE04E9
Complementary color
Monochromatic Colors of #EE04E9
Black with #EE04E9
Text Example
Text Example
White with #EE04E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE04E9; }
p { color: rgb(238,4,233); }
H1.HeaderClassName
{
color: #EE04E9;
}
.AnyTagClassName
{
color: #EE04E9;
}
</style>
background-color css
<style>
a { background-color: #EE04E9; }
a { background-color: rgb(238,4,233); }
div.DivClassName
{
background-color: #EE04E9;
}
.BgClassName
{
background-color: #EE04E9;
}
</style>
border-color css
<style>
span { border-color: #EE04E9; }
span { border-color: rgb(238,4,233); }
td.TdClassName
{
border-color: #EE04E9;
}
.TagClassName
{
border-color: #EE04E9;
}
</style>