Shades of Magenta #FF0EEB
Tints of Magenta #FF0EEB
RGB
CMYK
RGB Variations
Color information
#FF0EEB (or 0xFF0EEB) is known color: Magenta. HEX triplet: FF, 0E and EB. RGB value is (255,14,235). Sum of RGB (Red+Green+Blue) = 255+14+235=504 (66% of max value = 765). Red value is 255 (100% from 255 or 50.60% from 504); Green value is 14 (5.86% from 255 or 2.78% from 504); Blue value is 235 (92.19% from 255 or 46.63% from 504); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0EEB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF0EEB is #00F114. Grayscale: #6E6E6E. Windows color (decimal): -61717 or 15404799. OLE color: 15404799.
HSL color Cylindrical-coordinate representation of color #FF0EEB: hue angle of 304.98º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF0EEB is Cyan = 0, Magento = 0.95, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 14 | 235 | - |
| CMYK | 0 | 0.95 | 0.08 | 0 |
| HSL | 304.98º | 1% | 0.53% | - |
| HSV(B) | 304.98º | 0.95% | 1% | - |
| XYZ | 56.39 | 27.57 | 80.95 | - |
| YUV | 111.25 | 197.84 | 230.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 14 | 235 | 0 | 0.95 | 0.08 | 0 | 304.98 | 1 | 0.53 |
| Hex | FF | E | EB | 0 | 5F | 8 | 0 | 131 | 64 | 35 |
| Octal | 377 | 16 | 353 | 0 | 137 | 10 | 0 | 461 | 144 | 65 |
| Binary | 11111111 | 1110 | 11101011 | 0 | 1011111 | 1000 | 0 | 100110001 | 1100100 | 110101 |
Color Harmonies of #FF0EEB
Complementary color
Monochromatic Colors of #FF0EEB
Black with #FF0EEB
Text Example
Text Example
White with #FF0EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0EEB; }
p { color: rgb(255,14,235); }
H1.HeaderClassName
{
color: #FF0EEB;
}
.AnyTagClassName
{
color: #FF0EEB;
}
</style>
background-color css
<style>
a { background-color: #FF0EEB; }
a { background-color: rgb(255,14,235); }
div.DivClassName
{
background-color: #FF0EEB;
}
.BgClassName
{
background-color: #FF0EEB;
}
</style>
border-color css
<style>
span { border-color: #FF0EEB; }
span { border-color: rgb(255,14,235); }
td.TdClassName
{
border-color: #FF0EEB;
}
.TagClassName
{
border-color: #FF0EEB;
}
</style>