Shades of Pale Magenta #EE8DD6
Tints of Pale Magenta #EE8DD6
RGB
CMYK
RGB Variations
Color information
#EE8DD6 (or 0xEE8DD6) is known color: Pale Magenta. HEX triplet: EE, 8D and D6. RGB value is (238,141,214). Sum of RGB (Red+Green+Blue) = 238+141+214=593 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.13% from 593); Green value is 141 (55.47% from 255 or 23.78% from 593); Blue value is 214 (83.98% from 255 or 36.09% from 593); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8DD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE8DD6 is #117229. Grayscale: #B2B2B2. Windows color (decimal): -1143338 or 14061038. OLE color: 14061038.
HSL color Cylindrical-coordinate representation of color #EE8DD6: hue angle of 314.85º 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 #EE8DD6 is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 141 | 214 | - |
| CMYK | 0 | 0.41 | 0.10 | 0.07 |
| HSL | 314.85º | 0.74% | 0.74% | - |
| HSV(B) | 314.85º | 0.41% | 0.93% | - |
| XYZ | 56.92 | 42.08 | 68.74 | - |
| YUV | 178.33 | 148.14 | 170.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 141 | 214 | 0 | 0.41 | 0.10 | 0.07 | 314.85 | 0.74 | 0.74 |
| Hex | EE | 8D | D6 | 0 | 29 | A | 7 | 13B | 4A | 4A |
| Octal | 356 | 215 | 326 | 0 | 51 | 12 | 7 | 473 | 112 | 112 |
| Binary | 11101110 | 10001101 | 11010110 | 0 | 101001 | 1010 | 111 | 100111011 | 1001010 | 1001010 |
Color Harmonies of #EE8DD6
Complementary color
Monochromatic Colors of #EE8DD6
Black with #EE8DD6
Text Example
Text Example
White with #EE8DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8DD6; }
p { color: rgb(238,141,214); }
H1.HeaderClassName
{
color: #EE8DD6;
}
.AnyTagClassName
{
color: #EE8DD6;
}
</style>
background-color css
<style>
a { background-color: #EE8DD6; }
a { background-color: rgb(238,141,214); }
div.DivClassName
{
background-color: #EE8DD6;
}
.BgClassName
{
background-color: #EE8DD6;
}
</style>
border-color css
<style>
span { border-color: #EE8DD6; }
span { border-color: rgb(238,141,214); }
td.TdClassName
{
border-color: #EE8DD6;
}
.TagClassName
{
border-color: #EE8DD6;
}
</style>