Shades of Magenta #EE29FB
Tints of Magenta #EE29FB
RGB
CMYK
RGB Variations
Color information
#EE29FB (or 0xEE29FB) is known color: Magenta. HEX triplet: EE, 29 and FB. RGB value is (238,41,251). Sum of RGB (Red+Green+Blue) = 238+41+251=530 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.91% from 530); Green value is 41 (16.41% from 255 or 7.74% from 530); Blue value is 251 (98.44% from 255 or 47.36% from 530); Max value from RGB is 251 - color contains mainly: blue. Hex color #EE29FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE29FB is #11D604. Grayscale: #7B7B7B. Windows color (decimal): -1168901 or 16460270. OLE color: 16460270.
HSL color Cylindrical-coordinate representation of color #EE29FB: hue angle of 296.29º degrees, saturation: 0.96, 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 #EE29FB is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 41 | 251 | - |
| CMYK | 0.05 | 0.84 | 0 | 0.02 |
| HSL | 296.29º | 0.96% | 0.57% | - |
| HSV(B) | 296.29º | 0.84% | 0.98% | - |
| XYZ | 53.47 | 26.73 | 93.61 | - |
| YUV | 123.84 | 199.77 | 209.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 41 | 251 | 0.05 | 0.84 | 0 | 0.02 | 296.29 | 0.96 | 0.57 |
| Hex | EE | 29 | FB | 5 | 54 | 0 | 2 | 128 | 60 | 39 |
| Octal | 356 | 51 | 373 | 5 | 124 | 0 | 2 | 450 | 140 | 71 |
| Binary | 11101110 | 101001 | 11111011 | 101 | 1010100 | 0 | 10 | 100101000 | 1100000 | 111001 |
Color Harmonies of #EE29FB
Complementary color
Monochromatic Colors of #EE29FB
Black with #EE29FB
Text Example
Text Example
White with #EE29FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE29FB; }
p { color: rgb(238,41,251); }
H1.HeaderClassName
{
color: #EE29FB;
}
.AnyTagClassName
{
color: #EE29FB;
}
</style>
background-color css
<style>
a { background-color: #EE29FB; }
a { background-color: rgb(238,41,251); }
div.DivClassName
{
background-color: #EE29FB;
}
.BgClassName
{
background-color: #EE29FB;
}
</style>
border-color css
<style>
span { border-color: #EE29FB; }
span { border-color: rgb(238,41,251); }
td.TdClassName
{
border-color: #EE29FB;
}
.TagClassName
{
border-color: #EE29FB;
}
</style>