Shades of Pale Magenta #EE8DD4
Tints of Pale Magenta #EE8DD4
RGB
CMYK
RGB Variations
Color information
#EE8DD4 (or 0xEE8DD4) is known color: Pale Magenta. HEX triplet: EE, 8D and D4. RGB value is (238,141,212). Sum of RGB (Red+Green+Blue) = 238+141+212=591 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.27% from 591); Green value is 141 (55.47% from 255 or 23.86% from 591); Blue value is 212 (83.20% from 255 or 35.87% from 591); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8DD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE8DD4 is #11722B. Grayscale: #B1B1B1. Windows color (decimal): -1143340 or 13929966. OLE color: 13929966.
HSL color Cylindrical-coordinate representation of color #EE8DD4: hue angle of 316.08º 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 #EE8DD4 is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 141 | 212 | - |
| CMYK | 0 | 0.41 | 0.11 | 0.07 |
| HSL | 316.08º | 0.74% | 0.74% | - |
| HSV(B) | 316.08º | 0.41% | 0.93% | - |
| XYZ | 56.67 | 41.98 | 67.4 | - |
| YUV | 178.1 | 147.14 | 170.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 141 | 212 | 0 | 0.41 | 0.11 | 0.07 | 316.08 | 0.74 | 0.74 |
| Hex | EE | 8D | D4 | 0 | 29 | B | 7 | 13C | 4A | 4A |
| Octal | 356 | 215 | 324 | 0 | 51 | 13 | 7 | 474 | 112 | 112 |
| Binary | 11101110 | 10001101 | 11010100 | 0 | 101001 | 1011 | 111 | 100111100 | 1001010 | 1001010 |
Color Harmonies of #EE8DD4
Complementary color
Monochromatic Colors of #EE8DD4
Black with #EE8DD4
Text Example
Text Example
White with #EE8DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8DD4; }
p { color: rgb(238,141,212); }
H1.HeaderClassName
{
color: #EE8DD4;
}
.AnyTagClassName
{
color: #EE8DD4;
}
</style>
background-color css
<style>
a { background-color: #EE8DD4; }
a { background-color: rgb(238,141,212); }
div.DivClassName
{
background-color: #EE8DD4;
}
.BgClassName
{
background-color: #EE8DD4;
}
</style>
border-color css
<style>
span { border-color: #EE8DD4; }
span { border-color: rgb(238,141,212); }
td.TdClassName
{
border-color: #EE8DD4;
}
.TagClassName
{
border-color: #EE8DD4;
}
</style>