Shades of Pale Magenta #EC90DD
Tints of Pale Magenta #EC90DD
RGB
CMYK
RGB Variations
Color information
#EC90DD (or 0xEC90DD) is known color: Pale Magenta. HEX triplet: EC, 90 and DD. RGB value is (236,144,221). Sum of RGB (Red+Green+Blue) = 236+144+221=601 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.27% from 601); Green value is 144 (56.64% from 255 or 23.96% from 601); Blue value is 221 (86.72% from 255 or 36.77% from 601); Max value from RGB is 236 - color contains mainly: red. Hex color #EC90DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC90DD is #136F22. Grayscale: #B4B4B4. Windows color (decimal): -1273635 or 14520556. OLE color: 14520556.
HSL color Cylindrical-coordinate representation of color #EC90DD: hue angle of 309.78º 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 #EC90DD is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 144 | 221 | - |
| CMYK | 0 | 0.39 | 0.06 | 0.07 |
| HSL | 309.78º | 0.71% | 0.75% | - |
| HSV(B) | 309.78º | 0.39% | 0.93% | - |
| XYZ | 57.62 | 43 | 73.67 | - |
| YUV | 180.29 | 150.98 | 167.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 144 | 221 | 0 | 0.39 | 0.06 | 0.07 | 309.78 | 0.71 | 0.75 |
| Hex | EC | 90 | DD | 0 | 27 | 6 | 7 | 136 | 47 | 4B |
| Octal | 354 | 220 | 335 | 0 | 47 | 6 | 7 | 466 | 107 | 113 |
| Binary | 11101100 | 10010000 | 11011101 | 0 | 100111 | 110 | 111 | 100110110 | 1000111 | 1001011 |
Color Harmonies of #EC90DD
Complementary color
Monochromatic Colors of #EC90DD
Black with #EC90DD
Text Example
Text Example
White with #EC90DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC90DD; }
p { color: rgb(236,144,221); }
H1.HeaderClassName
{
color: #EC90DD;
}
.AnyTagClassName
{
color: #EC90DD;
}
</style>
background-color css
<style>
a { background-color: #EC90DD; }
a { background-color: rgb(236,144,221); }
div.DivClassName
{
background-color: #EC90DD;
}
.BgClassName
{
background-color: #EC90DD;
}
</style>
border-color css
<style>
span { border-color: #EC90DD; }
span { border-color: rgb(236,144,221); }
td.TdClassName
{
border-color: #EC90DD;
}
.TagClassName
{
border-color: #EC90DD;
}
</style>