Shades of Magenta #EE28FA
Tints of Magenta #EE28FA
RGB
CMYK
RGB Variations
Color information
#EE28FA (or 0xEE28FA) is known color: Magenta. HEX triplet: EE, 28 and FA. RGB value is (238,40,250). Sum of RGB (Red+Green+Blue) = 238+40+250=528 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.08% from 528); Green value is 40 (16.02% from 255 or 7.58% from 528); Blue value is 250 (98.05% from 255 or 47.35% from 528); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE28FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE28FA is #11D705. Grayscale: #7A7A7A. Windows color (decimal): -1169158 or 16394478. OLE color: 16394478.
HSL color Cylindrical-coordinate representation of color #EE28FA: hue angle of 296.57º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EE28FA is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 40 | 250 | - |
| CMYK | 0.05 | 0.84 | 0 | 0.02 |
| HSL | 296.57º | 0.95% | 0.57% | - |
| HSV(B) | 296.57º | 0.84% | 0.98% | - |
| XYZ | 53.27 | 26.6 | 92.77 | - |
| YUV | 123.14 | 199.6 | 209.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 40 | 250 | 0.05 | 0.84 | 0 | 0.02 | 296.57 | 0.95 | 0.57 |
| Hex | EE | 28 | FA | 5 | 54 | 0 | 2 | 129 | 5F | 39 |
| Octal | 356 | 50 | 372 | 5 | 124 | 0 | 2 | 451 | 137 | 71 |
| Binary | 11101110 | 101000 | 11111010 | 101 | 1010100 | 0 | 10 | 100101001 | 1011111 | 111001 |
Color Harmonies of #EE28FA
Complementary color
Monochromatic Colors of #EE28FA
Black with #EE28FA
Text Example
Text Example
White with #EE28FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE28FA; }
p { color: rgb(238,40,250); }
H1.HeaderClassName
{
color: #EE28FA;
}
.AnyTagClassName
{
color: #EE28FA;
}
</style>
background-color css
<style>
a { background-color: #EE28FA; }
a { background-color: rgb(238,40,250); }
div.DivClassName
{
background-color: #EE28FA;
}
.BgClassName
{
background-color: #EE28FA;
}
</style>
border-color css
<style>
span { border-color: #EE28FA; }
span { border-color: rgb(238,40,250); }
td.TdClassName
{
border-color: #EE28FA;
}
.TagClassName
{
border-color: #EE28FA;
}
</style>