Shades of Magenta #EE2DF4
Tints of Magenta #EE2DF4
RGB
CMYK
RGB Variations
Color information
#EE2DF4 (or 0xEE2DF4) is known color: Magenta. HEX triplet: EE, 2D and F4. RGB value is (238,45,244). Sum of RGB (Red+Green+Blue) = 238+45+244=527 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.16% from 527); Green value is 45 (17.97% from 255 or 8.54% from 527); Blue value is 244 (95.70% from 255 or 46.30% from 527); Max value from RGB is 244 - color contains mainly: blue. Hex color #EE2DF4 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE2DF4 is #11D20B. Grayscale: #7C7C7C. Windows color (decimal): -1167884 or 16002542. OLE color: 16002542.
HSL color Cylindrical-coordinate representation of color #EE2DF4: hue angle of 298.19º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EE2DF4 is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 45 | 244 | - |
| CMYK | 0.02 | 0.82 | 0 | 0.04 |
| HSL | 298.19º | 0.9% | 0.57% | - |
| HSV(B) | 298.19º | 0.82% | 0.96% | - |
| XYZ | 52.53 | 26.59 | 87.95 | - |
| YUV | 125.39 | 194.94 | 208.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 45 | 244 | 0.02 | 0.82 | 0 | 0.04 | 298.19 | 0.9 | 0.57 |
| Hex | EE | 2D | F4 | 2 | 52 | 0 | 4 | 12A | 5A | 39 |
| Octal | 356 | 55 | 364 | 2 | 122 | 0 | 4 | 452 | 132 | 71 |
| Binary | 11101110 | 101101 | 11110100 | 10 | 1010010 | 0 | 100 | 100101010 | 1011010 | 111001 |
Color Harmonies of #EE2DF4
Complementary color
Monochromatic Colors of #EE2DF4
Black with #EE2DF4
Text Example
Text Example
White with #EE2DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2DF4; }
p { color: rgb(238,45,244); }
H1.HeaderClassName
{
color: #EE2DF4;
}
.AnyTagClassName
{
color: #EE2DF4;
}
</style>
background-color css
<style>
a { background-color: #EE2DF4; }
a { background-color: rgb(238,45,244); }
div.DivClassName
{
background-color: #EE2DF4;
}
.BgClassName
{
background-color: #EE2DF4;
}
</style>
border-color css
<style>
span { border-color: #EE2DF4; }
span { border-color: rgb(238,45,244); }
td.TdClassName
{
border-color: #EE2DF4;
}
.TagClassName
{
border-color: #EE2DF4;
}
</style>