Shades of Magenta #EE1DFB
Tints of Magenta #EE1DFB
RGB
CMYK
RGB Variations
Color information
#EE1DFB (or 0xEE1DFB) is known color: Magenta. HEX triplet: EE, 1D and FB. RGB value is (238,29,251). Sum of RGB (Red+Green+Blue) = 238+29+251=518 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.95% from 518); Green value is 29 (11.72% from 255 or 5.60% from 518); Blue value is 251 (98.44% from 255 or 48.46% from 518); Max value from RGB is 251 - color contains mainly: blue. Hex color #EE1DFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE1DFB is #11E204. Grayscale: #747474. Windows color (decimal): -1171973 or 16457198. OLE color: 16457198.
HSL color Cylindrical-coordinate representation of color #EE1DFB: hue angle of 296.49º degrees, saturation: 0.97, 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 #EE1DFB is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 29 | 251 | - |
| CMYK | 0.05 | 0.88 | 0 | 0.02 |
| HSL | 296.49º | 0.97% | 0.55% | - |
| HSV(B) | 296.49º | 0.88% | 0.98% | - |
| XYZ | 53.11 | 26.02 | 93.49 | - |
| YUV | 116.8 | 203.74 | 214.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 29 | 251 | 0.05 | 0.88 | 0 | 0.02 | 296.49 | 0.97 | 0.55 |
| Hex | EE | 1D | FB | 5 | 58 | 0 | 2 | 128 | 61 | 37 |
| Octal | 356 | 35 | 373 | 5 | 130 | 0 | 2 | 450 | 141 | 67 |
| Binary | 11101110 | 11101 | 11111011 | 101 | 1011000 | 0 | 10 | 100101000 | 1100001 | 110111 |
Color Harmonies of #EE1DFB
Complementary color
Monochromatic Colors of #EE1DFB
Black with #EE1DFB
Text Example
Text Example
White with #EE1DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1DFB; }
p { color: rgb(238,29,251); }
H1.HeaderClassName
{
color: #EE1DFB;
}
.AnyTagClassName
{
color: #EE1DFB;
}
</style>
background-color css
<style>
a { background-color: #EE1DFB; }
a { background-color: rgb(238,29,251); }
div.DivClassName
{
background-color: #EE1DFB;
}
.BgClassName
{
background-color: #EE1DFB;
}
</style>
border-color css
<style>
span { border-color: #EE1DFB; }
span { border-color: rgb(238,29,251); }
td.TdClassName
{
border-color: #EE1DFB;
}
.TagClassName
{
border-color: #EE1DFB;
}
</style>