Shades of Magenta #EE0CE5
Tints of Magenta #EE0CE5
RGB
CMYK
RGB Variations
Color information
#EE0CE5 (or 0xEE0CE5) is known color: Magenta. HEX triplet: EE, 0C and E5. RGB value is (238,12,229). Sum of RGB (Red+Green+Blue) = 238+12+229=479 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.69% from 479); Green value is 12 (5.08% from 255 or 2.51% from 479); Blue value is 229 (89.84% from 255 or 47.81% from 479); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0CE5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE0CE5 is #11F31A. Grayscale: #676767. Windows color (decimal): -1176347 or 15011054. OLE color: 15011054.
HSL color Cylindrical-coordinate representation of color #EE0CE5: hue angle of 302.39º 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 #EE0CE5 is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 12 | 229 | - |
| CMYK | 0 | 0.95 | 0.04 | 0.07 |
| HSL | 302.39º | 0.9% | 0.49% | - |
| HSV(B) | 302.39º | 0.95% | 0.93% | - |
| XYZ | 49.53 | 24.1 | 76.17 | - |
| YUV | 104.31 | 198.37 | 223.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 12 | 229 | 0 | 0.95 | 0.04 | 0.07 | 302.39 | 0.9 | 0.49 |
| Hex | EE | C | E5 | 0 | 5F | 4 | 7 | 12E | 5A | 31 |
| Octal | 356 | 14 | 345 | 0 | 137 | 4 | 7 | 456 | 132 | 61 |
| Binary | 11101110 | 1100 | 11100101 | 0 | 1011111 | 100 | 111 | 100101110 | 1011010 | 110001 |
Color Harmonies of #EE0CE5
Complementary color
Monochromatic Colors of #EE0CE5
Black with #EE0CE5
Text Example
Text Example
White with #EE0CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0CE5; }
p { color: rgb(238,12,229); }
H1.HeaderClassName
{
color: #EE0CE5;
}
.AnyTagClassName
{
color: #EE0CE5;
}
</style>
background-color css
<style>
a { background-color: #EE0CE5; }
a { background-color: rgb(238,12,229); }
div.DivClassName
{
background-color: #EE0CE5;
}
.BgClassName
{
background-color: #EE0CE5;
}
</style>
border-color css
<style>
span { border-color: #EE0CE5; }
span { border-color: rgb(238,12,229); }
td.TdClassName
{
border-color: #EE0CE5;
}
.TagClassName
{
border-color: #EE0CE5;
}
</style>