Shades of Magenta #EE2BFB
Tints of Magenta #EE2BFB
RGB
CMYK
RGB Variations
Color information
#EE2BFB (or 0xEE2BFB) is known color: Magenta. HEX triplet: EE, 2B and FB. RGB value is (238,43,251). Sum of RGB (Red+Green+Blue) = 238+43+251=532 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.74% from 532); Green value is 43 (17.19% from 255 or 8.08% from 532); Blue value is 251 (98.44% from 255 or 47.18% from 532); Max value from RGB is 251 - color contains mainly: blue. Hex color #EE2BFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE2BFB is #11D404. Grayscale: #7C7C7C. Windows color (decimal): -1168389 or 16460782. OLE color: 16460782.
HSL color Cylindrical-coordinate representation of color #EE2BFB: hue angle of 296.25º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EE2BFB is Cyan = 0.05, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 43 | 251 | - |
| CMYK | 0.05 | 0.83 | 0 | 0.02 |
| HSL | 296.25º | 0.96% | 0.58% | - |
| HSV(B) | 296.25º | 0.83% | 0.98% | - |
| XYZ | 53.54 | 26.87 | 93.63 | - |
| YUV | 125.02 | 199.1 | 208.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 43 | 251 | 0.05 | 0.83 | 0 | 0.02 | 296.25 | 0.96 | 0.58 |
| Hex | EE | 2B | FB | 5 | 53 | 0 | 2 | 128 | 60 | 3A |
| Octal | 356 | 53 | 373 | 5 | 123 | 0 | 2 | 450 | 140 | 72 |
| Binary | 11101110 | 101011 | 11111011 | 101 | 1010011 | 0 | 10 | 100101000 | 1100000 | 111010 |
Color Harmonies of #EE2BFB
Complementary color
Monochromatic Colors of #EE2BFB
Black with #EE2BFB
Text Example
Text Example
White with #EE2BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2BFB; }
p { color: rgb(238,43,251); }
H1.HeaderClassName
{
color: #EE2BFB;
}
.AnyTagClassName
{
color: #EE2BFB;
}
</style>
background-color css
<style>
a { background-color: #EE2BFB; }
a { background-color: rgb(238,43,251); }
div.DivClassName
{
background-color: #EE2BFB;
}
.BgClassName
{
background-color: #EE2BFB;
}
</style>
border-color css
<style>
span { border-color: #EE2BFB; }
span { border-color: rgb(238,43,251); }
td.TdClassName
{
border-color: #EE2BFB;
}
.TagClassName
{
border-color: #EE2BFB;
}
</style>