Shades of Magenta #EE0CFA
Tints of Magenta #EE0CFA
RGB
CMYK
RGB Variations
Color information
#EE0CFA (or 0xEE0CFA) is known color: Magenta. HEX triplet: EE, 0C and FA. RGB value is (238,12,250). Sum of RGB (Red+Green+Blue) = 238+12+250=500 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.6% from 500); Green value is 12 (5.08% from 255 or 2.4% from 500); Blue value is 250 (98.05% from 255 or 50% from 500); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE0CFA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE0CFA is #11F305. Grayscale: #696969. Windows color (decimal): -1176326 or 16387310. OLE color: 16387310.
HSL color Cylindrical-coordinate representation of color #EE0CFA: hue angle of 296.97º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EE0CFA is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 12 | 250 | - |
| CMYK | 0.05 | 0.95 | 0 | 0.02 |
| HSL | 296.97º | 0.96% | 0.51% | - |
| HSV(B) | 296.97º | 0.95% | 0.98% | - |
| XYZ | 52.65 | 25.34 | 92.56 | - |
| YUV | 106.71 | 208.87 | 221.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 12 | 250 | 0.05 | 0.95 | 0 | 0.02 | 296.97 | 0.96 | 0.51 |
| Hex | EE | C | FA | 5 | 5F | 0 | 2 | 129 | 60 | 33 |
| Octal | 356 | 14 | 372 | 5 | 137 | 0 | 2 | 451 | 140 | 63 |
| Binary | 11101110 | 1100 | 11111010 | 101 | 1011111 | 0 | 10 | 100101001 | 1100000 | 110011 |
Color Harmonies of #EE0CFA
Complementary color
Monochromatic Colors of #EE0CFA
Black with #EE0CFA
Text Example
Text Example
White with #EE0CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0CFA; }
p { color: rgb(238,12,250); }
H1.HeaderClassName
{
color: #EE0CFA;
}
.AnyTagClassName
{
color: #EE0CFA;
}
</style>
background-color css
<style>
a { background-color: #EE0CFA; }
a { background-color: rgb(238,12,250); }
div.DivClassName
{
background-color: #EE0CFA;
}
.BgClassName
{
background-color: #EE0CFA;
}
</style>
border-color css
<style>
span { border-color: #EE0CFA; }
span { border-color: rgb(238,12,250); }
td.TdClassName
{
border-color: #EE0CFA;
}
.TagClassName
{
border-color: #EE0CFA;
}
</style>