Shades of Magenta #EE2AF6
Tints of Magenta #EE2AF6
RGB
CMYK
RGB Variations
Color information
#EE2AF6 (or 0xEE2AF6) is known color: Magenta. HEX triplet: EE, 2A and F6. RGB value is (238,42,246). Sum of RGB (Red+Green+Blue) = 238+42+246=526 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.25% from 526); Green value is 42 (16.80% from 255 or 7.98% from 526); Blue value is 246 (96.48% from 255 or 46.77% from 526); Max value from RGB is 246 - color contains mainly: blue. Hex color #EE2AF6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE2AF6 is #11D509. Grayscale: #7B7B7B. Windows color (decimal): -1168650 or 16132846. OLE color: 16132846.
HSL color Cylindrical-coordinate representation of color #EE2AF6: hue angle of 297.65º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EE2AF6 is Cyan = 0.03, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 42 | 246 | - |
| CMYK | 0.03 | 0.83 | 0 | 0.04 |
| HSL | 297.65º | 0.92% | 0.56% | - |
| HSV(B) | 297.65º | 0.83% | 0.96% | - |
| XYZ | 52.72 | 26.49 | 89.52 | - |
| YUV | 123.86 | 196.93 | 209.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 42 | 246 | 0.03 | 0.83 | 0 | 0.04 | 297.65 | 0.92 | 0.56 |
| Hex | EE | 2A | F6 | 3 | 53 | 0 | 4 | 12A | 5C | 38 |
| Octal | 356 | 52 | 366 | 3 | 123 | 0 | 4 | 452 | 134 | 70 |
| Binary | 11101110 | 101010 | 11110110 | 11 | 1010011 | 0 | 100 | 100101010 | 1011100 | 111000 |
Color Harmonies of #EE2AF6
Complementary color
Monochromatic Colors of #EE2AF6
Black with #EE2AF6
Text Example
Text Example
White with #EE2AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2AF6; }
p { color: rgb(238,42,246); }
H1.HeaderClassName
{
color: #EE2AF6;
}
.AnyTagClassName
{
color: #EE2AF6;
}
</style>
background-color css
<style>
a { background-color: #EE2AF6; }
a { background-color: rgb(238,42,246); }
div.DivClassName
{
background-color: #EE2AF6;
}
.BgClassName
{
background-color: #EE2AF6;
}
</style>
border-color css
<style>
span { border-color: #EE2AF6; }
span { border-color: rgb(238,42,246); }
td.TdClassName
{
border-color: #EE2AF6;
}
.TagClassName
{
border-color: #EE2AF6;
}
</style>