Shades of Pale Magenta #EA86DB
Tints of Pale Magenta #EA86DB
RGB
CMYK
RGB Variations
Color information
#EA86DB (or 0xEA86DB) is known color: Pale Magenta. HEX triplet: EA, 86 and DB. RGB value is (234,134,219). Sum of RGB (Red+Green+Blue) = 234+134+219=587 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.86% from 587); Green value is 134 (52.73% from 255 or 22.83% from 587); Blue value is 219 (85.94% from 255 or 37.31% from 587); Max value from RGB is 234 - color contains mainly: red. Hex color #EA86DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA86DB is #157924. Grayscale: #ADADAD. Windows color (decimal): -1407269 or 14386922. OLE color: 14386922.
HSL color Cylindrical-coordinate representation of color #EA86DB: hue angle of 309º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EA86DB is Cyan = 0, Magento = 0.43, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 134 | 219 | - |
| CMYK | 0 | 0.43 | 0.06 | 0.08 |
| HSL | 309º | 0.7% | 0.72% | - |
| HSV(B) | 309º | 0.43% | 0.92% | - |
| XYZ | 55.24 | 39.66 | 71.76 | - |
| YUV | 173.59 | 153.63 | 171.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 134 | 219 | 0 | 0.43 | 0.06 | 0.08 | 309 | 0.7 | 0.72 |
| Hex | EA | 86 | DB | 0 | 2B | 6 | 8 | 135 | 46 | 48 |
| Octal | 352 | 206 | 333 | 0 | 53 | 6 | 10 | 465 | 106 | 110 |
| Binary | 11101010 | 10000110 | 11011011 | 0 | 101011 | 110 | 1000 | 100110101 | 1000110 | 1001000 |
Color Harmonies of #EA86DB
Complementary color
Monochromatic Colors of #EA86DB
Black with #EA86DB
Text Example
Text Example
White with #EA86DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA86DB; }
p { color: rgb(234,134,219); }
H1.HeaderClassName
{
color: #EA86DB;
}
.AnyTagClassName
{
color: #EA86DB;
}
</style>
background-color css
<style>
a { background-color: #EA86DB; }
a { background-color: rgb(234,134,219); }
div.DivClassName
{
background-color: #EA86DB;
}
.BgClassName
{
background-color: #EA86DB;
}
</style>
border-color css
<style>
span { border-color: #EA86DB; }
span { border-color: rgb(234,134,219); }
td.TdClassName
{
border-color: #EA86DB;
}
.TagClassName
{
border-color: #EA86DB;
}
</style>