Shades of Magenta #EE15F1
Tints of Magenta #EE15F1
RGB
CMYK
RGB Variations
Color information
#EE15F1 (or 0xEE15F1) is known color: Magenta. HEX triplet: EE, 15 and F1. RGB value is (238,21,241). Sum of RGB (Red+Green+Blue) = 238+21+241=500 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.6% from 500); Green value is 21 (8.59% from 255 or 4.2% from 500); Blue value is 241 (94.53% from 255 or 48.2% from 500); Max value from RGB is 241 - color contains mainly: blue. Hex color #EE15F1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE15F1 is #11EA0E. Grayscale: #6E6E6E. Windows color (decimal): -1174031 or 15799790. OLE color: 15799790.
HSL color Cylindrical-coordinate representation of color #EE15F1: hue angle of 299.18º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EE15F1 is Cyan = 0.01, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 21 | 241 | - |
| CMYK | 0.01 | 0.91 | 0 | 0.05 |
| HSL | 299.18º | 0.89% | 0.51% | - |
| HSV(B) | 299.18º | 0.91% | 0.95% | - |
| XYZ | 51.41 | 25.06 | 85.35 | - |
| YUV | 110.96 | 201.39 | 218.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 21 | 241 | 0.01 | 0.91 | 0 | 0.05 | 299.18 | 0.89 | 0.51 |
| Hex | EE | 15 | F1 | 1 | 5B | 0 | 5 | 12B | 59 | 33 |
| Octal | 356 | 25 | 361 | 1 | 133 | 0 | 5 | 453 | 131 | 63 |
| Binary | 11101110 | 10101 | 11110001 | 1 | 1011011 | 0 | 101 | 100101011 | 1011001 | 110011 |
Color Harmonies of #EE15F1
Complementary color
Monochromatic Colors of #EE15F1
Black with #EE15F1
Text Example
Text Example
White with #EE15F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE15F1; }
p { color: rgb(238,21,241); }
H1.HeaderClassName
{
color: #EE15F1;
}
.AnyTagClassName
{
color: #EE15F1;
}
</style>
background-color css
<style>
a { background-color: #EE15F1; }
a { background-color: rgb(238,21,241); }
div.DivClassName
{
background-color: #EE15F1;
}
.BgClassName
{
background-color: #EE15F1;
}
</style>
border-color css
<style>
span { border-color: #EE15F1; }
span { border-color: rgb(238,21,241); }
td.TdClassName
{
border-color: #EE15F1;
}
.TagClassName
{
border-color: #EE15F1;
}
</style>