Shades of Magenta #EE0BE8
Tints of Magenta #EE0BE8
RGB
CMYK
RGB Variations
Color information
#EE0BE8 (or 0xEE0BE8) is known color: Magenta. HEX triplet: EE, 0B and E8. RGB value is (238,11,232). Sum of RGB (Red+Green+Blue) = 238+11+232=481 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.48% from 481); Green value is 11 (4.69% from 255 or 2.29% from 481); Blue value is 232 (91.02% from 255 or 48.23% from 481); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0BE8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE0BE8 is #11F417. Grayscale: #676767. Windows color (decimal): -1176600 or 15207406. OLE color: 15207406.
HSL color Cylindrical-coordinate representation of color #EE0BE8: hue angle of 301.59º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EE0BE8 is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 11 | 232 | - |
| CMYK | 0 | 0.95 | 0.03 | 0.07 |
| HSL | 301.59º | 0.91% | 0.49% | - |
| HSV(B) | 301.59º | 0.95% | 0.93% | - |
| XYZ | 49.95 | 24.24 | 78.39 | - |
| YUV | 104.07 | 200.21 | 223.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 11 | 232 | 0 | 0.95 | 0.03 | 0.07 | 301.59 | 0.91 | 0.49 |
| Hex | EE | B | E8 | 0 | 5F | 3 | 7 | 12E | 5B | 31 |
| Octal | 356 | 13 | 350 | 0 | 137 | 3 | 7 | 456 | 133 | 61 |
| Binary | 11101110 | 1011 | 11101000 | 0 | 1011111 | 11 | 111 | 100101110 | 1011011 | 110001 |
Color Harmonies of #EE0BE8
Complementary color
Monochromatic Colors of #EE0BE8
Black with #EE0BE8
Text Example
Text Example
White with #EE0BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0BE8; }
p { color: rgb(238,11,232); }
H1.HeaderClassName
{
color: #EE0BE8;
}
.AnyTagClassName
{
color: #EE0BE8;
}
</style>
background-color css
<style>
a { background-color: #EE0BE8; }
a { background-color: rgb(238,11,232); }
div.DivClassName
{
background-color: #EE0BE8;
}
.BgClassName
{
background-color: #EE0BE8;
}
</style>
border-color css
<style>
span { border-color: #EE0BE8; }
span { border-color: rgb(238,11,232); }
td.TdClassName
{
border-color: #EE0BE8;
}
.TagClassName
{
border-color: #EE0BE8;
}
</style>