Shades of Magenta #EE1FFB
Tints of Magenta #EE1FFB
RGB
CMYK
RGB Variations
Color information
#EE1FFB (or 0xEE1FFB) is known color: Magenta. HEX triplet: EE, 1F and FB. RGB value is (238,31,251). Sum of RGB (Red+Green+Blue) = 238+31+251=520 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.77% from 520); Green value is 31 (12.5% from 255 or 5.96% from 520); Blue value is 251 (98.44% from 255 or 48.27% from 520); Max value from RGB is 251 - color contains mainly: blue. Hex color #EE1FFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE1FFB is #11E004. Grayscale: #757575. Windows color (decimal): -1171461 or 16457710. OLE color: 16457710.
HSL color Cylindrical-coordinate representation of color #EE1FFB: hue angle of 296.45º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EE1FFB is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 31 | 251 | - |
| CMYK | 0.05 | 0.88 | 0 | 0.02 |
| HSL | 296.45º | 0.96% | 0.55% | - |
| HSV(B) | 296.45º | 0.88% | 0.98% | - |
| XYZ | 53.16 | 26.12 | 93.51 | - |
| YUV | 117.97 | 203.08 | 213.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 31 | 251 | 0.05 | 0.88 | 0 | 0.02 | 296.45 | 0.96 | 0.55 |
| Hex | EE | 1F | FB | 5 | 58 | 0 | 2 | 128 | 60 | 37 |
| Octal | 356 | 37 | 373 | 5 | 130 | 0 | 2 | 450 | 140 | 67 |
| Binary | 11101110 | 11111 | 11111011 | 101 | 1011000 | 0 | 10 | 100101000 | 1100000 | 110111 |
Color Harmonies of #EE1FFB
Complementary color
Monochromatic Colors of #EE1FFB
Black with #EE1FFB
Text Example
Text Example
White with #EE1FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1FFB; }
p { color: rgb(238,31,251); }
H1.HeaderClassName
{
color: #EE1FFB;
}
.AnyTagClassName
{
color: #EE1FFB;
}
</style>
background-color css
<style>
a { background-color: #EE1FFB; }
a { background-color: rgb(238,31,251); }
div.DivClassName
{
background-color: #EE1FFB;
}
.BgClassName
{
background-color: #EE1FFB;
}
</style>
border-color css
<style>
span { border-color: #EE1FFB; }
span { border-color: rgb(238,31,251); }
td.TdClassName
{
border-color: #EE1FFB;
}
.TagClassName
{
border-color: #EE1FFB;
}
</style>