Shades of Pale Magenta #EC90DC
Tints of Pale Magenta #EC90DC
RGB
CMYK
RGB Variations
Color information
#EC90DC (or 0xEC90DC) is known color: Pale Magenta. HEX triplet: EC, 90 and DC. RGB value is (236,144,220). Sum of RGB (Red+Green+Blue) = 236+144+220=600 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.33% from 600); Green value is 144 (56.64% from 255 or 24% from 600); Blue value is 220 (86.33% from 255 or 36.67% from 600); Max value from RGB is 236 - color contains mainly: red. Hex color #EC90DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC90DC is #136F23. Grayscale: #B3B3B3. Windows color (decimal): -1273636 or 14455020. OLE color: 14455020.
HSL color Cylindrical-coordinate representation of color #EC90DC: hue angle of 310.43º 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 #EC90DC is Cyan = 0, Magento = 0.39, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 144 | 220 | - |
| CMYK | 0 | 0.39 | 0.07 | 0.07 |
| HSL | 310.43º | 0.71% | 0.75% | - |
| HSV(B) | 310.43º | 0.39% | 0.93% | - |
| XYZ | 57.48 | 42.95 | 72.97 | - |
| YUV | 180.17 | 150.48 | 167.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 144 | 220 | 0 | 0.39 | 0.07 | 0.07 | 310.43 | 0.71 | 0.75 |
| Hex | EC | 90 | DC | 0 | 27 | 7 | 7 | 136 | 47 | 4B |
| Octal | 354 | 220 | 334 | 0 | 47 | 7 | 7 | 466 | 107 | 113 |
| Binary | 11101100 | 10010000 | 11011100 | 0 | 100111 | 111 | 111 | 100110110 | 1000111 | 1001011 |
Color Harmonies of #EC90DC
Complementary color
Monochromatic Colors of #EC90DC
Black with #EC90DC
Text Example
Text Example
White with #EC90DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC90DC; }
p { color: rgb(236,144,220); }
H1.HeaderClassName
{
color: #EC90DC;
}
.AnyTagClassName
{
color: #EC90DC;
}
</style>
background-color css
<style>
a { background-color: #EC90DC; }
a { background-color: rgb(236,144,220); }
div.DivClassName
{
background-color: #EC90DC;
}
.BgClassName
{
background-color: #EC90DC;
}
</style>
border-color css
<style>
span { border-color: #EC90DC; }
span { border-color: rgb(236,144,220); }
td.TdClassName
{
border-color: #EC90DC;
}
.TagClassName
{
border-color: #EC90DC;
}
</style>