Shades of Pale Magenta #EA86D1
Tints of Pale Magenta #EA86D1
RGB
CMYK
RGB Variations
Color information
#EA86D1 (or 0xEA86D1) is known color: Pale Magenta. HEX triplet: EA, 86 and D1. RGB value is (234,134,209). Sum of RGB (Red+Green+Blue) = 234+134+209=577 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.55% from 577); Green value is 134 (52.73% from 255 or 23.22% from 577); Blue value is 209 (82.03% from 255 or 36.22% from 577); Max value from RGB is 234 - color contains mainly: red. Hex color #EA86D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA86D1 is #15792E. Grayscale: #ACACAC. Windows color (decimal): -1407279 or 13731562. OLE color: 13731562.
HSL color Cylindrical-coordinate representation of color #EA86D1: hue angle of 315º 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 #EA86D1 is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 134 | 209 | - |
| CMYK | 0 | 0.43 | 0.11 | 0.08 |
| HSL | 315º | 0.7% | 0.72% | - |
| HSV(B) | 315º | 0.43% | 0.92% | - |
| XYZ | 53.97 | 39.15 | 65.03 | - |
| YUV | 172.45 | 148.63 | 171.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 134 | 209 | 0 | 0.43 | 0.11 | 0.08 | 315 | 0.7 | 0.72 |
| Hex | EA | 86 | D1 | 0 | 2B | B | 8 | 13B | 46 | 48 |
| Octal | 352 | 206 | 321 | 0 | 53 | 13 | 10 | 473 | 106 | 110 |
| Binary | 11101010 | 10000110 | 11010001 | 0 | 101011 | 1011 | 1000 | 100111011 | 1000110 | 1001000 |
Color Harmonies of #EA86D1
Complementary color
Monochromatic Colors of #EA86D1
Black with #EA86D1
Text Example
Text Example
White with #EA86D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA86D1; }
p { color: rgb(234,134,209); }
H1.HeaderClassName
{
color: #EA86D1;
}
.AnyTagClassName
{
color: #EA86D1;
}
</style>
background-color css
<style>
a { background-color: #EA86D1; }
a { background-color: rgb(234,134,209); }
div.DivClassName
{
background-color: #EA86D1;
}
.BgClassName
{
background-color: #EA86D1;
}
</style>
border-color css
<style>
span { border-color: #EA86D1; }
span { border-color: rgb(234,134,209); }
td.TdClassName
{
border-color: #EA86D1;
}
.TagClassName
{
border-color: #EA86D1;
}
</style>