Shades of Pale Magenta #EA87DC
Tints of Pale Magenta #EA87DC
RGB
CMYK
RGB Variations
Color information
#EA87DC (or 0xEA87DC) is known color: Pale Magenta. HEX triplet: EA, 87 and DC. RGB value is (234,135,220). Sum of RGB (Red+Green+Blue) = 234+135+220=589 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.73% from 589); Green value is 135 (53.12% from 255 or 22.92% from 589); Blue value is 220 (86.33% from 255 or 37.35% from 589); Max value from RGB is 234 - color contains mainly: red. Hex color #EA87DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA87DC is #157823. Grayscale: #AEAEAE. Windows color (decimal): -1407012 or 14452714. OLE color: 14452714.
HSL color Cylindrical-coordinate representation of color #EA87DC: hue angle of 308.48º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EA87DC is Cyan = 0, Magento = 0.42, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 135 | 220 | - |
| CMYK | 0 | 0.42 | 0.06 | 0.08 |
| HSL | 308.48º | 0.7% | 0.72% | - |
| HSV(B) | 308.48º | 0.42% | 0.92% | - |
| XYZ | 55.51 | 39.99 | 72.5 | - |
| YUV | 174.29 | 153.8 | 170.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 135 | 220 | 0 | 0.42 | 0.06 | 0.08 | 308.48 | 0.7 | 0.72 |
| Hex | EA | 87 | DC | 0 | 2A | 6 | 8 | 134 | 46 | 48 |
| Octal | 352 | 207 | 334 | 0 | 52 | 6 | 10 | 464 | 106 | 110 |
| Binary | 11101010 | 10000111 | 11011100 | 0 | 101010 | 110 | 1000 | 100110100 | 1000110 | 1001000 |
Color Harmonies of #EA87DC
Complementary color
Monochromatic Colors of #EA87DC
Black with #EA87DC
Text Example
Text Example
White with #EA87DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA87DC; }
p { color: rgb(234,135,220); }
H1.HeaderClassName
{
color: #EA87DC;
}
.AnyTagClassName
{
color: #EA87DC;
}
</style>
background-color css
<style>
a { background-color: #EA87DC; }
a { background-color: rgb(234,135,220); }
div.DivClassName
{
background-color: #EA87DC;
}
.BgClassName
{
background-color: #EA87DC;
}
</style>
border-color css
<style>
span { border-color: #EA87DC; }
span { border-color: rgb(234,135,220); }
td.TdClassName
{
border-color: #EA87DC;
}
.TagClassName
{
border-color: #EA87DC;
}
</style>