Shades of Pale Magenta #EA86DD
Tints of Pale Magenta #EA86DD
RGB
CMYK
RGB Variations
Color information
#EA86DD (or 0xEA86DD) is known color: Pale Magenta. HEX triplet: EA, 86 and DD. RGB value is (234,134,221). Sum of RGB (Red+Green+Blue) = 234+134+221=589 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.73% from 589); Green value is 134 (52.73% from 255 or 22.75% from 589); Blue value is 221 (86.72% from 255 or 37.52% from 589); Max value from RGB is 234 - color contains mainly: red. Hex color #EA86DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA86DD is #157922. Grayscale: #ADADAD. Windows color (decimal): -1407267 or 14517994. OLE color: 14517994.
HSL color Cylindrical-coordinate representation of color #EA86DD: hue angle of 307.8º 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 #EA86DD is Cyan = 0, Magento = 0.43, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 134 | 221 | - |
| CMYK | 0 | 0.43 | 0.06 | 0.08 |
| HSL | 307.8º | 0.7% | 0.72% | - |
| HSV(B) | 307.8º | 0.43% | 0.92% | - |
| XYZ | 55.51 | 39.76 | 73.16 | - |
| YUV | 173.82 | 154.63 | 170.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 134 | 221 | 0 | 0.43 | 0.06 | 0.08 | 307.8 | 0.7 | 0.72 |
| Hex | EA | 86 | DD | 0 | 2B | 6 | 8 | 134 | 46 | 48 |
| Octal | 352 | 206 | 335 | 0 | 53 | 6 | 10 | 464 | 106 | 110 |
| Binary | 11101010 | 10000110 | 11011101 | 0 | 101011 | 110 | 1000 | 100110100 | 1000110 | 1001000 |
Color Harmonies of #EA86DD
Complementary color
Monochromatic Colors of #EA86DD
Black with #EA86DD
Text Example
Text Example
White with #EA86DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA86DD; }
p { color: rgb(234,134,221); }
H1.HeaderClassName
{
color: #EA86DD;
}
.AnyTagClassName
{
color: #EA86DD;
}
</style>
background-color css
<style>
a { background-color: #EA86DD; }
a { background-color: rgb(234,134,221); }
div.DivClassName
{
background-color: #EA86DD;
}
.BgClassName
{
background-color: #EA86DD;
}
</style>
border-color css
<style>
span { border-color: #EA86DD; }
span { border-color: rgb(234,134,221); }
td.TdClassName
{
border-color: #EA86DD;
}
.TagClassName
{
border-color: #EA86DD;
}
</style>