Shades of Pale Magenta #EA8CDF
Tints of Pale Magenta #EA8CDF
RGB
CMYK
RGB Variations
Color information
#EA8CDF (or 0xEA8CDF) is known color: Pale Magenta. HEX triplet: EA, 8C and DF. RGB value is (234,140,223). Sum of RGB (Red+Green+Blue) = 234+140+223=597 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.20% from 597); Green value is 140 (55.08% from 255 or 23.45% from 597); Blue value is 223 (87.5% from 255 or 37.35% from 597); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8CDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA8CDF is #157320. Grayscale: #B1B1B1. Windows color (decimal): -1405729 or 14650602. OLE color: 14650602.
HSL color Cylindrical-coordinate representation of color #EA8CDF: hue angle of 307.02º 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 #EA8CDF is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 140 | 223 | - |
| CMYK | 0 | 0.40 | 0.05 | 0.08 |
| HSL | 307.02º | 0.69% | 0.73% | - |
| HSV(B) | 307.02º | 0.4% | 0.92% | - |
| XYZ | 56.63 | 41.58 | 74.85 | - |
| YUV | 177.57 | 153.64 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 140 | 223 | 0 | 0.40 | 0.05 | 0.08 | 307.02 | 0.69 | 0.73 |
| Hex | EA | 8C | DF | 0 | 28 | 5 | 8 | 133 | 45 | 49 |
| Octal | 352 | 214 | 337 | 0 | 50 | 5 | 10 | 463 | 105 | 111 |
| Binary | 11101010 | 10001100 | 11011111 | 0 | 101000 | 101 | 1000 | 100110011 | 1000101 | 1001001 |
Color Harmonies of #EA8CDF
Complementary color
Monochromatic Colors of #EA8CDF
Black with #EA8CDF
Text Example
Text Example
White with #EA8CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8CDF; }
p { color: rgb(234,140,223); }
H1.HeaderClassName
{
color: #EA8CDF;
}
.AnyTagClassName
{
color: #EA8CDF;
}
</style>
background-color css
<style>
a { background-color: #EA8CDF; }
a { background-color: rgb(234,140,223); }
div.DivClassName
{
background-color: #EA8CDF;
}
.BgClassName
{
background-color: #EA8CDF;
}
</style>
border-color css
<style>
span { border-color: #EA8CDF; }
span { border-color: rgb(234,140,223); }
td.TdClassName
{
border-color: #EA8CDF;
}
.TagClassName
{
border-color: #EA8CDF;
}
</style>