Shades of Magenta #EE03FC
Tints of Magenta #EE03FC
RGB
CMYK
RGB Variations
Color information
#EE03FC (or 0xEE03FC) is known color: Magenta. HEX triplet: EE, 03 and FC. RGB value is (238,3,252). Sum of RGB (Red+Green+Blue) = 238+3+252=493 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.28% from 493); Green value is 3 (1.56% from 255 or 0.61% from 493); Blue value is 252 (98.83% from 255 or 51.12% from 493); Max value from RGB is 252 - color contains mainly: blue. Hex color #EE03FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE03FC is #11FC03. Grayscale: #646464. Windows color (decimal): -1178628 or 16516078. OLE color: 16516078.
HSL color Cylindrical-coordinate representation of color #EE03FC: hue angle of 296.63º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EE03FC is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 238 | 3 | 252 | - |
| CMYK | 0.06 | 0.99 | 0 | 0.01 |
| HSL | 296.63º | 0.98% | 0.5% | - |
| HSV(B) | 296.63º | 0.99% | 0.99% | - |
| XYZ | 52.86 | 25.27 | 94.19 | - |
| YUV | 101.65 | 212.86 | 225.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 3 | 252 | 0.06 | 0.99 | 0 | 0.01 | 296.63 | 0.98 | 0.5 |
| Hex | EE | 3 | FC | 6 | 63 | 0 | 1 | 129 | 62 | 32 |
| Octal | 356 | 3 | 374 | 6 | 143 | 0 | 1 | 451 | 142 | 62 |
| Binary | 11101110 | 11 | 11111100 | 110 | 1100011 | 0 | 1 | 100101001 | 1100010 | 110010 |
Color Harmonies of #EE03FC
Complementary color
Monochromatic Colors of #EE03FC
Black with #EE03FC
Text Example
Text Example
White with #EE03FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE03FC; }
p { color: rgb(238,3,252); }
H1.HeaderClassName
{
color: #EE03FC;
}
.AnyTagClassName
{
color: #EE03FC;
}
</style>
background-color css
<style>
a { background-color: #EE03FC; }
a { background-color: rgb(238,3,252); }
div.DivClassName
{
background-color: #EE03FC;
}
.BgClassName
{
background-color: #EE03FC;
}
</style>
border-color css
<style>
span { border-color: #EE03FC; }
span { border-color: rgb(238,3,252); }
td.TdClassName
{
border-color: #EE03FC;
}
.TagClassName
{
border-color: #EE03FC;
}
</style>