Shades of Magenta #EE04FB
Tints of Magenta #EE04FB
RGB
CMYK
RGB Variations
Color information
#EE04FB (or 0xEE04FB) is known color: Magenta. HEX triplet: EE, 04 and FB. RGB value is (238,4,251). Sum of RGB (Red+Green+Blue) = 238+4+251=493 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.28% from 493); Green value is 4 (1.95% from 255 or 0.81% from 493); Blue value is 251 (98.44% from 255 or 50.91% from 493); Max value from RGB is 251 - color contains mainly: blue. Hex color #EE04FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE04FB is #11FB04. Grayscale: #656565. Windows color (decimal): -1178373 or 16450798. OLE color: 16450798.
HSL color Cylindrical-coordinate representation of color #EE04FB: hue angle of 296.84º 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 #EE04FB is Cyan = 0.05, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 4 | 251 | - |
| CMYK | 0.05 | 0.98 | 0 | 0.02 |
| HSL | 296.84º | 0.97% | 0.5% | - |
| HSV(B) | 296.84º | 0.98% | 0.98% | - |
| XYZ | 52.72 | 25.23 | 93.36 | - |
| YUV | 102.12 | 212.02 | 224.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 4 | 251 | 0.05 | 0.98 | 0 | 0.02 | 296.84 | 0.97 | 0.5 |
| Hex | EE | 4 | FB | 5 | 62 | 0 | 2 | 129 | 61 | 32 |
| Octal | 356 | 4 | 373 | 5 | 142 | 0 | 2 | 451 | 141 | 62 |
| Binary | 11101110 | 100 | 11111011 | 101 | 1100010 | 0 | 10 | 100101001 | 1100001 | 110010 |
Color Harmonies of #EE04FB
Complementary color
Monochromatic Colors of #EE04FB
Black with #EE04FB
Text Example
Text Example
White with #EE04FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE04FB; }
p { color: rgb(238,4,251); }
H1.HeaderClassName
{
color: #EE04FB;
}
.AnyTagClassName
{
color: #EE04FB;
}
</style>
background-color css
<style>
a { background-color: #EE04FB; }
a { background-color: rgb(238,4,251); }
div.DivClassName
{
background-color: #EE04FB;
}
.BgClassName
{
background-color: #EE04FB;
}
</style>
border-color css
<style>
span { border-color: #EE04FB; }
span { border-color: rgb(238,4,251); }
td.TdClassName
{
border-color: #EE04FB;
}
.TagClassName
{
border-color: #EE04FB;
}
</style>