Shades of Pale Magenta #EA85DC
Tints of Pale Magenta #EA85DC
RGB
CMYK
RGB Variations
Color information
#EA85DC (or 0xEA85DC) is known color: Pale Magenta. HEX triplet: EA, 85 and DC. RGB value is (234,133,220). Sum of RGB (Red+Green+Blue) = 234+133+220=587 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.86% from 587); Green value is 133 (52.34% from 255 or 22.66% from 587); Blue value is 220 (86.33% from 255 or 37.48% from 587); Max value from RGB is 234 - color contains mainly: red. Hex color #EA85DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA85DC is #157A23. Grayscale: #ACACAC. Windows color (decimal): -1407524 or 14452202. OLE color: 14452202.
HSL color Cylindrical-coordinate representation of color #EA85DC: hue angle of 308.32º degrees, saturation: 0.71, 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 #EA85DC is Cyan = 0, Magento = 0.43, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 133 | 220 | - |
| CMYK | 0 | 0.43 | 0.06 | 0.08 |
| HSL | 308.32º | 0.71% | 0.72% | - |
| HSV(B) | 308.32º | 0.43% | 0.92% | - |
| XYZ | 55.24 | 39.43 | 72.41 | - |
| YUV | 173.12 | 154.46 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 133 | 220 | 0 | 0.43 | 0.06 | 0.08 | 308.32 | 0.71 | 0.72 |
| Hex | EA | 85 | DC | 0 | 2B | 6 | 8 | 134 | 47 | 48 |
| Octal | 352 | 205 | 334 | 0 | 53 | 6 | 10 | 464 | 107 | 110 |
| Binary | 11101010 | 10000101 | 11011100 | 0 | 101011 | 110 | 1000 | 100110100 | 1000111 | 1001000 |
Color Harmonies of #EA85DC
Complementary color
Monochromatic Colors of #EA85DC
Black with #EA85DC
Text Example
Text Example
White with #EA85DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA85DC; }
p { color: rgb(234,133,220); }
H1.HeaderClassName
{
color: #EA85DC;
}
.AnyTagClassName
{
color: #EA85DC;
}
</style>
background-color css
<style>
a { background-color: #EA85DC; }
a { background-color: rgb(234,133,220); }
div.DivClassName
{
background-color: #EA85DC;
}
.BgClassName
{
background-color: #EA85DC;
}
</style>
border-color css
<style>
span { border-color: #EA85DC; }
span { border-color: rgb(234,133,220); }
td.TdClassName
{
border-color: #EA85DC;
}
.TagClassName
{
border-color: #EA85DC;
}
</style>