Shades of Pale Magenta #EC91DF
Tints of Pale Magenta #EC91DF
RGB
CMYK
RGB Variations
Color information
#EC91DF (or 0xEC91DF) is known color: Pale Magenta. HEX triplet: EC, 91 and DF. RGB value is (236,145,223). Sum of RGB (Red+Green+Blue) = 236+145+223=604 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.07% from 604); Green value is 145 (57.03% from 255 or 24.01% from 604); Blue value is 223 (87.5% from 255 or 36.92% from 604); Max value from RGB is 236 - color contains mainly: red. Hex color #EC91DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC91DF is #136E20. Grayscale: #B4B4B4. Windows color (decimal): -1273377 or 14651884. OLE color: 14651884.
HSL color Cylindrical-coordinate representation of color #EC91DF: hue angle of 308.57º 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 #EC91DF is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 145 | 223 | - |
| CMYK | 0 | 0.39 | 0.06 | 0.07 |
| HSL | 308.57º | 0.71% | 0.75% | - |
| HSV(B) | 308.57º | 0.39% | 0.93% | - |
| XYZ | 58.04 | 43.41 | 75.13 | - |
| YUV | 181.1 | 151.65 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 145 | 223 | 0 | 0.39 | 0.06 | 0.07 | 308.57 | 0.71 | 0.75 |
| Hex | EC | 91 | DF | 0 | 27 | 6 | 7 | 135 | 47 | 4B |
| Octal | 354 | 221 | 337 | 0 | 47 | 6 | 7 | 465 | 107 | 113 |
| Binary | 11101100 | 10010001 | 11011111 | 0 | 100111 | 110 | 111 | 100110101 | 1000111 | 1001011 |
Color Harmonies of #EC91DF
Complementary color
Monochromatic Colors of #EC91DF
Black with #EC91DF
Text Example
Text Example
White with #EC91DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC91DF; }
p { color: rgb(236,145,223); }
H1.HeaderClassName
{
color: #EC91DF;
}
.AnyTagClassName
{
color: #EC91DF;
}
</style>
background-color css
<style>
a { background-color: #EC91DF; }
a { background-color: rgb(236,145,223); }
div.DivClassName
{
background-color: #EC91DF;
}
.BgClassName
{
background-color: #EC91DF;
}
</style>
border-color css
<style>
span { border-color: #EC91DF; }
span { border-color: rgb(236,145,223); }
td.TdClassName
{
border-color: #EC91DF;
}
.TagClassName
{
border-color: #EC91DF;
}
</style>