Shades of Magenta #EE1BFC
Tints of Magenta #EE1BFC
RGB
CMYK
RGB Variations
Color information
#EE1BFC (or 0xEE1BFC) is known color: Magenta. HEX triplet: EE, 1B and FC. RGB value is (238,27,252). Sum of RGB (Red+Green+Blue) = 238+27+252=517 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.03% from 517); Green value is 27 (10.94% from 255 or 5.22% from 517); Blue value is 252 (98.83% from 255 or 48.74% from 517); Max value from RGB is 252 - color contains mainly: blue. Hex color #EE1BFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE1BFC is #11E403. Grayscale: #737373. Windows color (decimal): -1172484 or 16522222. OLE color: 16522222.
HSL color Cylindrical-coordinate representation of color #EE1BFC: hue angle of 296.27º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EE1BFC is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 238 | 27 | 252 | - |
| CMYK | 0.06 | 0.89 | 0 | 0.01 |
| HSL | 296.27º | 0.97% | 0.55% | - |
| HSV(B) | 296.27º | 0.89% | 0.99% | - |
| XYZ | 53.22 | 25.99 | 94.31 | - |
| YUV | 115.74 | 204.9 | 215.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 27 | 252 | 0.06 | 0.89 | 0 | 0.01 | 296.27 | 0.97 | 0.55 |
| Hex | EE | 1B | FC | 6 | 59 | 0 | 1 | 128 | 61 | 37 |
| Octal | 356 | 33 | 374 | 6 | 131 | 0 | 1 | 450 | 141 | 67 |
| Binary | 11101110 | 11011 | 11111100 | 110 | 1011001 | 0 | 1 | 100101000 | 1100001 | 110111 |
Color Harmonies of #EE1BFC
Complementary color
Monochromatic Colors of #EE1BFC
Black with #EE1BFC
Text Example
Text Example
White with #EE1BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1BFC; }
p { color: rgb(238,27,252); }
H1.HeaderClassName
{
color: #EE1BFC;
}
.AnyTagClassName
{
color: #EE1BFC;
}
</style>
background-color css
<style>
a { background-color: #EE1BFC; }
a { background-color: rgb(238,27,252); }
div.DivClassName
{
background-color: #EE1BFC;
}
.BgClassName
{
background-color: #EE1BFC;
}
</style>
border-color css
<style>
span { border-color: #EE1BFC; }
span { border-color: rgb(238,27,252); }
td.TdClassName
{
border-color: #EE1BFC;
}
.TagClassName
{
border-color: #EE1BFC;
}
</style>