Shades of Pale Magenta #EA8CDB
Tints of Pale Magenta #EA8CDB
RGB
CMYK
RGB Variations
Color information
#EA8CDB (or 0xEA8CDB) is known color: Pale Magenta. HEX triplet: EA, 8C and DB. RGB value is (234,140,219). Sum of RGB (Red+Green+Blue) = 234+140+219=593 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.46% from 593); Green value is 140 (55.08% from 255 or 23.61% from 593); Blue value is 219 (85.94% from 255 or 36.93% from 593); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8CDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA8CDB is #157324. Grayscale: #B0B0B0. Windows color (decimal): -1405733 or 14388458. OLE color: 14388458.
HSL color Cylindrical-coordinate representation of color #EA8CDB: hue angle of 309.57º 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 #EA8CDB is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 140 | 219 | - |
| CMYK | 0 | 0.40 | 0.06 | 0.08 |
| HSL | 309.57º | 0.69% | 0.73% | - |
| HSV(B) | 309.57º | 0.4% | 0.92% | - |
| XYZ | 56.1 | 41.36 | 72.05 | - |
| YUV | 177.11 | 151.64 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 140 | 219 | 0 | 0.40 | 0.06 | 0.08 | 309.57 | 0.69 | 0.73 |
| Hex | EA | 8C | DB | 0 | 28 | 6 | 8 | 136 | 45 | 49 |
| Octal | 352 | 214 | 333 | 0 | 50 | 6 | 10 | 466 | 105 | 111 |
| Binary | 11101010 | 10001100 | 11011011 | 0 | 101000 | 110 | 1000 | 100110110 | 1000101 | 1001001 |
Color Harmonies of #EA8CDB
Complementary color
Monochromatic Colors of #EA8CDB
Black with #EA8CDB
Text Example
Text Example
White with #EA8CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8CDB; }
p { color: rgb(234,140,219); }
H1.HeaderClassName
{
color: #EA8CDB;
}
.AnyTagClassName
{
color: #EA8CDB;
}
</style>
background-color css
<style>
a { background-color: #EA8CDB; }
a { background-color: rgb(234,140,219); }
div.DivClassName
{
background-color: #EA8CDB;
}
.BgClassName
{
background-color: #EA8CDB;
}
</style>
border-color css
<style>
span { border-color: #EA8CDB; }
span { border-color: rgb(234,140,219); }
td.TdClassName
{
border-color: #EA8CDB;
}
.TagClassName
{
border-color: #EA8CDB;
}
</style>