Shades of Pale Magenta #EC8BDB
Tints of Pale Magenta #EC8BDB
RGB
CMYK
RGB Variations
Color information
#EC8BDB (or 0xEC8BDB) is known color: Pale Magenta. HEX triplet: EC, 8B and DB. RGB value is (236,139,219). Sum of RGB (Red+Green+Blue) = 236+139+219=594 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.73% from 594); Green value is 139 (54.69% from 255 or 23.40% from 594); Blue value is 219 (85.94% from 255 or 36.87% from 594); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8BDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8BDB is #137424. Grayscale: #B0B0B0. Windows color (decimal): -1274917 or 14388204. OLE color: 14388204.
HSL color Cylindrical-coordinate representation of color #EC8BDB: hue angle of 310.52º 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 #EC8BDB is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 139 | 219 | - |
| CMYK | 0 | 0.41 | 0.07 | 0.07 |
| HSL | 310.52º | 0.72% | 0.74% | - |
| HSV(B) | 310.52º | 0.41% | 0.93% | - |
| XYZ | 56.61 | 41.41 | 72.03 | - |
| YUV | 177.12 | 151.64 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 139 | 219 | 0 | 0.41 | 0.07 | 0.07 | 310.52 | 0.72 | 0.74 |
| Hex | EC | 8B | DB | 0 | 29 | 7 | 7 | 137 | 48 | 4A |
| Octal | 354 | 213 | 333 | 0 | 51 | 7 | 7 | 467 | 110 | 112 |
| Binary | 11101100 | 10001011 | 11011011 | 0 | 101001 | 111 | 111 | 100110111 | 1001000 | 1001010 |
Color Harmonies of #EC8BDB
Complementary color
Monochromatic Colors of #EC8BDB
Black with #EC8BDB
Text Example
Text Example
White with #EC8BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8BDB; }
p { color: rgb(236,139,219); }
H1.HeaderClassName
{
color: #EC8BDB;
}
.AnyTagClassName
{
color: #EC8BDB;
}
</style>
background-color css
<style>
a { background-color: #EC8BDB; }
a { background-color: rgb(236,139,219); }
div.DivClassName
{
background-color: #EC8BDB;
}
.BgClassName
{
background-color: #EC8BDB;
}
</style>
border-color css
<style>
span { border-color: #EC8BDB; }
span { border-color: rgb(236,139,219); }
td.TdClassName
{
border-color: #EC8BDB;
}
.TagClassName
{
border-color: #EC8BDB;
}
</style>