Shades of Magenta #EE2DFB
Tints of Magenta #EE2DFB
RGB
CMYK
RGB Variations
Color information
#EE2DFB (or 0xEE2DFB) is known color: Magenta. HEX triplet: EE, 2D and FB. RGB value is (238,45,251). Sum of RGB (Red+Green+Blue) = 238+45+251=534 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.57% from 534); Green value is 45 (17.97% from 255 or 8.43% from 534); Blue value is 251 (98.44% from 255 or 47.00% from 534); Max value from RGB is 251 - color contains mainly: blue. Hex color #EE2DFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE2DFB is #11D204. Grayscale: #7D7D7D. Windows color (decimal): -1167877 or 16461294. OLE color: 16461294.
HSL color Cylindrical-coordinate representation of color #EE2DFB: hue angle of 296.21º 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 #EE2DFB is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 45 | 251 | - |
| CMYK | 0.05 | 0.82 | 0 | 0.02 |
| HSL | 296.21º | 0.96% | 0.58% | - |
| HSV(B) | 296.21º | 0.82% | 0.98% | - |
| XYZ | 53.61 | 27.02 | 93.66 | - |
| YUV | 126.19 | 198.44 | 207.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 45 | 251 | 0.05 | 0.82 | 0 | 0.02 | 296.21 | 0.96 | 0.58 |
| Hex | EE | 2D | FB | 5 | 52 | 0 | 2 | 128 | 60 | 3A |
| Octal | 356 | 55 | 373 | 5 | 122 | 0 | 2 | 450 | 140 | 72 |
| Binary | 11101110 | 101101 | 11111011 | 101 | 1010010 | 0 | 10 | 100101000 | 1100000 | 111010 |
Color Harmonies of #EE2DFB
Complementary color
Monochromatic Colors of #EE2DFB
Black with #EE2DFB
Text Example
Text Example
White with #EE2DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2DFB; }
p { color: rgb(238,45,251); }
H1.HeaderClassName
{
color: #EE2DFB;
}
.AnyTagClassName
{
color: #EE2DFB;
}
</style>
background-color css
<style>
a { background-color: #EE2DFB; }
a { background-color: rgb(238,45,251); }
div.DivClassName
{
background-color: #EE2DFB;
}
.BgClassName
{
background-color: #EE2DFB;
}
</style>
border-color css
<style>
span { border-color: #EE2DFB; }
span { border-color: rgb(238,45,251); }
td.TdClassName
{
border-color: #EE2DFB;
}
.TagClassName
{
border-color: #EE2DFB;
}
</style>