Shades of Magenta #EE0BFC
Tints of Magenta #EE0BFC
RGB
CMYK
RGB Variations
Color information
#EE0BFC (or 0xEE0BFC) is known color: Magenta. HEX triplet: EE, 0B and FC. RGB value is (238,11,252). Sum of RGB (Red+Green+Blue) = 238+11+252=501 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.50% from 501); Green value is 11 (4.69% from 255 or 2.20% from 501); Blue value is 252 (98.83% from 255 or 50.30% from 501); Max value from RGB is 252 - color contains mainly: blue. Hex color #EE0BFC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE0BFC is #11F403. Grayscale: #696969. Windows color (decimal): -1176580 or 16518126. OLE color: 16518126.
HSL color Cylindrical-coordinate representation of color #EE0BFC: hue angle of 296.51º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EE0BFC is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 238 | 11 | 252 | - |
| CMYK | 0.06 | 0.96 | 0 | 0.01 |
| HSL | 296.51º | 0.98% | 0.52% | - |
| HSV(B) | 296.51º | 0.96% | 0.99% | - |
| XYZ | 52.95 | 25.44 | 94.22 | - |
| YUV | 106.35 | 210.21 | 221.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 11 | 252 | 0.06 | 0.96 | 0 | 0.01 | 296.51 | 0.98 | 0.52 |
| Hex | EE | B | FC | 6 | 60 | 0 | 1 | 129 | 62 | 34 |
| Octal | 356 | 13 | 374 | 6 | 140 | 0 | 1 | 451 | 142 | 64 |
| Binary | 11101110 | 1011 | 11111100 | 110 | 1100000 | 0 | 1 | 100101001 | 1100010 | 110100 |
Color Harmonies of #EE0BFC
Complementary color
Monochromatic Colors of #EE0BFC
Black with #EE0BFC
Text Example
Text Example
White with #EE0BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0BFC; }
p { color: rgb(238,11,252); }
H1.HeaderClassName
{
color: #EE0BFC;
}
.AnyTagClassName
{
color: #EE0BFC;
}
</style>
background-color css
<style>
a { background-color: #EE0BFC; }
a { background-color: rgb(238,11,252); }
div.DivClassName
{
background-color: #EE0BFC;
}
.BgClassName
{
background-color: #EE0BFC;
}
</style>
border-color css
<style>
span { border-color: #EE0BFC; }
span { border-color: rgb(238,11,252); }
td.TdClassName
{
border-color: #EE0BFC;
}
.TagClassName
{
border-color: #EE0BFC;
}
</style>