Shades of Pale Magenta #EC91E0
Tints of Pale Magenta #EC91E0
RGB
CMYK
RGB Variations
Color information
#EC91E0 (or 0xEC91E0) is known color: Pale Magenta. HEX triplet: EC, 91 and E0. RGB value is (236,145,224). Sum of RGB (Red+Green+Blue) = 236+145+224=605 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.01% from 605); Green value is 145 (57.03% from 255 or 23.97% from 605); Blue value is 224 (87.89% from 255 or 37.02% from 605); Max value from RGB is 236 - color contains mainly: red. Hex color #EC91E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC91E0 is #136E1F. Grayscale: #B4B4B4. Windows color (decimal): -1273376 or 14717420. OLE color: 14717420.
HSL color Cylindrical-coordinate representation of color #EC91E0: hue angle of 307.91º 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 #EC91E0 is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 145 | 224 | - |
| CMYK | 0 | 0.39 | 0.05 | 0.07 |
| HSL | 307.91º | 0.71% | 0.75% | - |
| HSV(B) | 307.91º | 0.39% | 0.93% | - |
| XYZ | 58.17 | 43.47 | 75.84 | - |
| YUV | 181.22 | 152.15 | 167.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 145 | 224 | 0 | 0.39 | 0.05 | 0.07 | 307.91 | 0.71 | 0.75 |
| Hex | EC | 91 | E0 | 0 | 27 | 5 | 7 | 134 | 47 | 4B |
| Octal | 354 | 221 | 340 | 0 | 47 | 5 | 7 | 464 | 107 | 113 |
| Binary | 11101100 | 10010001 | 11100000 | 0 | 100111 | 101 | 111 | 100110100 | 1000111 | 1001011 |
Color Harmonies of #EC91E0
Complementary color
Monochromatic Colors of #EC91E0
Black with #EC91E0
Text Example
Text Example
White with #EC91E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC91E0; }
p { color: rgb(236,145,224); }
H1.HeaderClassName
{
color: #EC91E0;
}
.AnyTagClassName
{
color: #EC91E0;
}
</style>
background-color css
<style>
a { background-color: #EC91E0; }
a { background-color: rgb(236,145,224); }
div.DivClassName
{
background-color: #EC91E0;
}
.BgClassName
{
background-color: #EC91E0;
}
</style>
border-color css
<style>
span { border-color: #EC91E0; }
span { border-color: rgb(236,145,224); }
td.TdClassName
{
border-color: #EC91E0;
}
.TagClassName
{
border-color: #EC91E0;
}
</style>