Shades of Magenta #EE04F9
Tints of Magenta #EE04F9
RGB
CMYK
RGB Variations
Color information
#EE04F9 (or 0xEE04F9) is known color: Magenta. HEX triplet: EE, 04 and F9. RGB value is (238,4,249). Sum of RGB (Red+Green+Blue) = 238+4+249=491 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.47% from 491); Green value is 4 (1.95% from 255 or 0.81% from 491); Blue value is 249 (97.66% from 255 or 50.71% from 491); Max value from RGB is 249 - color contains mainly: blue. Hex color #EE04F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE04F9 is #11FB06. Grayscale: #656565. Windows color (decimal): -1178375 or 16319726. OLE color: 16319726.
HSL color Cylindrical-coordinate representation of color #EE04F9: hue angle of 297.31º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EE04F9 is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 4 | 249 | - |
| CMYK | 0.04 | 0.98 | 0 | 0.02 |
| HSL | 297.31º | 0.97% | 0.5% | - |
| HSV(B) | 297.31º | 0.98% | 0.98% | - |
| XYZ | 52.4 | 25.1 | 91.71 | - |
| YUV | 101.9 | 211.02 | 225.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 4 | 249 | 0.04 | 0.98 | 0 | 0.02 | 297.31 | 0.97 | 0.5 |
| Hex | EE | 4 | F9 | 4 | 62 | 0 | 2 | 129 | 61 | 32 |
| Octal | 356 | 4 | 371 | 4 | 142 | 0 | 2 | 451 | 141 | 62 |
| Binary | 11101110 | 100 | 11111001 | 100 | 1100010 | 0 | 10 | 100101001 | 1100001 | 110010 |
Color Harmonies of #EE04F9
Complementary color
Monochromatic Colors of #EE04F9
Black with #EE04F9
Text Example
Text Example
White with #EE04F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE04F9; }
p { color: rgb(238,4,249); }
H1.HeaderClassName
{
color: #EE04F9;
}
.AnyTagClassName
{
color: #EE04F9;
}
</style>
background-color css
<style>
a { background-color: #EE04F9; }
a { background-color: rgb(238,4,249); }
div.DivClassName
{
background-color: #EE04F9;
}
.BgClassName
{
background-color: #EE04F9;
}
</style>
border-color css
<style>
span { border-color: #EE04F9; }
span { border-color: rgb(238,4,249); }
td.TdClassName
{
border-color: #EE04F9;
}
.TagClassName
{
border-color: #EE04F9;
}
</style>