Shades of Magenta #EE0CE4
Tints of Magenta #EE0CE4
RGB
CMYK
RGB Variations
Color information
#EE0CE4 (or 0xEE0CE4) is known color: Magenta. HEX triplet: EE, 0C and E4. RGB value is (238,12,228). Sum of RGB (Red+Green+Blue) = 238+12+228=478 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.79% from 478); Green value is 12 (5.08% from 255 or 2.51% from 478); Blue value is 228 (89.45% from 255 or 47.70% from 478); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0CE4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE0CE4 is #11F31B. Grayscale: #676767. Windows color (decimal): -1176348 or 14945518. OLE color: 14945518.
HSL color Cylindrical-coordinate representation of color #EE0CE4: hue angle of 302.65º 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 #EE0CE4 is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 12 | 228 | - |
| CMYK | 0 | 0.95 | 0.04 | 0.07 |
| HSL | 302.65º | 0.9% | 0.49% | - |
| HSV(B) | 302.65º | 0.95% | 0.93% | - |
| XYZ | 49.39 | 24.04 | 75.44 | - |
| YUV | 104.2 | 197.87 | 223.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 12 | 228 | 0 | 0.95 | 0.04 | 0.07 | 302.65 | 0.9 | 0.49 |
| Hex | EE | C | E4 | 0 | 5F | 4 | 7 | 12F | 5A | 31 |
| Octal | 356 | 14 | 344 | 0 | 137 | 4 | 7 | 457 | 132 | 61 |
| Binary | 11101110 | 1100 | 11100100 | 0 | 1011111 | 100 | 111 | 100101111 | 1011010 | 110001 |
Color Harmonies of #EE0CE4
Complementary color
Monochromatic Colors of #EE0CE4
Black with #EE0CE4
Text Example
Text Example
White with #EE0CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0CE4; }
p { color: rgb(238,12,228); }
H1.HeaderClassName
{
color: #EE0CE4;
}
.AnyTagClassName
{
color: #EE0CE4;
}
</style>
background-color css
<style>
a { background-color: #EE0CE4; }
a { background-color: rgb(238,12,228); }
div.DivClassName
{
background-color: #EE0CE4;
}
.BgClassName
{
background-color: #EE0CE4;
}
</style>
border-color css
<style>
span { border-color: #EE0CE4; }
span { border-color: rgb(238,12,228); }
td.TdClassName
{
border-color: #EE0CE4;
}
.TagClassName
{
border-color: #EE0CE4;
}
</style>