Shades of Pale Magenta #EA8CDA
Tints of Pale Magenta #EA8CDA
RGB
CMYK
RGB Variations
Color information
#EA8CDA (or 0xEA8CDA) is known color: Pale Magenta. HEX triplet: EA, 8C and DA. RGB value is (234,140,218). Sum of RGB (Red+Green+Blue) = 234+140+218=592 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.53% from 592); Green value is 140 (55.08% from 255 or 23.65% from 592); Blue value is 218 (85.55% from 255 or 36.82% from 592); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8CDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA8CDA is #157325. Grayscale: #B0B0B0. Windows color (decimal): -1405734 or 14322922. OLE color: 14322922.
HSL color Cylindrical-coordinate representation of color #EA8CDA: hue angle of 310.21º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EA8CDA is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 140 | 218 | - |
| CMYK | 0 | 0.40 | 0.07 | 0.08 |
| HSL | 310.21º | 0.69% | 0.73% | - |
| HSV(B) | 310.21º | 0.4% | 0.92% | - |
| XYZ | 55.96 | 41.31 | 71.35 | - |
| YUV | 177 | 151.14 | 168.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 140 | 218 | 0 | 0.40 | 0.07 | 0.08 | 310.21 | 0.69 | 0.73 |
| Hex | EA | 8C | DA | 0 | 28 | 7 | 8 | 136 | 45 | 49 |
| Octal | 352 | 214 | 332 | 0 | 50 | 7 | 10 | 466 | 105 | 111 |
| Binary | 11101010 | 10001100 | 11011010 | 0 | 101000 | 111 | 1000 | 100110110 | 1000101 | 1001001 |
Color Harmonies of #EA8CDA
Complementary color
Monochromatic Colors of #EA8CDA
Black with #EA8CDA
Text Example
Text Example
White with #EA8CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8CDA; }
p { color: rgb(234,140,218); }
H1.HeaderClassName
{
color: #EA8CDA;
}
.AnyTagClassName
{
color: #EA8CDA;
}
</style>
background-color css
<style>
a { background-color: #EA8CDA; }
a { background-color: rgb(234,140,218); }
div.DivClassName
{
background-color: #EA8CDA;
}
.BgClassName
{
background-color: #EA8CDA;
}
</style>
border-color css
<style>
span { border-color: #EA8CDA; }
span { border-color: rgb(234,140,218); }
td.TdClassName
{
border-color: #EA8CDA;
}
.TagClassName
{
border-color: #EA8CDA;
}
</style>