Shades of Magenta #EE00F0
Tints of Magenta #EE00F0
RGB
CMYK
RGB Variations
Color information
#EE00F0 (or 0xEE00F0) is known color: Magenta. HEX triplet: EE, 00 and F0. RGB value is (238,0,240). Sum of RGB (Red+Green+Blue) = 238+0+240=478 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.79% from 478); Green value is 0 (0.39% from 255 or 0% from 478); Blue value is 240 (94.14% from 255 or 50.21% from 478); Max value from RGB is 240 - color contains mainly: blue. Hex color #EE00F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE00F0 is #11FF0F. Grayscale: #616161. Windows color (decimal): -1179408 or 15728878. OLE color: 15728878.
HSL color Cylindrical-coordinate representation of color #EE00F0: hue angle of 299.5º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE00F0 is Cyan = 0.01, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 0 | 240 | - |
| CMYK | 0.01 | 1 | 0 | 0.06 |
| HSL | 299.5º | 1% | 0.47% | - |
| HSV(B) | 299.5º | 1% | 0.94% | - |
| XYZ | 50.99 | 24.47 | 84.47 | - |
| YUV | 98.52 | 207.85 | 227.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 0 | 240 | 0.01 | 1 | 0 | 0.06 | 299.5 | 1 | 0.47 |
| Hex | EE | 0 | F0 | 1 | 64 | 0 | 6 | 12C | 64 | 2F |
| Octal | 356 | 0 | 360 | 1 | 144 | 0 | 6 | 454 | 144 | 57 |
| Binary | 11101110 | 0 | 11110000 | 1 | 1100100 | 0 | 110 | 100101100 | 1100100 | 101111 |
Color Harmonies of #EE00F0
Complementary color
Monochromatic Colors of #EE00F0
Black with #EE00F0
Text Example
Text Example
White with #EE00F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE00F0; }
p { color: rgb(238,0,240); }
H1.HeaderClassName
{
color: #EE00F0;
}
.AnyTagClassName
{
color: #EE00F0;
}
</style>
background-color css
<style>
a { background-color: #EE00F0; }
a { background-color: rgb(238,0,240); }
div.DivClassName
{
background-color: #EE00F0;
}
.BgClassName
{
background-color: #EE00F0;
}
</style>
border-color css
<style>
span { border-color: #EE00F0; }
span { border-color: rgb(238,0,240); }
td.TdClassName
{
border-color: #EE00F0;
}
.TagClassName
{
border-color: #EE00F0;
}
</style>