Shades of Magenta #EE29F5
Tints of Magenta #EE29F5
RGB
CMYK
RGB Variations
Color information
#EE29F5 (or 0xEE29F5) is known color: Magenta. HEX triplet: EE, 29 and F5. RGB value is (238,41,245). Sum of RGB (Red+Green+Blue) = 238+41+245=524 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.42% from 524); Green value is 41 (16.41% from 255 or 7.82% from 524); Blue value is 245 (96.09% from 255 or 46.76% from 524); Max value from RGB is 245 - color contains mainly: blue. Hex color #EE29F5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE29F5 is #11D60A. Grayscale: #7A7A7A. Windows color (decimal): -1168907 or 16067054. OLE color: 16067054.
HSL color Cylindrical-coordinate representation of color #EE29F5: hue angle of 297.94º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EE29F5 is Cyan = 0.03, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 41 | 245 | - |
| CMYK | 0.03 | 0.83 | 0 | 0.04 |
| HSL | 297.94º | 0.91% | 0.56% | - |
| HSV(B) | 297.94º | 0.83% | 0.96% | - |
| XYZ | 52.53 | 26.36 | 88.7 | - |
| YUV | 123.16 | 196.77 | 209.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 41 | 245 | 0.03 | 0.83 | 0 | 0.04 | 297.94 | 0.91 | 0.56 |
| Hex | EE | 29 | F5 | 3 | 53 | 0 | 4 | 12A | 5B | 38 |
| Octal | 356 | 51 | 365 | 3 | 123 | 0 | 4 | 452 | 133 | 70 |
| Binary | 11101110 | 101001 | 11110101 | 11 | 1010011 | 0 | 100 | 100101010 | 1011011 | 111000 |
Color Harmonies of #EE29F5
Complementary color
Monochromatic Colors of #EE29F5
Black with #EE29F5
Text Example
Text Example
White with #EE29F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE29F5; }
p { color: rgb(238,41,245); }
H1.HeaderClassName
{
color: #EE29F5;
}
.AnyTagClassName
{
color: #EE29F5;
}
</style>
background-color css
<style>
a { background-color: #EE29F5; }
a { background-color: rgb(238,41,245); }
div.DivClassName
{
background-color: #EE29F5;
}
.BgClassName
{
background-color: #EE29F5;
}
</style>
border-color css
<style>
span { border-color: #EE29F5; }
span { border-color: rgb(238,41,245); }
td.TdClassName
{
border-color: #EE29F5;
}
.TagClassName
{
border-color: #EE29F5;
}
</style>