Shades of Magenta #EE2CFB
Tints of Magenta #EE2CFB
RGB
CMYK
RGB Variations
Color information
#EE2CFB (or 0xEE2CFB) is known color: Magenta. HEX triplet: EE, 2C and FB. RGB value is (238,44,251). Sum of RGB (Red+Green+Blue) = 238+44+251=533 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.65% from 533); Green value is 44 (17.58% from 255 or 8.26% from 533); Blue value is 251 (98.44% from 255 or 47.09% from 533); Max value from RGB is 251 - color contains mainly: blue. Hex color #EE2CFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE2CFB is #11D304. Grayscale: #7C7C7C. Windows color (decimal): -1168133 or 16461038. OLE color: 16461038.
HSL color Cylindrical-coordinate representation of color #EE2CFB: hue angle of 296.23º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EE2CFB is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 44 | 251 | - |
| CMYK | 0.05 | 0.82 | 0 | 0.02 |
| HSL | 296.23º | 0.96% | 0.58% | - |
| HSV(B) | 296.23º | 0.82% | 0.98% | - |
| XYZ | 53.57 | 26.94 | 93.64 | - |
| YUV | 125.6 | 198.77 | 208.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 44 | 251 | 0.05 | 0.82 | 0 | 0.02 | 296.23 | 0.96 | 0.58 |
| Hex | EE | 2C | FB | 5 | 52 | 0 | 2 | 128 | 60 | 3A |
| Octal | 356 | 54 | 373 | 5 | 122 | 0 | 2 | 450 | 140 | 72 |
| Binary | 11101110 | 101100 | 11111011 | 101 | 1010010 | 0 | 10 | 100101000 | 1100000 | 111010 |
Color Harmonies of #EE2CFB
Complementary color
Monochromatic Colors of #EE2CFB
Black with #EE2CFB
Text Example
Text Example
White with #EE2CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2CFB; }
p { color: rgb(238,44,251); }
H1.HeaderClassName
{
color: #EE2CFB;
}
.AnyTagClassName
{
color: #EE2CFB;
}
</style>
background-color css
<style>
a { background-color: #EE2CFB; }
a { background-color: rgb(238,44,251); }
div.DivClassName
{
background-color: #EE2CFB;
}
.BgClassName
{
background-color: #EE2CFB;
}
</style>
border-color css
<style>
span { border-color: #EE2CFB; }
span { border-color: rgb(238,44,251); }
td.TdClassName
{
border-color: #EE2CFB;
}
.TagClassName
{
border-color: #EE2CFB;
}
</style>