Shades of Pale Magenta #EC90D5
Tints of Pale Magenta #EC90D5
RGB
CMYK
RGB Variations
Color information
#EC90D5 (or 0xEC90D5) is known color: Pale Magenta. HEX triplet: EC, 90 and D5. RGB value is (236,144,213). Sum of RGB (Red+Green+Blue) = 236+144+213=593 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.80% from 593); Green value is 144 (56.64% from 255 or 24.28% from 593); Blue value is 213 (83.59% from 255 or 35.92% from 593); Max value from RGB is 236 - color contains mainly: red. Hex color #EC90D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC90D5 is #136F2A. Grayscale: #B3B3B3. Windows color (decimal): -1273643 or 13996268. OLE color: 13996268.
HSL color Cylindrical-coordinate representation of color #EC90D5: hue angle of 315º 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 #EC90D5 is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 144 | 213 | - |
| CMYK | 0 | 0.39 | 0.10 | 0.07 |
| HSL | 315º | 0.71% | 0.75% | - |
| HSV(B) | 315º | 0.39% | 0.93% | - |
| XYZ | 56.58 | 42.58 | 68.19 | - |
| YUV | 179.37 | 146.98 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 144 | 213 | 0 | 0.39 | 0.10 | 0.07 | 315 | 0.71 | 0.75 |
| Hex | EC | 90 | D5 | 0 | 27 | A | 7 | 13B | 47 | 4B |
| Octal | 354 | 220 | 325 | 0 | 47 | 12 | 7 | 473 | 107 | 113 |
| Binary | 11101100 | 10010000 | 11010101 | 0 | 100111 | 1010 | 111 | 100111011 | 1000111 | 1001011 |
Color Harmonies of #EC90D5
Complementary color
Monochromatic Colors of #EC90D5
Black with #EC90D5
Text Example
Text Example
White with #EC90D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC90D5; }
p { color: rgb(236,144,213); }
H1.HeaderClassName
{
color: #EC90D5;
}
.AnyTagClassName
{
color: #EC90D5;
}
</style>
background-color css
<style>
a { background-color: #EC90D5; }
a { background-color: rgb(236,144,213); }
div.DivClassName
{
background-color: #EC90D5;
}
.BgClassName
{
background-color: #EC90D5;
}
</style>
border-color css
<style>
span { border-color: #EC90D5; }
span { border-color: rgb(236,144,213); }
td.TdClassName
{
border-color: #EC90D5;
}
.TagClassName
{
border-color: #EC90D5;
}
</style>