Shades of Magenta #EE0CF9
Tints of Magenta #EE0CF9
RGB
CMYK
RGB Variations
Color information
#EE0CF9 (or 0xEE0CF9) is known color: Magenta. HEX triplet: EE, 0C and F9. RGB value is (238,12,249). Sum of RGB (Red+Green+Blue) = 238+12+249=499 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.70% from 499); Green value is 12 (5.08% from 255 or 2.40% from 499); Blue value is 249 (97.66% from 255 or 49.90% from 499); Max value from RGB is 249 - color contains mainly: blue. Hex color #EE0CF9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE0CF9 is #11F306. Grayscale: #696969. Windows color (decimal): -1176327 or 16321774. OLE color: 16321774.
HSL color Cylindrical-coordinate representation of color #EE0CF9: hue angle of 297.22º degrees, saturation: 0.95, 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 #EE0CF9 is Cyan = 0.04, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 12 | 249 | - |
| CMYK | 0.04 | 0.95 | 0 | 0.02 |
| HSL | 297.22º | 0.95% | 0.51% | - |
| HSV(B) | 297.22º | 0.95% | 0.98% | - |
| XYZ | 52.49 | 25.28 | 91.74 | - |
| YUV | 106.59 | 208.37 | 221.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 12 | 249 | 0.04 | 0.95 | 0 | 0.02 | 297.22 | 0.95 | 0.51 |
| Hex | EE | C | F9 | 4 | 5F | 0 | 2 | 129 | 5F | 33 |
| Octal | 356 | 14 | 371 | 4 | 137 | 0 | 2 | 451 | 137 | 63 |
| Binary | 11101110 | 1100 | 11111001 | 100 | 1011111 | 0 | 10 | 100101001 | 1011111 | 110011 |
Color Harmonies of #EE0CF9
Complementary color
Monochromatic Colors of #EE0CF9
Black with #EE0CF9
Text Example
Text Example
White with #EE0CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0CF9; }
p { color: rgb(238,12,249); }
H1.HeaderClassName
{
color: #EE0CF9;
}
.AnyTagClassName
{
color: #EE0CF9;
}
</style>
background-color css
<style>
a { background-color: #EE0CF9; }
a { background-color: rgb(238,12,249); }
div.DivClassName
{
background-color: #EE0CF9;
}
.BgClassName
{
background-color: #EE0CF9;
}
</style>
border-color css
<style>
span { border-color: #EE0CF9; }
span { border-color: rgb(238,12,249); }
td.TdClassName
{
border-color: #EE0CF9;
}
.TagClassName
{
border-color: #EE0CF9;
}
</style>