Shades of Magenta #EE1AFC
Tints of Magenta #EE1AFC
RGB
CMYK
RGB Variations
Color information
#EE1AFC (or 0xEE1AFC) is known color: Magenta. HEX triplet: EE, 1A and FC. RGB value is (238,26,252). Sum of RGB (Red+Green+Blue) = 238+26+252=516 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.12% from 516); Green value is 26 (10.55% from 255 or 5.04% from 516); Blue value is 252 (98.83% from 255 or 48.84% from 516); Max value from RGB is 252 - color contains mainly: blue. Hex color #EE1AFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE1AFC is #11E503. Grayscale: #727272. Windows color (decimal): -1172740 or 16521966. OLE color: 16521966.
HSL color Cylindrical-coordinate representation of color #EE1AFC: hue angle of 296.28º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EE1AFC is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 238 | 26 | 252 | - |
| CMYK | 0.06 | 0.90 | 0 | 0.01 |
| HSL | 296.28º | 0.97% | 0.55% | - |
| HSV(B) | 296.28º | 0.9% | 0.99% | - |
| XYZ | 53.2 | 25.94 | 94.3 | - |
| YUV | 115.15 | 205.24 | 215.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 26 | 252 | 0.06 | 0.90 | 0 | 0.01 | 296.28 | 0.97 | 0.55 |
| Hex | EE | 1A | FC | 6 | 5A | 0 | 1 | 128 | 61 | 37 |
| Octal | 356 | 32 | 374 | 6 | 132 | 0 | 1 | 450 | 141 | 67 |
| Binary | 11101110 | 11010 | 11111100 | 110 | 1011010 | 0 | 1 | 100101000 | 1100001 | 110111 |
Color Harmonies of #EE1AFC
Complementary color
Monochromatic Colors of #EE1AFC
Black with #EE1AFC
Text Example
Text Example
White with #EE1AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1AFC; }
p { color: rgb(238,26,252); }
H1.HeaderClassName
{
color: #EE1AFC;
}
.AnyTagClassName
{
color: #EE1AFC;
}
</style>
background-color css
<style>
a { background-color: #EE1AFC; }
a { background-color: rgb(238,26,252); }
div.DivClassName
{
background-color: #EE1AFC;
}
.BgClassName
{
background-color: #EE1AFC;
}
</style>
border-color css
<style>
span { border-color: #EE1AFC; }
span { border-color: rgb(238,26,252); }
td.TdClassName
{
border-color: #EE1AFC;
}
.TagClassName
{
border-color: #EE1AFC;
}
</style>