Shades of Magenta #EE0CEB
Tints of Magenta #EE0CEB
RGB
CMYK
RGB Variations
Color information
#EE0CEB (or 0xEE0CEB) is known color: Magenta. HEX triplet: EE, 0C and EB. RGB value is (238,12,235). Sum of RGB (Red+Green+Blue) = 238+12+235=485 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.07% from 485); Green value is 12 (5.08% from 255 or 2.47% from 485); Blue value is 235 (92.19% from 255 or 48.45% from 485); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0CEB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE0CEB is #11F314. Grayscale: #686868. Windows color (decimal): -1176341 or 15404270. OLE color: 15404270.
HSL color Cylindrical-coordinate representation of color #EE0CEB: hue angle of 300.8º degrees, saturation: 0.9, 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 #EE0CEB is Cyan = 0, Magento = 0.95, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 12 | 235 | - |
| CMYK | 0 | 0.95 | 0.01 | 0.07 |
| HSL | 300.8º | 0.9% | 0.49% | - |
| HSV(B) | 300.8º | 0.95% | 0.93% | - |
| XYZ | 50.39 | 24.44 | 80.66 | - |
| YUV | 105 | 201.37 | 222.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 12 | 235 | 0 | 0.95 | 0.01 | 0.07 | 300.8 | 0.9 | 0.49 |
| Hex | EE | C | EB | 0 | 5F | 1 | 7 | 12D | 5A | 31 |
| Octal | 356 | 14 | 353 | 0 | 137 | 1 | 7 | 455 | 132 | 61 |
| Binary | 11101110 | 1100 | 11101011 | 0 | 1011111 | 1 | 111 | 100101101 | 1011010 | 110001 |
Color Harmonies of #EE0CEB
Complementary color
Monochromatic Colors of #EE0CEB
Black with #EE0CEB
Text Example
Text Example
White with #EE0CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0CEB; }
p { color: rgb(238,12,235); }
H1.HeaderClassName
{
color: #EE0CEB;
}
.AnyTagClassName
{
color: #EE0CEB;
}
</style>
background-color css
<style>
a { background-color: #EE0CEB; }
a { background-color: rgb(238,12,235); }
div.DivClassName
{
background-color: #EE0CEB;
}
.BgClassName
{
background-color: #EE0CEB;
}
</style>
border-color css
<style>
span { border-color: #EE0CEB; }
span { border-color: rgb(238,12,235); }
td.TdClassName
{
border-color: #EE0CEB;
}
.TagClassName
{
border-color: #EE0CEB;
}
</style>