Shades of Magenta #EE1EF4
Tints of Magenta #EE1EF4
RGB
CMYK
RGB Variations
Color information
#EE1EF4 (or 0xEE1EF4) is known color: Magenta. HEX triplet: EE, 1E and F4. RGB value is (238,30,244). Sum of RGB (Red+Green+Blue) = 238+30+244=512 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.48% from 512); Green value is 30 (12.11% from 255 or 5.86% from 512); Blue value is 244 (95.70% from 255 or 47.66% from 512); Max value from RGB is 244 - color contains mainly: blue. Hex color #EE1EF4 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE1EF4 is #11E10B. Grayscale: #737373. Windows color (decimal): -1171724 or 15998702. OLE color: 15998702.
HSL color Cylindrical-coordinate representation of color #EE1EF4: hue angle of 298.32º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EE1EF4 is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 30 | 244 | - |
| CMYK | 0.02 | 0.88 | 0 | 0.04 |
| HSL | 298.32º | 0.91% | 0.54% | - |
| HSV(B) | 298.32º | 0.88% | 0.96% | - |
| XYZ | 52.05 | 25.64 | 87.79 | - |
| YUV | 116.59 | 199.91 | 214.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 30 | 244 | 0.02 | 0.88 | 0 | 0.04 | 298.32 | 0.91 | 0.54 |
| Hex | EE | 1E | F4 | 2 | 58 | 0 | 4 | 12A | 5B | 36 |
| Octal | 356 | 36 | 364 | 2 | 130 | 0 | 4 | 452 | 133 | 66 |
| Binary | 11101110 | 11110 | 11110100 | 10 | 1011000 | 0 | 100 | 100101010 | 1011011 | 110110 |
Color Harmonies of #EE1EF4
Complementary color
Monochromatic Colors of #EE1EF4
Black with #EE1EF4
Text Example
Text Example
White with #EE1EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1EF4; }
p { color: rgb(238,30,244); }
H1.HeaderClassName
{
color: #EE1EF4;
}
.AnyTagClassName
{
color: #EE1EF4;
}
</style>
background-color css
<style>
a { background-color: #EE1EF4; }
a { background-color: rgb(238,30,244); }
div.DivClassName
{
background-color: #EE1EF4;
}
.BgClassName
{
background-color: #EE1EF4;
}
</style>
border-color css
<style>
span { border-color: #EE1EF4; }
span { border-color: rgb(238,30,244); }
td.TdClassName
{
border-color: #EE1EF4;
}
.TagClassName
{
border-color: #EE1EF4;
}
</style>