Shades of Magenta #EE20FB
Tints of Magenta #EE20FB
RGB
CMYK
RGB Variations
Color information
#EE20FB (or 0xEE20FB) is known color: Magenta. HEX triplet: EE, 20 and FB. RGB value is (238,32,251). Sum of RGB (Red+Green+Blue) = 238+32+251=521 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.68% from 521); Green value is 32 (12.89% from 255 or 6.14% from 521); Blue value is 251 (98.44% from 255 or 48.18% from 521); Max value from RGB is 251 - color contains mainly: blue. Hex color #EE20FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE20FB is #11DF04. Grayscale: #757575. Windows color (decimal): -1171205 or 16457966. OLE color: 16457966.
HSL color Cylindrical-coordinate representation of color #EE20FB: hue angle of 296.44º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EE20FB is Cyan = 0.05, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 32 | 251 | - |
| CMYK | 0.05 | 0.87 | 0 | 0.02 |
| HSL | 296.44º | 0.96% | 0.55% | - |
| HSV(B) | 296.44º | 0.87% | 0.98% | - |
| XYZ | 53.19 | 26.18 | 93.52 | - |
| YUV | 118.56 | 202.75 | 213.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 32 | 251 | 0.05 | 0.87 | 0 | 0.02 | 296.44 | 0.96 | 0.55 |
| Hex | EE | 20 | FB | 5 | 57 | 0 | 2 | 128 | 60 | 37 |
| Octal | 356 | 40 | 373 | 5 | 127 | 0 | 2 | 450 | 140 | 67 |
| Binary | 11101110 | 100000 | 11111011 | 101 | 1010111 | 0 | 10 | 100101000 | 1100000 | 110111 |
Color Harmonies of #EE20FB
Complementary color
Monochromatic Colors of #EE20FB
Black with #EE20FB
Text Example
Text Example
White with #EE20FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE20FB; }
p { color: rgb(238,32,251); }
H1.HeaderClassName
{
color: #EE20FB;
}
.AnyTagClassName
{
color: #EE20FB;
}
</style>
background-color css
<style>
a { background-color: #EE20FB; }
a { background-color: rgb(238,32,251); }
div.DivClassName
{
background-color: #EE20FB;
}
.BgClassName
{
background-color: #EE20FB;
}
</style>
border-color css
<style>
span { border-color: #EE20FB; }
span { border-color: rgb(238,32,251); }
td.TdClassName
{
border-color: #EE20FB;
}
.TagClassName
{
border-color: #EE20FB;
}
</style>