Shades of Magenta #EE1CF1
Tints of Magenta #EE1CF1
RGB
CMYK
RGB Variations
Color information
#EE1CF1 (or 0xEE1CF1) is known color: Magenta. HEX triplet: EE, 1C and F1. RGB value is (238,28,241). Sum of RGB (Red+Green+Blue) = 238+28+241=507 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.94% from 507); Green value is 28 (11.33% from 255 or 5.52% from 507); Blue value is 241 (94.53% from 255 or 47.53% from 507); Max value from RGB is 241 - color contains mainly: blue. Hex color #EE1CF1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE1CF1 is #11E30E. Grayscale: #727272. Windows color (decimal): -1172239 or 15801582. OLE color: 15801582.
HSL color Cylindrical-coordinate representation of color #EE1CF1: hue angle of 299.15º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EE1CF1 is Cyan = 0.01, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 28 | 241 | - |
| CMYK | 0.01 | 0.88 | 0 | 0.05 |
| HSL | 299.15º | 0.88% | 0.53% | - |
| HSV(B) | 299.15º | 0.88% | 0.95% | - |
| XYZ | 51.55 | 25.36 | 85.4 | - |
| YUV | 115.07 | 199.07 | 215.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 28 | 241 | 0.01 | 0.88 | 0 | 0.05 | 299.15 | 0.88 | 0.53 |
| Hex | EE | 1C | F1 | 1 | 58 | 0 | 5 | 12B | 58 | 35 |
| Octal | 356 | 34 | 361 | 1 | 130 | 0 | 5 | 453 | 130 | 65 |
| Binary | 11101110 | 11100 | 11110001 | 1 | 1011000 | 0 | 101 | 100101011 | 1011000 | 110101 |
Color Harmonies of #EE1CF1
Complementary color
Monochromatic Colors of #EE1CF1
Black with #EE1CF1
Text Example
Text Example
White with #EE1CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1CF1; }
p { color: rgb(238,28,241); }
H1.HeaderClassName
{
color: #EE1CF1;
}
.AnyTagClassName
{
color: #EE1CF1;
}
</style>
background-color css
<style>
a { background-color: #EE1CF1; }
a { background-color: rgb(238,28,241); }
div.DivClassName
{
background-color: #EE1CF1;
}
.BgClassName
{
background-color: #EE1CF1;
}
</style>
border-color css
<style>
span { border-color: #EE1CF1; }
span { border-color: rgb(238,28,241); }
td.TdClassName
{
border-color: #EE1CF1;
}
.TagClassName
{
border-color: #EE1CF1;
}
</style>