Shades of Magenta #EE1CF2
Tints of Magenta #EE1CF2
RGB
CMYK
RGB Variations
Color information
#EE1CF2 (or 0xEE1CF2) is known color: Magenta. HEX triplet: EE, 1C and F2. RGB value is (238,28,242). Sum of RGB (Red+Green+Blue) = 238+28+242=508 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.85% from 508); Green value is 28 (11.33% from 255 or 5.51% from 508); Blue value is 242 (94.92% from 255 or 47.64% from 508); Max value from RGB is 242 - color contains mainly: blue. Hex color #EE1CF2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE1CF2 is #11E30D. Grayscale: #727272. Windows color (decimal): -1172238 or 15867118. OLE color: 15867118.
HSL color Cylindrical-coordinate representation of color #EE1CF2: hue angle of 298.88º degrees, saturation: 0.89, 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 #EE1CF2 is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 28 | 242 | - |
| CMYK | 0.02 | 0.88 | 0 | 0.05 |
| HSL | 298.88º | 0.89% | 0.53% | - |
| HSV(B) | 298.88º | 0.88% | 0.95% | - |
| XYZ | 51.7 | 25.42 | 86.19 | - |
| YUV | 115.19 | 199.57 | 215.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 28 | 242 | 0.02 | 0.88 | 0 | 0.05 | 298.88 | 0.89 | 0.53 |
| Hex | EE | 1C | F2 | 2 | 58 | 0 | 5 | 12B | 59 | 35 |
| Octal | 356 | 34 | 362 | 2 | 130 | 0 | 5 | 453 | 131 | 65 |
| Binary | 11101110 | 11100 | 11110010 | 10 | 1011000 | 0 | 101 | 100101011 | 1011001 | 110101 |
Color Harmonies of #EE1CF2
Complementary color
Monochromatic Colors of #EE1CF2
Black with #EE1CF2
Text Example
Text Example
White with #EE1CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1CF2; }
p { color: rgb(238,28,242); }
H1.HeaderClassName
{
color: #EE1CF2;
}
.AnyTagClassName
{
color: #EE1CF2;
}
</style>
background-color css
<style>
a { background-color: #EE1CF2; }
a { background-color: rgb(238,28,242); }
div.DivClassName
{
background-color: #EE1CF2;
}
.BgClassName
{
background-color: #EE1CF2;
}
</style>
border-color css
<style>
span { border-color: #EE1CF2; }
span { border-color: rgb(238,28,242); }
td.TdClassName
{
border-color: #EE1CF2;
}
.TagClassName
{
border-color: #EE1CF2;
}
</style>