Shades of Pale Magenta #EE81D9
Tints of Pale Magenta #EE81D9
RGB
CMYK
RGB Variations
Color information
#EE81D9 (or 0xEE81D9) is known color: Pale Magenta. HEX triplet: EE, 81 and D9. RGB value is (238,129,217). Sum of RGB (Red+Green+Blue) = 238+129+217=584 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.75% from 584); Green value is 129 (50.78% from 255 or 22.09% from 584); Blue value is 217 (85.16% from 255 or 37.16% from 584); Max value from RGB is 238 - color contains mainly: red. Hex color #EE81D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE81D9 is #117E26. Grayscale: #ABABAB. Windows color (decimal): -1146407 or 14254574. OLE color: 14254574.
HSL color Cylindrical-coordinate representation of color #EE81D9: hue angle of 311.56º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EE81D9 is Cyan = 0, Magento = 0.46, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 129 | 217 | - |
| CMYK | 0 | 0.46 | 0.09 | 0.07 |
| HSL | 311.56º | 0.76% | 0.72% | - |
| HSV(B) | 311.56º | 0.46% | 0.93% | - |
| XYZ | 55.63 | 38.89 | 70.22 | - |
| YUV | 171.62 | 153.61 | 175.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 129 | 217 | 0 | 0.46 | 0.09 | 0.07 | 311.56 | 0.76 | 0.72 |
| Hex | EE | 81 | D9 | 0 | 2E | 9 | 7 | 138 | 4C | 48 |
| Octal | 356 | 201 | 331 | 0 | 56 | 11 | 7 | 470 | 114 | 110 |
| Binary | 11101110 | 10000001 | 11011001 | 0 | 101110 | 1001 | 111 | 100111000 | 1001100 | 1001000 |
Color Harmonies of #EE81D9
Complementary color
Monochromatic Colors of #EE81D9
Black with #EE81D9
Text Example
Text Example
White with #EE81D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE81D9; }
p { color: rgb(238,129,217); }
H1.HeaderClassName
{
color: #EE81D9;
}
.AnyTagClassName
{
color: #EE81D9;
}
</style>
background-color css
<style>
a { background-color: #EE81D9; }
a { background-color: rgb(238,129,217); }
div.DivClassName
{
background-color: #EE81D9;
}
.BgClassName
{
background-color: #EE81D9;
}
</style>
border-color css
<style>
span { border-color: #EE81D9; }
span { border-color: rgb(238,129,217); }
td.TdClassName
{
border-color: #EE81D9;
}
.TagClassName
{
border-color: #EE81D9;
}
</style>