Shades of Pale Magenta #EC8ADB
Tints of Pale Magenta #EC8ADB
RGB
CMYK
RGB Variations
Color information
#EC8ADB (or 0xEC8ADB) is known color: Pale Magenta. HEX triplet: EC, 8A and DB. RGB value is (236,138,219). Sum of RGB (Red+Green+Blue) = 236+138+219=593 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.80% from 593); Green value is 138 (54.30% from 255 or 23.27% from 593); Blue value is 219 (85.94% from 255 or 36.93% from 593); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8ADB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8ADB is #137524. Grayscale: #B0B0B0. Windows color (decimal): -1275173 or 14387948. OLE color: 14387948.
HSL color Cylindrical-coordinate representation of color #EC8ADB: hue angle of 310.41º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EC8ADB is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 138 | 219 | - |
| CMYK | 0 | 0.42 | 0.07 | 0.07 |
| HSL | 310.41º | 0.72% | 0.73% | - |
| HSV(B) | 310.41º | 0.42% | 0.93% | - |
| XYZ | 56.47 | 41.12 | 71.98 | - |
| YUV | 176.54 | 151.97 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 138 | 219 | 0 | 0.42 | 0.07 | 0.07 | 310.41 | 0.72 | 0.73 |
| Hex | EC | 8A | DB | 0 | 2A | 7 | 7 | 136 | 48 | 49 |
| Octal | 354 | 212 | 333 | 0 | 52 | 7 | 7 | 466 | 110 | 111 |
| Binary | 11101100 | 10001010 | 11011011 | 0 | 101010 | 111 | 111 | 100110110 | 1001000 | 1001001 |
Color Harmonies of #EC8ADB
Complementary color
Monochromatic Colors of #EC8ADB
Black with #EC8ADB
Text Example
Text Example
White with #EC8ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8ADB; }
p { color: rgb(236,138,219); }
H1.HeaderClassName
{
color: #EC8ADB;
}
.AnyTagClassName
{
color: #EC8ADB;
}
</style>
background-color css
<style>
a { background-color: #EC8ADB; }
a { background-color: rgb(236,138,219); }
div.DivClassName
{
background-color: #EC8ADB;
}
.BgClassName
{
background-color: #EC8ADB;
}
</style>
border-color css
<style>
span { border-color: #EC8ADB; }
span { border-color: rgb(236,138,219); }
td.TdClassName
{
border-color: #EC8ADB;
}
.TagClassName
{
border-color: #EC8ADB;
}
</style>