Shades of Pale Magenta #EC8CDB
Tints of Pale Magenta #EC8CDB
RGB
CMYK
RGB Variations
Color information
#EC8CDB (or 0xEC8CDB) is known color: Pale Magenta. HEX triplet: EC, 8C and DB. RGB value is (236,140,219). Sum of RGB (Red+Green+Blue) = 236+140+219=595 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.66% from 595); Green value is 140 (55.08% from 255 or 23.53% from 595); Blue value is 219 (85.94% from 255 or 36.81% from 595); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8CDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8CDB is #137324. Grayscale: #B1B1B1. Windows color (decimal): -1274661 or 14388460. OLE color: 14388460.
HSL color Cylindrical-coordinate representation of color #EC8CDB: hue angle of 310.62º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EC8CDB is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 140 | 219 | - |
| CMYK | 0 | 0.41 | 0.07 | 0.07 |
| HSL | 310.63º | 0.72% | 0.74% | - |
| HSV(B) | 310.63º | 0.41% | 0.93% | - |
| XYZ | 56.76 | 41.7 | 72.08 | - |
| YUV | 177.71 | 151.3 | 169.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 140 | 219 | 0 | 0.41 | 0.07 | 0.07 | 310.63 | 0.72 | 0.74 |
| Hex | EC | 8C | DB | 0 | 29 | 7 | 7 | 137 | 48 | 4A |
| Octal | 354 | 214 | 333 | 0 | 51 | 7 | 7 | 467 | 110 | 112 |
| Binary | 11101100 | 10001100 | 11011011 | 0 | 101001 | 111 | 111 | 100110111 | 1001000 | 1001010 |
Color Harmonies of #EC8CDB
Complementary color
Monochromatic Colors of #EC8CDB
Black with #EC8CDB
Text Example
Text Example
White with #EC8CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8CDB; }
p { color: rgb(236,140,219); }
H1.HeaderClassName
{
color: #EC8CDB;
}
.AnyTagClassName
{
color: #EC8CDB;
}
</style>
background-color css
<style>
a { background-color: #EC8CDB; }
a { background-color: rgb(236,140,219); }
div.DivClassName
{
background-color: #EC8CDB;
}
.BgClassName
{
background-color: #EC8CDB;
}
</style>
border-color css
<style>
span { border-color: #EC8CDB; }
span { border-color: rgb(236,140,219); }
td.TdClassName
{
border-color: #EC8CDB;
}
.TagClassName
{
border-color: #EC8CDB;
}
</style>