Shades of Pale Magenta #EC90DB
Tints of Pale Magenta #EC90DB
RGB
CMYK
RGB Variations
Color information
#EC90DB (or 0xEC90DB) is known color: Pale Magenta. HEX triplet: EC, 90 and DB. RGB value is (236,144,219). Sum of RGB (Red+Green+Blue) = 236+144+219=599 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.40% from 599); Green value is 144 (56.64% from 255 or 24.04% from 599); Blue value is 219 (85.94% from 255 or 36.56% from 599); Max value from RGB is 236 - color contains mainly: red. Hex color #EC90DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC90DB is #136F24. Grayscale: #B3B3B3. Windows color (decimal): -1273637 or 14389484. OLE color: 14389484.
HSL color Cylindrical-coordinate representation of color #EC90DB: hue angle of 311.09º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EC90DB is Cyan = 0, Magento = 0.39, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 144 | 219 | - |
| CMYK | 0 | 0.39 | 0.07 | 0.07 |
| HSL | 311.09º | 0.71% | 0.75% | - |
| HSV(B) | 311.09º | 0.39% | 0.93% | - |
| XYZ | 57.35 | 42.89 | 72.27 | - |
| YUV | 180.06 | 149.98 | 167.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 144 | 219 | 0 | 0.39 | 0.07 | 0.07 | 311.09 | 0.71 | 0.75 |
| Hex | EC | 90 | DB | 0 | 27 | 7 | 7 | 137 | 47 | 4B |
| Octal | 354 | 220 | 333 | 0 | 47 | 7 | 7 | 467 | 107 | 113 |
| Binary | 11101100 | 10010000 | 11011011 | 0 | 100111 | 111 | 111 | 100110111 | 1000111 | 1001011 |
Color Harmonies of #EC90DB
Complementary color
Monochromatic Colors of #EC90DB
Black with #EC90DB
Text Example
Text Example
White with #EC90DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC90DB; }
p { color: rgb(236,144,219); }
H1.HeaderClassName
{
color: #EC90DB;
}
.AnyTagClassName
{
color: #EC90DB;
}
</style>
background-color css
<style>
a { background-color: #EC90DB; }
a { background-color: rgb(236,144,219); }
div.DivClassName
{
background-color: #EC90DB;
}
.BgClassName
{
background-color: #EC90DB;
}
</style>
border-color css
<style>
span { border-color: #EC90DB; }
span { border-color: rgb(236,144,219); }
td.TdClassName
{
border-color: #EC90DB;
}
.TagClassName
{
border-color: #EC90DB;
}
</style>