Shades of Magenta #EE03F4
Tints of Magenta #EE03F4
RGB
CMYK
RGB Variations
Color information
#EE03F4 (or 0xEE03F4) is known color: Magenta. HEX triplet: EE, 03 and F4. RGB value is (238,3,244). Sum of RGB (Red+Green+Blue) = 238+3+244=485 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.07% from 485); Green value is 3 (1.56% from 255 or 0.62% from 485); Blue value is 244 (95.70% from 255 or 50.31% from 485); Max value from RGB is 244 - color contains mainly: blue. Hex color #EE03F4 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE03F4 is #11FC0B. Grayscale: #646464. Windows color (decimal): -1178636 or 15991790. OLE color: 15991790.
HSL color Cylindrical-coordinate representation of color #EE03F4: hue angle of 298.51º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EE03F4 is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 3 | 244 | - |
| CMYK | 0.02 | 0.99 | 0 | 0.04 |
| HSL | 298.51º | 0.98% | 0.48% | - |
| HSV(B) | 298.51º | 0.99% | 0.96% | - |
| XYZ | 51.62 | 24.77 | 87.65 | - |
| YUV | 100.74 | 208.86 | 225.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 3 | 244 | 0.02 | 0.99 | 0 | 0.04 | 298.51 | 0.98 | 0.48 |
| Hex | EE | 3 | F4 | 2 | 63 | 0 | 4 | 12B | 62 | 30 |
| Octal | 356 | 3 | 364 | 2 | 143 | 0 | 4 | 453 | 142 | 60 |
| Binary | 11101110 | 11 | 11110100 | 10 | 1100011 | 0 | 100 | 100101011 | 1100010 | 110000 |
Color Harmonies of #EE03F4
Complementary color
Monochromatic Colors of #EE03F4
Black with #EE03F4
Text Example
Text Example
White with #EE03F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE03F4; }
p { color: rgb(238,3,244); }
H1.HeaderClassName
{
color: #EE03F4;
}
.AnyTagClassName
{
color: #EE03F4;
}
</style>
background-color css
<style>
a { background-color: #EE03F4; }
a { background-color: rgb(238,3,244); }
div.DivClassName
{
background-color: #EE03F4;
}
.BgClassName
{
background-color: #EE03F4;
}
</style>
border-color css
<style>
span { border-color: #EE03F4; }
span { border-color: rgb(238,3,244); }
td.TdClassName
{
border-color: #EE03F4;
}
.TagClassName
{
border-color: #EE03F4;
}
</style>