Shades of Magenta #EE1BEF
Tints of Magenta #EE1BEF
RGB
CMYK
RGB Variations
Color information
#EE1BEF (or 0xEE1BEF) is known color: Magenta. HEX triplet: EE, 1B and EF. RGB value is (238,27,239). Sum of RGB (Red+Green+Blue) = 238+27+239=504 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.22% from 504); Green value is 27 (10.94% from 255 or 5.36% from 504); Blue value is 239 (93.75% from 255 or 47.42% from 504); Max value from RGB is 239 - color contains mainly: blue. Hex color #EE1BEF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE1BEF is #11E410. Grayscale: #717171. Windows color (decimal): -1172497 or 15670254. OLE color: 15670254.
HSL color Cylindrical-coordinate representation of color #EE1BEF: hue angle of 299.72º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EE1BEF is Cyan = 0.00, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 27 | 239 | - |
| CMYK | 0.00 | 0.89 | 0 | 0.06 |
| HSL | 299.72º | 0.87% | 0.52% | - |
| HSV(B) | 299.72º | 0.89% | 0.94% | - |
| XYZ | 51.23 | 25.19 | 83.82 | - |
| YUV | 114.26 | 198.4 | 216.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 27 | 239 | 0.00 | 0.89 | 0 | 0.06 | 299.72 | 0.87 | 0.52 |
| Hex | EE | 1B | EF | 0 | 59 | 0 | 6 | 12C | 57 | 34 |
| Octal | 356 | 33 | 357 | 0 | 131 | 0 | 6 | 454 | 127 | 64 |
| Binary | 11101110 | 11011 | 11101111 | 0 | 1011001 | 0 | 110 | 100101100 | 1010111 | 110100 |
Color Harmonies of #EE1BEF
Complementary color
Monochromatic Colors of #EE1BEF
Black with #EE1BEF
Text Example
Text Example
White with #EE1BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1BEF; }
p { color: rgb(238,27,239); }
H1.HeaderClassName
{
color: #EE1BEF;
}
.AnyTagClassName
{
color: #EE1BEF;
}
</style>
background-color css
<style>
a { background-color: #EE1BEF; }
a { background-color: rgb(238,27,239); }
div.DivClassName
{
background-color: #EE1BEF;
}
.BgClassName
{
background-color: #EE1BEF;
}
</style>
border-color css
<style>
span { border-color: #EE1BEF; }
span { border-color: rgb(238,27,239); }
td.TdClassName
{
border-color: #EE1BEF;
}
.TagClassName
{
border-color: #EE1BEF;
}
</style>