Shades of Magenta #EE1CFC
Tints of Magenta #EE1CFC
RGB
CMYK
RGB Variations
Color information
#EE1CFC (or 0xEE1CFC) is known color: Magenta. HEX triplet: EE, 1C and FC. RGB value is (238,28,252). Sum of RGB (Red+Green+Blue) = 238+28+252=518 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.95% from 518); Green value is 28 (11.33% from 255 or 5.41% from 518); Blue value is 252 (98.83% from 255 or 48.65% from 518); Max value from RGB is 252 - color contains mainly: blue. Hex color #EE1CFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE1CFC is #11E303. Grayscale: #737373. Windows color (decimal): -1172228 or 16522478. OLE color: 16522478.
HSL color Cylindrical-coordinate representation of color #EE1CFC: hue angle of 296.25º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EE1CFC is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 238 | 28 | 252 | - |
| CMYK | 0.06 | 0.89 | 0 | 0.01 |
| HSL | 296.25º | 0.97% | 0.55% | - |
| HSV(B) | 296.25º | 0.89% | 0.99% | - |
| XYZ | 53.25 | 26.04 | 94.31 | - |
| YUV | 116.33 | 204.57 | 214.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 28 | 252 | 0.06 | 0.89 | 0 | 0.01 | 296.25 | 0.97 | 0.55 |
| Hex | EE | 1C | FC | 6 | 59 | 0 | 1 | 128 | 61 | 37 |
| Octal | 356 | 34 | 374 | 6 | 131 | 0 | 1 | 450 | 141 | 67 |
| Binary | 11101110 | 11100 | 11111100 | 110 | 1011001 | 0 | 1 | 100101000 | 1100001 | 110111 |
Color Harmonies of #EE1CFC
Complementary color
Monochromatic Colors of #EE1CFC
Black with #EE1CFC
Text Example
Text Example
White with #EE1CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1CFC; }
p { color: rgb(238,28,252); }
H1.HeaderClassName
{
color: #EE1CFC;
}
.AnyTagClassName
{
color: #EE1CFC;
}
</style>
background-color css
<style>
a { background-color: #EE1CFC; }
a { background-color: rgb(238,28,252); }
div.DivClassName
{
background-color: #EE1CFC;
}
.BgClassName
{
background-color: #EE1CFC;
}
</style>
border-color css
<style>
span { border-color: #EE1CFC; }
span { border-color: rgb(238,28,252); }
td.TdClassName
{
border-color: #EE1CFC;
}
.TagClassName
{
border-color: #EE1CFC;
}
</style>