Shades of Magenta #EE01F9
Tints of Magenta #EE01F9
RGB
CMYK
RGB Variations
Color information
#EE01F9 (or 0xEE01F9) is known color: Magenta. HEX triplet: EE, 01 and F9. RGB value is (238,1,249). Sum of RGB (Red+Green+Blue) = 238+1+249=488 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.77% from 488); Green value is 1 (0.78% from 255 or 0.20% from 488); Blue value is 249 (97.66% from 255 or 51.02% from 488); Max value from RGB is 249 - color contains mainly: blue. Hex color #EE01F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE01F9 is #11FE06. Grayscale: #636363. Windows color (decimal): -1179143 or 16318958. OLE color: 16318958.
HSL color Cylindrical-coordinate representation of color #EE01F9: hue angle of 297.34º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE01F9 is Cyan = 0.04, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 1 | 249 | - |
| CMYK | 0.04 | 1.00 | 0 | 0.02 |
| HSL | 297.34º | 0.99% | 0.49% | - |
| HSV(B) | 297.34º | 1% | 0.98% | - |
| XYZ | 52.37 | 25.04 | 91.7 | - |
| YUV | 100.14 | 212.02 | 226.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 1 | 249 | 0.04 | 1.00 | 0 | 0.02 | 297.34 | 0.99 | 0.49 |
| Hex | EE | 1 | F9 | 4 | 64 | 0 | 2 | 129 | 63 | 31 |
| Octal | 356 | 1 | 371 | 4 | 144 | 0 | 2 | 451 | 143 | 61 |
| Binary | 11101110 | 1 | 11111001 | 100 | 1100100 | 0 | 10 | 100101001 | 1100011 | 110001 |
Color Harmonies of #EE01F9
Complementary color
Monochromatic Colors of #EE01F9
Black with #EE01F9
Text Example
Text Example
White with #EE01F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE01F9; }
p { color: rgb(238,1,249); }
H1.HeaderClassName
{
color: #EE01F9;
}
.AnyTagClassName
{
color: #EE01F9;
}
</style>
background-color css
<style>
a { background-color: #EE01F9; }
a { background-color: rgb(238,1,249); }
div.DivClassName
{
background-color: #EE01F9;
}
.BgClassName
{
background-color: #EE01F9;
}
</style>
border-color css
<style>
span { border-color: #EE01F9; }
span { border-color: rgb(238,1,249); }
td.TdClassName
{
border-color: #EE01F9;
}
.TagClassName
{
border-color: #EE01F9;
}
</style>