Shades of Pale Magenta #EA8DDB
Tints of Pale Magenta #EA8DDB
RGB
CMYK
RGB Variations
Color information
#EA8DDB (or 0xEA8DDB) is known color: Pale Magenta. HEX triplet: EA, 8D and DB. RGB value is (234,141,219). Sum of RGB (Red+Green+Blue) = 234+141+219=594 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.39% from 594); Green value is 141 (55.47% from 255 or 23.74% from 594); Blue value is 219 (85.94% from 255 or 36.87% from 594); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8DDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA8DDB is #157224. Grayscale: #B1B1B1. Windows color (decimal): -1405477 or 14388714. OLE color: 14388714.
HSL color Cylindrical-coordinate representation of color #EA8DDB: hue angle of 309.68º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EA8DDB is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 141 | 219 | - |
| CMYK | 0 | 0.40 | 0.06 | 0.08 |
| HSL | 309.68º | 0.69% | 0.74% | - |
| HSV(B) | 309.68º | 0.4% | 0.92% | - |
| XYZ | 56.24 | 41.66 | 72.09 | - |
| YUV | 177.7 | 151.31 | 168.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 141 | 219 | 0 | 0.40 | 0.06 | 0.08 | 309.68 | 0.69 | 0.74 |
| Hex | EA | 8D | DB | 0 | 28 | 6 | 8 | 136 | 45 | 4A |
| Octal | 352 | 215 | 333 | 0 | 50 | 6 | 10 | 466 | 105 | 112 |
| Binary | 11101010 | 10001101 | 11011011 | 0 | 101000 | 110 | 1000 | 100110110 | 1000101 | 1001010 |
Color Harmonies of #EA8DDB
Complementary color
Monochromatic Colors of #EA8DDB
Black with #EA8DDB
Text Example
Text Example
White with #EA8DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8DDB; }
p { color: rgb(234,141,219); }
H1.HeaderClassName
{
color: #EA8DDB;
}
.AnyTagClassName
{
color: #EA8DDB;
}
</style>
background-color css
<style>
a { background-color: #EA8DDB; }
a { background-color: rgb(234,141,219); }
div.DivClassName
{
background-color: #EA8DDB;
}
.BgClassName
{
background-color: #EA8DDB;
}
</style>
border-color css
<style>
span { border-color: #EA8DDB; }
span { border-color: rgb(234,141,219); }
td.TdClassName
{
border-color: #EA8DDB;
}
.TagClassName
{
border-color: #EA8DDB;
}
</style>