Shades of Magenta #EE0BFE
Tints of Magenta #EE0BFE
RGB
CMYK
RGB Variations
Color information
#EE0BFE (or 0xEE0BFE) is known color: Magenta. HEX triplet: EE, 0B and FE. RGB value is (238,11,254). Sum of RGB (Red+Green+Blue) = 238+11+254=503 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.32% from 503); Green value is 11 (4.69% from 255 or 2.19% from 503); Blue value is 254 (99.61% from 255 or 50.50% from 503); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE0BFE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE0BFE is #11F401. Grayscale: #696969. Windows color (decimal): -1176578 or 16649198. OLE color: 16649198.
HSL color Cylindrical-coordinate representation of color #EE0BFE: hue angle of 296.05º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EE0BFE is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 11 | 254 | - |
| CMYK | 0.06 | 0.96 | 0 | 0.00 |
| HSL | 296.05º | 0.99% | 0.52% | - |
| HSV(B) | 296.05º | 0.96% | 1% | - |
| XYZ | 53.27 | 25.57 | 95.89 | - |
| YUV | 106.58 | 211.21 | 221.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 11 | 254 | 0.06 | 0.96 | 0 | 0.00 | 296.05 | 0.99 | 0.52 |
| Hex | EE | B | FE | 6 | 60 | 0 | 0 | 128 | 63 | 34 |
| Octal | 356 | 13 | 376 | 6 | 140 | 0 | 0 | 450 | 143 | 64 |
| Binary | 11101110 | 1011 | 11111110 | 110 | 1100000 | 0 | 0 | 100101000 | 1100011 | 110100 |
Color Harmonies of #EE0BFE
Complementary color
Monochromatic Colors of #EE0BFE
Black with #EE0BFE
Text Example
Text Example
White with #EE0BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0BFE; }
p { color: rgb(238,11,254); }
H1.HeaderClassName
{
color: #EE0BFE;
}
.AnyTagClassName
{
color: #EE0BFE;
}
</style>
background-color css
<style>
a { background-color: #EE0BFE; }
a { background-color: rgb(238,11,254); }
div.DivClassName
{
background-color: #EE0BFE;
}
.BgClassName
{
background-color: #EE0BFE;
}
</style>
border-color css
<style>
span { border-color: #EE0BFE; }
span { border-color: rgb(238,11,254); }
td.TdClassName
{
border-color: #EE0BFE;
}
.TagClassName
{
border-color: #EE0BFE;
}
</style>