Shades of Pale Magenta #EC90DF
Tints of Pale Magenta #EC90DF
RGB
CMYK
RGB Variations
Color information
#EC90DF (or 0xEC90DF) is known color: Pale Magenta. HEX triplet: EC, 90 and DF. RGB value is (236,144,223). Sum of RGB (Red+Green+Blue) = 236+144+223=603 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.14% from 603); Green value is 144 (56.64% from 255 or 23.88% from 603); Blue value is 223 (87.5% from 255 or 36.98% from 603); Max value from RGB is 236 - color contains mainly: red. Hex color #EC90DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC90DF is #136F20. Grayscale: #B4B4B4. Windows color (decimal): -1273633 or 14651628. OLE color: 14651628.
HSL color Cylindrical-coordinate representation of color #EC90DF: hue angle of 308.48º 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 #EC90DF is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 144 | 223 | - |
| CMYK | 0 | 0.39 | 0.06 | 0.07 |
| HSL | 308.48º | 0.71% | 0.75% | - |
| HSV(B) | 308.48º | 0.39% | 0.93% | - |
| XYZ | 57.88 | 43.11 | 75.08 | - |
| YUV | 180.51 | 151.98 | 167.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 144 | 223 | 0 | 0.39 | 0.06 | 0.07 | 308.48 | 0.71 | 0.75 |
| Hex | EC | 90 | DF | 0 | 27 | 6 | 7 | 134 | 47 | 4B |
| Octal | 354 | 220 | 337 | 0 | 47 | 6 | 7 | 464 | 107 | 113 |
| Binary | 11101100 | 10010000 | 11011111 | 0 | 100111 | 110 | 111 | 100110100 | 1000111 | 1001011 |
Color Harmonies of #EC90DF
Complementary color
Monochromatic Colors of #EC90DF
Black with #EC90DF
Text Example
Text Example
White with #EC90DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC90DF; }
p { color: rgb(236,144,223); }
H1.HeaderClassName
{
color: #EC90DF;
}
.AnyTagClassName
{
color: #EC90DF;
}
</style>
background-color css
<style>
a { background-color: #EC90DF; }
a { background-color: rgb(236,144,223); }
div.DivClassName
{
background-color: #EC90DF;
}
.BgClassName
{
background-color: #EC90DF;
}
</style>
border-color css
<style>
span { border-color: #EC90DF; }
span { border-color: rgb(236,144,223); }
td.TdClassName
{
border-color: #EC90DF;
}
.TagClassName
{
border-color: #EC90DF;
}
</style>