Shades of Pale Magenta #EC91DE
Tints of Pale Magenta #EC91DE
RGB
CMYK
RGB Variations
Color information
#EC91DE (or 0xEC91DE) is known color: Pale Magenta. HEX triplet: EC, 91 and DE. RGB value is (236,145,222). Sum of RGB (Red+Green+Blue) = 236+145+222=603 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.14% from 603); Green value is 145 (57.03% from 255 or 24.05% from 603); Blue value is 222 (87.11% from 255 or 36.82% from 603); Max value from RGB is 236 - color contains mainly: red. Hex color #EC91DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC91DE is #136E21. Grayscale: #B4B4B4. Windows color (decimal): -1273378 or 14586348. OLE color: 14586348.
HSL color Cylindrical-coordinate representation of color #EC91DE: hue angle of 309.23º 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 #EC91DE is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 145 | 222 | - |
| CMYK | 0 | 0.39 | 0.06 | 0.07 |
| HSL | 309.23º | 0.71% | 0.75% | - |
| HSV(B) | 309.23º | 0.39% | 0.93% | - |
| XYZ | 57.9 | 43.36 | 74.42 | - |
| YUV | 180.99 | 151.15 | 167.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 145 | 222 | 0 | 0.39 | 0.06 | 0.07 | 309.23 | 0.71 | 0.75 |
| Hex | EC | 91 | DE | 0 | 27 | 6 | 7 | 135 | 47 | 4B |
| Octal | 354 | 221 | 336 | 0 | 47 | 6 | 7 | 465 | 107 | 113 |
| Binary | 11101100 | 10010001 | 11011110 | 0 | 100111 | 110 | 111 | 100110101 | 1000111 | 1001011 |
Color Harmonies of #EC91DE
Complementary color
Monochromatic Colors of #EC91DE
Black with #EC91DE
Text Example
Text Example
White with #EC91DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC91DE; }
p { color: rgb(236,145,222); }
H1.HeaderClassName
{
color: #EC91DE;
}
.AnyTagClassName
{
color: #EC91DE;
}
</style>
background-color css
<style>
a { background-color: #EC91DE; }
a { background-color: rgb(236,145,222); }
div.DivClassName
{
background-color: #EC91DE;
}
.BgClassName
{
background-color: #EC91DE;
}
</style>
border-color css
<style>
span { border-color: #EC91DE; }
span { border-color: rgb(236,145,222); }
td.TdClassName
{
border-color: #EC91DE;
}
.TagClassName
{
border-color: #EC91DE;
}
</style>