Shades of Pale Magenta #EE8DD9
Tints of Pale Magenta #EE8DD9
RGB
CMYK
RGB Variations
Color information
#EE8DD9 (or 0xEE8DD9) is known color: Pale Magenta. HEX triplet: EE, 8D and D9. RGB value is (238,141,217). Sum of RGB (Red+Green+Blue) = 238+141+217=596 (78% of max value = 765). Red value is 238 (93.36% from 255 or 39.93% from 596); Green value is 141 (55.47% from 255 or 23.66% from 596); Blue value is 217 (85.16% from 255 or 36.41% from 596); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8DD9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE8DD9 is #117226. Grayscale: #B2B2B2. Windows color (decimal): -1143335 or 14257646. OLE color: 14257646.
HSL color Cylindrical-coordinate representation of color #EE8DD9: hue angle of 312.99º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EE8DD9 is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 141 | 217 | - |
| CMYK | 0 | 0.41 | 0.09 | 0.07 |
| HSL | 312.99º | 0.74% | 0.74% | - |
| HSV(B) | 312.99º | 0.41% | 0.93% | - |
| XYZ | 57.31 | 42.24 | 70.78 | - |
| YUV | 178.67 | 149.64 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 141 | 217 | 0 | 0.41 | 0.09 | 0.07 | 312.99 | 0.74 | 0.74 |
| Hex | EE | 8D | D9 | 0 | 29 | 9 | 7 | 139 | 4A | 4A |
| Octal | 356 | 215 | 331 | 0 | 51 | 11 | 7 | 471 | 112 | 112 |
| Binary | 11101110 | 10001101 | 11011001 | 0 | 101001 | 1001 | 111 | 100111001 | 1001010 | 1001010 |
Color Harmonies of #EE8DD9
Complementary color
Monochromatic Colors of #EE8DD9
Black with #EE8DD9
Text Example
Text Example
White with #EE8DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8DD9; }
p { color: rgb(238,141,217); }
H1.HeaderClassName
{
color: #EE8DD9;
}
.AnyTagClassName
{
color: #EE8DD9;
}
</style>
background-color css
<style>
a { background-color: #EE8DD9; }
a { background-color: rgb(238,141,217); }
div.DivClassName
{
background-color: #EE8DD9;
}
.BgClassName
{
background-color: #EE8DD9;
}
</style>
border-color css
<style>
span { border-color: #EE8DD9; }
span { border-color: rgb(238,141,217); }
td.TdClassName
{
border-color: #EE8DD9;
}
.TagClassName
{
border-color: #EE8DD9;
}
</style>