Shades of Magenta #EE00FA
Tints of Magenta #EE00FA
RGB
CMYK
RGB Variations
Color information
#EE00FA (or 0xEE00FA) is known color: Magenta. HEX triplet: EE, 00 and FA. RGB value is (238,0,250). Sum of RGB (Red+Green+Blue) = 238+0+250=488 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.77% from 488); Green value is 0 (0.39% from 255 or 0% from 488); Blue value is 250 (98.05% from 255 or 51.23% from 488); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE00FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE00FA is #11FF05. Grayscale: #626262. Windows color (decimal): -1179398 or 16384238. OLE color: 16384238.
HSL color Cylindrical-coordinate representation of color #EE00FA: hue angle of 297.12º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE00FA is Cyan = 0.05, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 0 | 250 | - |
| CMYK | 0.05 | 1 | 0 | 0.02 |
| HSL | 297.12º | 1% | 0.49% | - |
| HSV(B) | 297.12º | 1% | 0.98% | - |
| XYZ | 52.52 | 25.08 | 92.52 | - |
| YUV | 99.66 | 212.85 | 226.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 0 | 250 | 0.05 | 1 | 0 | 0.02 | 297.12 | 1 | 0.49 |
| Hex | EE | 0 | FA | 5 | 64 | 0 | 2 | 129 | 64 | 31 |
| Octal | 356 | 0 | 372 | 5 | 144 | 0 | 2 | 451 | 144 | 61 |
| Binary | 11101110 | 0 | 11111010 | 101 | 1100100 | 0 | 10 | 100101001 | 1100100 | 110001 |
Color Harmonies of #EE00FA
Complementary color
Monochromatic Colors of #EE00FA
Black with #EE00FA
Text Example
Text Example
White with #EE00FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE00FA; }
p { color: rgb(238,0,250); }
H1.HeaderClassName
{
color: #EE00FA;
}
.AnyTagClassName
{
color: #EE00FA;
}
</style>
background-color css
<style>
a { background-color: #EE00FA; }
a { background-color: rgb(238,0,250); }
div.DivClassName
{
background-color: #EE00FA;
}
.BgClassName
{
background-color: #EE00FA;
}
</style>
border-color css
<style>
span { border-color: #EE00FA; }
span { border-color: rgb(238,0,250); }
td.TdClassName
{
border-color: #EE00FA;
}
.TagClassName
{
border-color: #EE00FA;
}
</style>