Shades of Magenta #EE03E4
Tints of Magenta #EE03E4
RGB
CMYK
RGB Variations
Color information
#EE03E4 (or 0xEE03E4) is known color: Magenta. HEX triplet: EE, 03 and E4. RGB value is (238,3,228). Sum of RGB (Red+Green+Blue) = 238+3+228=469 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.75% from 469); Green value is 3 (1.56% from 255 or 0.64% from 469); Blue value is 228 (89.45% from 255 or 48.61% from 469); Max value from RGB is 238 - color contains mainly: red. Hex color #EE03E4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE03E4 is #11FC1B. Grayscale: #626262. Windows color (decimal): -1178652 or 14943214. OLE color: 14943214.
HSL color Cylindrical-coordinate representation of color #EE03E4: hue angle of 302.55º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EE03E4 is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 3 | 228 | - |
| CMYK | 0 | 0.99 | 0.04 | 0.07 |
| HSL | 302.55º | 0.98% | 0.47% | - |
| HSV(B) | 302.55º | 0.99% | 0.93% | - |
| XYZ | 49.3 | 23.84 | 75.4 | - |
| YUV | 98.92 | 200.86 | 227.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 3 | 228 | 0 | 0.99 | 0.04 | 0.07 | 302.55 | 0.98 | 0.47 |
| Hex | EE | 3 | E4 | 0 | 63 | 4 | 7 | 12F | 62 | 2F |
| Octal | 356 | 3 | 344 | 0 | 143 | 4 | 7 | 457 | 142 | 57 |
| Binary | 11101110 | 11 | 11100100 | 0 | 1100011 | 100 | 111 | 100101111 | 1100010 | 101111 |
Color Harmonies of #EE03E4
Complementary color
Monochromatic Colors of #EE03E4
Black with #EE03E4
Text Example
Text Example
White with #EE03E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE03E4; }
p { color: rgb(238,3,228); }
H1.HeaderClassName
{
color: #EE03E4;
}
.AnyTagClassName
{
color: #EE03E4;
}
</style>
background-color css
<style>
a { background-color: #EE03E4; }
a { background-color: rgb(238,3,228); }
div.DivClassName
{
background-color: #EE03E4;
}
.BgClassName
{
background-color: #EE03E4;
}
</style>
border-color css
<style>
span { border-color: #EE03E4; }
span { border-color: rgb(238,3,228); }
td.TdClassName
{
border-color: #EE03E4;
}
.TagClassName
{
border-color: #EE03E4;
}
</style>