Shades of Pale Magenta #EE86DD
Tints of Pale Magenta #EE86DD
RGB
CMYK
RGB Variations
Color information
#EE86DD (or 0xEE86DD) is known color: Pale Magenta. HEX triplet: EE, 86 and DD. RGB value is (238,134,221). Sum of RGB (Red+Green+Blue) = 238+134+221=593 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.13% from 593); Green value is 134 (52.73% from 255 or 22.60% from 593); Blue value is 221 (86.72% from 255 or 37.27% from 593); Max value from RGB is 238 - color contains mainly: red. Hex color #EE86DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE86DD is #117922. Grayscale: #AEAEAE. Windows color (decimal): -1145123 or 14517998. OLE color: 14517998.
HSL color Cylindrical-coordinate representation of color #EE86DD: hue angle of 309.81º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EE86DD is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 134 | 221 | - |
| CMYK | 0 | 0.44 | 0.07 | 0.07 |
| HSL | 309.81º | 0.75% | 0.73% | - |
| HSV(B) | 309.81º | 0.44% | 0.93% | - |
| XYZ | 56.84 | 40.45 | 73.22 | - |
| YUV | 175.01 | 153.96 | 172.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 134 | 221 | 0 | 0.44 | 0.07 | 0.07 | 309.81 | 0.75 | 0.73 |
| Hex | EE | 86 | DD | 0 | 2C | 7 | 7 | 136 | 4B | 49 |
| Octal | 356 | 206 | 335 | 0 | 54 | 7 | 7 | 466 | 113 | 111 |
| Binary | 11101110 | 10000110 | 11011101 | 0 | 101100 | 111 | 111 | 100110110 | 1001011 | 1001001 |
Color Harmonies of #EE86DD
Complementary color
Monochromatic Colors of #EE86DD
Black with #EE86DD
Text Example
Text Example
White with #EE86DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE86DD; }
p { color: rgb(238,134,221); }
H1.HeaderClassName
{
color: #EE86DD;
}
.AnyTagClassName
{
color: #EE86DD;
}
</style>
background-color css
<style>
a { background-color: #EE86DD; }
a { background-color: rgb(238,134,221); }
div.DivClassName
{
background-color: #EE86DD;
}
.BgClassName
{
background-color: #EE86DD;
}
</style>
border-color css
<style>
span { border-color: #EE86DD; }
span { border-color: rgb(238,134,221); }
td.TdClassName
{
border-color: #EE86DD;
}
.TagClassName
{
border-color: #EE86DD;
}
</style>