Shades of Magenta #EE1AFB
Tints of Magenta #EE1AFB
RGB
CMYK
RGB Variations
Color information
#EE1AFB (or 0xEE1AFB) is known color: Magenta. HEX triplet: EE, 1A and FB. RGB value is (238,26,251). Sum of RGB (Red+Green+Blue) = 238+26+251=515 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.21% from 515); Green value is 26 (10.55% from 255 or 5.05% from 515); Blue value is 251 (98.44% from 255 or 48.74% from 515); Max value from RGB is 251 - color contains mainly: blue. Hex color #EE1AFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE1AFB is #11E504. Grayscale: #727272. Windows color (decimal): -1172741 or 16456430. OLE color: 16456430.
HSL color Cylindrical-coordinate representation of color #EE1AFB: hue angle of 296.53º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EE1AFB is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 26 | 251 | - |
| CMYK | 0.05 | 0.90 | 0 | 0.02 |
| HSL | 296.53º | 0.97% | 0.54% | - |
| HSV(B) | 296.53º | 0.9% | 0.98% | - |
| XYZ | 53.04 | 25.88 | 93.47 | - |
| YUV | 115.04 | 204.74 | 215.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 26 | 251 | 0.05 | 0.90 | 0 | 0.02 | 296.53 | 0.97 | 0.54 |
| Hex | EE | 1A | FB | 5 | 5A | 0 | 2 | 129 | 61 | 36 |
| Octal | 356 | 32 | 373 | 5 | 132 | 0 | 2 | 451 | 141 | 66 |
| Binary | 11101110 | 11010 | 11111011 | 101 | 1011010 | 0 | 10 | 100101001 | 1100001 | 110110 |
Color Harmonies of #EE1AFB
Complementary color
Monochromatic Colors of #EE1AFB
Black with #EE1AFB
Text Example
Text Example
White with #EE1AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1AFB; }
p { color: rgb(238,26,251); }
H1.HeaderClassName
{
color: #EE1AFB;
}
.AnyTagClassName
{
color: #EE1AFB;
}
</style>
background-color css
<style>
a { background-color: #EE1AFB; }
a { background-color: rgb(238,26,251); }
div.DivClassName
{
background-color: #EE1AFB;
}
.BgClassName
{
background-color: #EE1AFB;
}
</style>
border-color css
<style>
span { border-color: #EE1AFB; }
span { border-color: rgb(238,26,251); }
td.TdClassName
{
border-color: #EE1AFB;
}
.TagClassName
{
border-color: #EE1AFB;
}
</style>