Shades of Magenta #EE1BFA
Tints of Magenta #EE1BFA
RGB
CMYK
RGB Variations
Color information
#EE1BFA (or 0xEE1BFA) is known color: Magenta. HEX triplet: EE, 1B and FA. RGB value is (238,27,250). Sum of RGB (Red+Green+Blue) = 238+27+250=515 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.21% from 515); Green value is 27 (10.94% from 255 or 5.24% from 515); Blue value is 250 (98.05% from 255 or 48.54% from 515); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE1BFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE1BFA is #11E405. Grayscale: #727272. Windows color (decimal): -1172486 or 16391150. OLE color: 16391150.
HSL color Cylindrical-coordinate representation of color #EE1BFA: hue angle of 296.77º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EE1BFA is Cyan = 0.05, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 27 | 250 | - |
| CMYK | 0.05 | 0.89 | 0 | 0.02 |
| HSL | 296.77º | 0.96% | 0.54% | - |
| HSV(B) | 296.77º | 0.89% | 0.98% | - |
| XYZ | 52.91 | 25.86 | 92.65 | - |
| YUV | 115.51 | 203.9 | 215.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 27 | 250 | 0.05 | 0.89 | 0 | 0.02 | 296.77 | 0.96 | 0.54 |
| Hex | EE | 1B | FA | 5 | 59 | 0 | 2 | 129 | 60 | 36 |
| Octal | 356 | 33 | 372 | 5 | 131 | 0 | 2 | 451 | 140 | 66 |
| Binary | 11101110 | 11011 | 11111010 | 101 | 1011001 | 0 | 10 | 100101001 | 1100000 | 110110 |
Color Harmonies of #EE1BFA
Complementary color
Monochromatic Colors of #EE1BFA
Black with #EE1BFA
Text Example
Text Example
White with #EE1BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1BFA; }
p { color: rgb(238,27,250); }
H1.HeaderClassName
{
color: #EE1BFA;
}
.AnyTagClassName
{
color: #EE1BFA;
}
</style>
background-color css
<style>
a { background-color: #EE1BFA; }
a { background-color: rgb(238,27,250); }
div.DivClassName
{
background-color: #EE1BFA;
}
.BgClassName
{
background-color: #EE1BFA;
}
</style>
border-color css
<style>
span { border-color: #EE1BFA; }
span { border-color: rgb(238,27,250); }
td.TdClassName
{
border-color: #EE1BFA;
}
.TagClassName
{
border-color: #EE1BFA;
}
</style>