Shades of Magenta #EE1CFA
Tints of Magenta #EE1CFA
RGB
CMYK
RGB Variations
Color information
#EE1CFA (or 0xEE1CFA) is known color: Magenta. HEX triplet: EE, 1C and FA. RGB value is (238,28,250). Sum of RGB (Red+Green+Blue) = 238+28+250=516 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.12% from 516); Green value is 28 (11.33% from 255 or 5.43% from 516); Blue value is 250 (98.05% from 255 or 48.45% from 516); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE1CFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE1CFA is #11E305. Grayscale: #737373. Windows color (decimal): -1172230 or 16391406. OLE color: 16391406.
HSL color Cylindrical-coordinate representation of color #EE1CFA: hue angle of 296.76º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EE1CFA is Cyan = 0.05, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 28 | 250 | - |
| CMYK | 0.05 | 0.89 | 0 | 0.02 |
| HSL | 296.76º | 0.96% | 0.55% | - |
| HSV(B) | 296.76º | 0.89% | 0.98% | - |
| XYZ | 52.93 | 25.91 | 92.65 | - |
| YUV | 116.1 | 203.57 | 214.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 28 | 250 | 0.05 | 0.89 | 0 | 0.02 | 296.76 | 0.96 | 0.55 |
| Hex | EE | 1C | FA | 5 | 59 | 0 | 2 | 129 | 60 | 37 |
| Octal | 356 | 34 | 372 | 5 | 131 | 0 | 2 | 451 | 140 | 67 |
| Binary | 11101110 | 11100 | 11111010 | 101 | 1011001 | 0 | 10 | 100101001 | 1100000 | 110111 |
Color Harmonies of #EE1CFA
Complementary color
Monochromatic Colors of #EE1CFA
Black with #EE1CFA
Text Example
Text Example
White with #EE1CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1CFA; }
p { color: rgb(238,28,250); }
H1.HeaderClassName
{
color: #EE1CFA;
}
.AnyTagClassName
{
color: #EE1CFA;
}
</style>
background-color css
<style>
a { background-color: #EE1CFA; }
a { background-color: rgb(238,28,250); }
div.DivClassName
{
background-color: #EE1CFA;
}
.BgClassName
{
background-color: #EE1CFA;
}
</style>
border-color css
<style>
span { border-color: #EE1CFA; }
span { border-color: rgb(238,28,250); }
td.TdClassName
{
border-color: #EE1CFA;
}
.TagClassName
{
border-color: #EE1CFA;
}
</style>