Shades of Pale Magenta #EC91DB
Tints of Pale Magenta #EC91DB
RGB
CMYK
RGB Variations
Color information
#EC91DB (or 0xEC91DB) is known color: Pale Magenta. HEX triplet: EC, 91 and DB. RGB value is (236,145,219). Sum of RGB (Red+Green+Blue) = 236+145+219=600 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.33% from 600); Green value is 145 (57.03% from 255 or 24.17% from 600); Blue value is 219 (85.94% from 255 or 36.5% from 600); Max value from RGB is 236 - color contains mainly: red. Hex color #EC91DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC91DB is #136E24. Grayscale: #B4B4B4. Windows color (decimal): -1273381 or 14389740. OLE color: 14389740.
HSL color Cylindrical-coordinate representation of color #EC91DB: hue angle of 311.21º 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 #EC91DB is Cyan = 0, Magento = 0.39, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 145 | 219 | - |
| CMYK | 0 | 0.39 | 0.07 | 0.07 |
| HSL | 311.21º | 0.71% | 0.75% | - |
| HSV(B) | 311.21º | 0.39% | 0.93% | - |
| XYZ | 57.5 | 43.2 | 72.33 | - |
| YUV | 180.65 | 149.65 | 167.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 145 | 219 | 0 | 0.39 | 0.07 | 0.07 | 311.21 | 0.71 | 0.75 |
| Hex | EC | 91 | DB | 0 | 27 | 7 | 7 | 137 | 47 | 4B |
| Octal | 354 | 221 | 333 | 0 | 47 | 7 | 7 | 467 | 107 | 113 |
| Binary | 11101100 | 10010001 | 11011011 | 0 | 100111 | 111 | 111 | 100110111 | 1000111 | 1001011 |
Color Harmonies of #EC91DB
Complementary color
Monochromatic Colors of #EC91DB
Black with #EC91DB
Text Example
Text Example
White with #EC91DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC91DB; }
p { color: rgb(236,145,219); }
H1.HeaderClassName
{
color: #EC91DB;
}
.AnyTagClassName
{
color: #EC91DB;
}
</style>
background-color css
<style>
a { background-color: #EC91DB; }
a { background-color: rgb(236,145,219); }
div.DivClassName
{
background-color: #EC91DB;
}
.BgClassName
{
background-color: #EC91DB;
}
</style>
border-color css
<style>
span { border-color: #EC91DB; }
span { border-color: rgb(236,145,219); }
td.TdClassName
{
border-color: #EC91DB;
}
.TagClassName
{
border-color: #EC91DB;
}
</style>