Shades of Pale Magenta #EE86DB
Tints of Pale Magenta #EE86DB
RGB
CMYK
RGB Variations
Color information
#EE86DB (or 0xEE86DB) is known color: Pale Magenta. HEX triplet: EE, 86 and DB. RGB value is (238,134,219). Sum of RGB (Red+Green+Blue) = 238+134+219=591 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.27% from 591); Green value is 134 (52.73% from 255 or 22.67% from 591); Blue value is 219 (85.94% from 255 or 37.06% from 591); Max value from RGB is 238 - color contains mainly: red. Hex color #EE86DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE86DB is #117924. Grayscale: #AEAEAE. Windows color (decimal): -1145125 or 14386926. OLE color: 14386926.
HSL color Cylindrical-coordinate representation of color #EE86DB: hue angle of 310.96º 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 #EE86DB is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 134 | 219 | - |
| CMYK | 0 | 0.44 | 0.08 | 0.07 |
| HSL | 310.96º | 0.75% | 0.73% | - |
| HSV(B) | 310.96º | 0.44% | 0.93% | - |
| XYZ | 56.57 | 40.34 | 71.82 | - |
| YUV | 174.79 | 152.96 | 173.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 134 | 219 | 0 | 0.44 | 0.08 | 0.07 | 310.96 | 0.75 | 0.73 |
| Hex | EE | 86 | DB | 0 | 2C | 8 | 7 | 137 | 4B | 49 |
| Octal | 356 | 206 | 333 | 0 | 54 | 10 | 7 | 467 | 113 | 111 |
| Binary | 11101110 | 10000110 | 11011011 | 0 | 101100 | 1000 | 111 | 100110111 | 1001011 | 1001001 |
Color Harmonies of #EE86DB
Complementary color
Monochromatic Colors of #EE86DB
Black with #EE86DB
Text Example
Text Example
White with #EE86DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE86DB; }
p { color: rgb(238,134,219); }
H1.HeaderClassName
{
color: #EE86DB;
}
.AnyTagClassName
{
color: #EE86DB;
}
</style>
background-color css
<style>
a { background-color: #EE86DB; }
a { background-color: rgb(238,134,219); }
div.DivClassName
{
background-color: #EE86DB;
}
.BgClassName
{
background-color: #EE86DB;
}
</style>
border-color css
<style>
span { border-color: #EE86DB; }
span { border-color: rgb(238,134,219); }
td.TdClassName
{
border-color: #EE86DB;
}
.TagClassName
{
border-color: #EE86DB;
}
</style>