Shades of Magenta #EE00FD
Tints of Magenta #EE00FD
RGB
CMYK
RGB Variations
Color information
#EE00FD (or 0xEE00FD) is known color: Magenta. HEX triplet: EE, 00 and FD. RGB value is (238,0,253). Sum of RGB (Red+Green+Blue) = 238+0+253=491 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.47% from 491); Green value is 0 (0.39% from 255 or 0% from 491); Blue value is 253 (99.22% from 255 or 51.53% from 491); Max value from RGB is 253 - color contains mainly: blue. Hex color #EE00FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE00FD is #11FF02. Grayscale: #636363. Windows color (decimal): -1179395 or 16580846. OLE color: 16580846.
HSL color Cylindrical-coordinate representation of color #EE00FD: hue angle of 296.44º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE00FD is Cyan = 0.06, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 238 | 0 | 253 | - |
| CMYK | 0.06 | 1 | 0 | 0.01 |
| HSL | 296.44º | 1% | 0.5% | - |
| HSV(B) | 296.44º | 1% | 0.99% | - |
| XYZ | 52.99 | 25.27 | 95.01 | - |
| YUV | 100 | 214.35 | 226.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 0 | 253 | 0.06 | 1 | 0 | 0.01 | 296.44 | 1 | 0.5 |
| Hex | EE | 0 | FD | 6 | 64 | 0 | 1 | 128 | 64 | 32 |
| Octal | 356 | 0 | 375 | 6 | 144 | 0 | 1 | 450 | 144 | 62 |
| Binary | 11101110 | 0 | 11111101 | 110 | 1100100 | 0 | 1 | 100101000 | 1100100 | 110010 |
Color Harmonies of #EE00FD
Complementary color
Monochromatic Colors of #EE00FD
Black with #EE00FD
Text Example
Text Example
White with #EE00FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE00FD; }
p { color: rgb(238,0,253); }
H1.HeaderClassName
{
color: #EE00FD;
}
.AnyTagClassName
{
color: #EE00FD;
}
</style>
background-color css
<style>
a { background-color: #EE00FD; }
a { background-color: rgb(238,0,253); }
div.DivClassName
{
background-color: #EE00FD;
}
.BgClassName
{
background-color: #EE00FD;
}
</style>
border-color css
<style>
span { border-color: #EE00FD; }
span { border-color: rgb(238,0,253); }
td.TdClassName
{
border-color: #EE00FD;
}
.TagClassName
{
border-color: #EE00FD;
}
</style>