Shades of Magenta #EE03F2
Tints of Magenta #EE03F2
RGB
CMYK
RGB Variations
Color information
#EE03F2 (or 0xEE03F2) is known color: Magenta. HEX triplet: EE, 03 and F2. RGB value is (238,3,242). Sum of RGB (Red+Green+Blue) = 238+3+242=483 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.28% from 483); Green value is 3 (1.56% from 255 or 0.62% from 483); Blue value is 242 (94.92% from 255 or 50.10% from 483); Max value from RGB is 242 - color contains mainly: blue. Hex color #EE03F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE03F2 is #11FC0D. Grayscale: #636363. Windows color (decimal): -1178638 or 15860718. OLE color: 15860718.
HSL color Cylindrical-coordinate representation of color #EE03F2: hue angle of 299º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EE03F2 is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 3 | 242 | - |
| CMYK | 0.02 | 0.99 | 0 | 0.05 |
| HSL | 299º | 0.98% | 0.48% | - |
| HSV(B) | 299º | 0.99% | 0.95% | - |
| XYZ | 51.32 | 24.65 | 86.06 | - |
| YUV | 100.51 | 207.86 | 226.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 3 | 242 | 0.02 | 0.99 | 0 | 0.05 | 299 | 0.98 | 0.48 |
| Hex | EE | 3 | F2 | 2 | 63 | 0 | 5 | 12B | 62 | 30 |
| Octal | 356 | 3 | 362 | 2 | 143 | 0 | 5 | 453 | 142 | 60 |
| Binary | 11101110 | 11 | 11110010 | 10 | 1100011 | 0 | 101 | 100101011 | 1100010 | 110000 |
Color Harmonies of #EE03F2
Complementary color
Monochromatic Colors of #EE03F2
Black with #EE03F2
Text Example
Text Example
White with #EE03F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE03F2; }
p { color: rgb(238,3,242); }
H1.HeaderClassName
{
color: #EE03F2;
}
.AnyTagClassName
{
color: #EE03F2;
}
</style>
background-color css
<style>
a { background-color: #EE03F2; }
a { background-color: rgb(238,3,242); }
div.DivClassName
{
background-color: #EE03F2;
}
.BgClassName
{
background-color: #EE03F2;
}
</style>
border-color css
<style>
span { border-color: #EE03F2; }
span { border-color: rgb(238,3,242); }
td.TdClassName
{
border-color: #EE03F2;
}
.TagClassName
{
border-color: #EE03F2;
}
</style>