Shades of Pale Magenta #EE80D9
Tints of Pale Magenta #EE80D9
RGB
CMYK
RGB Variations
Color information
#EE80D9 (or 0xEE80D9) is known color: Pale Magenta. HEX triplet: EE, 80 and D9. RGB value is (238,128,217). Sum of RGB (Red+Green+Blue) = 238+128+217=583 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.82% from 583); Green value is 128 (50.39% from 255 or 21.96% from 583); Blue value is 217 (85.16% from 255 or 37.22% from 583); Max value from RGB is 238 - color contains mainly: red. Hex color #EE80D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE80D9 is #117F26. Grayscale: #AAAAAA. Windows color (decimal): -1146663 or 14254318. OLE color: 14254318.
HSL color Cylindrical-coordinate representation of color #EE80D9: hue angle of 311.45º 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 #EE80D9 is Cyan = 0, Magento = 0.46, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 128 | 217 | - |
| CMYK | 0 | 0.46 | 0.09 | 0.07 |
| HSL | 311.45º | 0.76% | 0.72% | - |
| HSV(B) | 311.45º | 0.46% | 0.93% | - |
| XYZ | 55.5 | 38.63 | 70.18 | - |
| YUV | 171.04 | 153.94 | 175.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 128 | 217 | 0 | 0.46 | 0.09 | 0.07 | 311.45 | 0.76 | 0.72 |
| Hex | EE | 80 | D9 | 0 | 2E | 9 | 7 | 137 | 4C | 48 |
| Octal | 356 | 200 | 331 | 0 | 56 | 11 | 7 | 467 | 114 | 110 |
| Binary | 11101110 | 10000000 | 11011001 | 0 | 101110 | 1001 | 111 | 100110111 | 1001100 | 1001000 |
Color Harmonies of #EE80D9
Complementary color
Monochromatic Colors of #EE80D9
Black with #EE80D9
Text Example
Text Example
White with #EE80D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE80D9; }
p { color: rgb(238,128,217); }
H1.HeaderClassName
{
color: #EE80D9;
}
.AnyTagClassName
{
color: #EE80D9;
}
</style>
background-color css
<style>
a { background-color: #EE80D9; }
a { background-color: rgb(238,128,217); }
div.DivClassName
{
background-color: #EE80D9;
}
.BgClassName
{
background-color: #EE80D9;
}
</style>
border-color css
<style>
span { border-color: #EE80D9; }
span { border-color: rgb(238,128,217); }
td.TdClassName
{
border-color: #EE80D9;
}
.TagClassName
{
border-color: #EE80D9;
}
</style>