Shades of Magenta #EE02EF
Tints of Magenta #EE02EF
RGB
CMYK
RGB Variations
Color information
#EE02EF (or 0xEE02EF) is known color: Magenta. HEX triplet: EE, 02 and EF. RGB value is (238,2,239). Sum of RGB (Red+Green+Blue) = 238+2+239=479 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.69% from 479); Green value is 2 (1.17% from 255 or 0.42% from 479); Blue value is 239 (93.75% from 255 or 49.90% from 479); Max value from RGB is 239 - color contains mainly: blue. Hex color #EE02EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE02EF is #11FD10. Grayscale: #626262. Windows color (decimal): -1178897 or 15663854. OLE color: 15663854.
HSL color Cylindrical-coordinate representation of color #EE02EF: hue angle of 299.75º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EE02EF is Cyan = 0.00, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 2 | 239 | - |
| CMYK | 0.00 | 0.99 | 0 | 0.06 |
| HSL | 299.75º | 0.98% | 0.47% | - |
| HSV(B) | 299.75º | 0.99% | 0.94% | - |
| XYZ | 50.86 | 24.45 | 83.7 | - |
| YUV | 99.58 | 206.69 | 226.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 2 | 239 | 0.00 | 0.99 | 0 | 0.06 | 299.75 | 0.98 | 0.47 |
| Hex | EE | 2 | EF | 0 | 63 | 0 | 6 | 12C | 62 | 2F |
| Octal | 356 | 2 | 357 | 0 | 143 | 0 | 6 | 454 | 142 | 57 |
| Binary | 11101110 | 10 | 11101111 | 0 | 1100011 | 0 | 110 | 100101100 | 1100010 | 101111 |
Color Harmonies of #EE02EF
Complementary color
Monochromatic Colors of #EE02EF
Black with #EE02EF
Text Example
Text Example
White with #EE02EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE02EF; }
p { color: rgb(238,2,239); }
H1.HeaderClassName
{
color: #EE02EF;
}
.AnyTagClassName
{
color: #EE02EF;
}
</style>
background-color css
<style>
a { background-color: #EE02EF; }
a { background-color: rgb(238,2,239); }
div.DivClassName
{
background-color: #EE02EF;
}
.BgClassName
{
background-color: #EE02EF;
}
</style>
border-color css
<style>
span { border-color: #EE02EF; }
span { border-color: rgb(238,2,239); }
td.TdClassName
{
border-color: #EE02EF;
}
.TagClassName
{
border-color: #EE02EF;
}
</style>