Shades of Magenta #EE0BE5
Tints of Magenta #EE0BE5
RGB
CMYK
RGB Variations
Color information
#EE0BE5 (or 0xEE0BE5) is known color: Magenta. HEX triplet: EE, 0B and E5. RGB value is (238,11,229). Sum of RGB (Red+Green+Blue) = 238+11+229=478 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.79% from 478); Green value is 11 (4.69% from 255 or 2.30% from 478); Blue value is 229 (89.84% from 255 or 47.91% from 478); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0BE5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE0BE5 is #11F41A. Grayscale: #676767. Windows color (decimal): -1176603 or 15010798. OLE color: 15010798.
HSL color Cylindrical-coordinate representation of color #EE0BE5: hue angle of 302.38º 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 #EE0BE5 is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 11 | 229 | - |
| CMYK | 0 | 0.95 | 0.04 | 0.07 |
| HSL | 302.38º | 0.91% | 0.49% | - |
| HSV(B) | 302.38º | 0.95% | 0.93% | - |
| XYZ | 49.52 | 24.07 | 76.17 | - |
| YUV | 103.73 | 198.71 | 223.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 11 | 229 | 0 | 0.95 | 0.04 | 0.07 | 302.38 | 0.91 | 0.49 |
| Hex | EE | B | E5 | 0 | 5F | 4 | 7 | 12E | 5B | 31 |
| Octal | 356 | 13 | 345 | 0 | 137 | 4 | 7 | 456 | 133 | 61 |
| Binary | 11101110 | 1011 | 11100101 | 0 | 1011111 | 100 | 111 | 100101110 | 1011011 | 110001 |
Color Harmonies of #EE0BE5
Complementary color
Monochromatic Colors of #EE0BE5
Black with #EE0BE5
Text Example
Text Example
White with #EE0BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0BE5; }
p { color: rgb(238,11,229); }
H1.HeaderClassName
{
color: #EE0BE5;
}
.AnyTagClassName
{
color: #EE0BE5;
}
</style>
background-color css
<style>
a { background-color: #EE0BE5; }
a { background-color: rgb(238,11,229); }
div.DivClassName
{
background-color: #EE0BE5;
}
.BgClassName
{
background-color: #EE0BE5;
}
</style>
border-color css
<style>
span { border-color: #EE0BE5; }
span { border-color: rgb(238,11,229); }
td.TdClassName
{
border-color: #EE0BE5;
}
.TagClassName
{
border-color: #EE0BE5;
}
</style>