Shades of Pale Magenta #EE8DD8
Tints of Pale Magenta #EE8DD8
RGB
CMYK
RGB Variations
Color information
#EE8DD8 (or 0xEE8DD8) is known color: Pale Magenta. HEX triplet: EE, 8D and D8. RGB value is (238,141,216). Sum of RGB (Red+Green+Blue) = 238+141+216=595 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40% from 595); Green value is 141 (55.47% from 255 or 23.70% from 595); Blue value is 216 (84.77% from 255 or 36.30% from 595); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8DD8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE8DD8 is #117227. Grayscale: #B2B2B2. Windows color (decimal): -1143336 or 14192110. OLE color: 14192110.
HSL color Cylindrical-coordinate representation of color #EE8DD8: hue angle of 313.61º 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 #EE8DD8 is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 141 | 216 | - |
| CMYK | 0 | 0.41 | 0.09 | 0.07 |
| HSL | 313.61º | 0.74% | 0.74% | - |
| HSV(B) | 313.61º | 0.41% | 0.93% | - |
| XYZ | 57.18 | 42.18 | 70.09 | - |
| YUV | 178.55 | 149.14 | 170.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 141 | 216 | 0 | 0.41 | 0.09 | 0.07 | 313.61 | 0.74 | 0.74 |
| Hex | EE | 8D | D8 | 0 | 29 | 9 | 7 | 13A | 4A | 4A |
| Octal | 356 | 215 | 330 | 0 | 51 | 11 | 7 | 472 | 112 | 112 |
| Binary | 11101110 | 10001101 | 11011000 | 0 | 101001 | 1001 | 111 | 100111010 | 1001010 | 1001010 |
Color Harmonies of #EE8DD8
Complementary color
Monochromatic Colors of #EE8DD8
Black with #EE8DD8
Text Example
Text Example
White with #EE8DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8DD8; }
p { color: rgb(238,141,216); }
H1.HeaderClassName
{
color: #EE8DD8;
}
.AnyTagClassName
{
color: #EE8DD8;
}
</style>
background-color css
<style>
a { background-color: #EE8DD8; }
a { background-color: rgb(238,141,216); }
div.DivClassName
{
background-color: #EE8DD8;
}
.BgClassName
{
background-color: #EE8DD8;
}
</style>
border-color css
<style>
span { border-color: #EE8DD8; }
span { border-color: rgb(238,141,216); }
td.TdClassName
{
border-color: #EE8DD8;
}
.TagClassName
{
border-color: #EE8DD8;
}
</style>