Shades of Magenta #EE2EF8
Tints of Magenta #EE2EF8
RGB
CMYK
RGB Variations
Color information
#EE2EF8 (or 0xEE2EF8) is known color: Magenta. HEX triplet: EE, 2E and F8. RGB value is (238,46,248). Sum of RGB (Red+Green+Blue) = 238+46+248=532 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.74% from 532); Green value is 46 (18.36% from 255 or 8.65% from 532); Blue value is 248 (97.27% from 255 or 46.62% from 532); Max value from RGB is 248 - color contains mainly: blue. Hex color #EE2EF8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE2EF8 is #11D107. Grayscale: #7D7D7D. Windows color (decimal): -1167624 or 16264942. OLE color: 16264942.
HSL color Cylindrical-coordinate representation of color #EE2EF8: hue angle of 297.03º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EE2EF8 is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 238 | 46 | 248 | - |
| CMYK | 0.04 | 0.81 | 0 | 0.03 |
| HSL | 297.03º | 0.94% | 0.58% | - |
| HSV(B) | 297.03º | 0.81% | 0.97% | - |
| XYZ | 53.18 | 26.91 | 91.2 | - |
| YUV | 126.44 | 196.61 | 207.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 46 | 248 | 0.04 | 0.81 | 0 | 0.03 | 297.03 | 0.94 | 0.58 |
| Hex | EE | 2E | F8 | 4 | 51 | 0 | 3 | 129 | 5E | 3A |
| Octal | 356 | 56 | 370 | 4 | 121 | 0 | 3 | 451 | 136 | 72 |
| Binary | 11101110 | 101110 | 11111000 | 100 | 1010001 | 0 | 11 | 100101001 | 1011110 | 111010 |
Color Harmonies of #EE2EF8
Complementary color
Monochromatic Colors of #EE2EF8
Black with #EE2EF8
Text Example
Text Example
White with #EE2EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2EF8; }
p { color: rgb(238,46,248); }
H1.HeaderClassName
{
color: #EE2EF8;
}
.AnyTagClassName
{
color: #EE2EF8;
}
</style>
background-color css
<style>
a { background-color: #EE2EF8; }
a { background-color: rgb(238,46,248); }
div.DivClassName
{
background-color: #EE2EF8;
}
.BgClassName
{
background-color: #EE2EF8;
}
</style>
border-color css
<style>
span { border-color: #EE2EF8; }
span { border-color: rgb(238,46,248); }
td.TdClassName
{
border-color: #EE2EF8;
}
.TagClassName
{
border-color: #EE2EF8;
}
</style>