Shades of Pale Magenta #EC8ADE
Tints of Pale Magenta #EC8ADE
RGB
CMYK
RGB Variations
Color information
#EC8ADE (or 0xEC8ADE) is known color: Pale Magenta. HEX triplet: EC, 8A and DE. RGB value is (236,138,222). Sum of RGB (Red+Green+Blue) = 236+138+222=596 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.60% from 596); Green value is 138 (54.30% from 255 or 23.15% from 596); Blue value is 222 (87.11% from 255 or 37.25% from 596); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8ADE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8ADE is #137521. Grayscale: #B0B0B0. Windows color (decimal): -1275170 or 14584556. OLE color: 14584556.
HSL color Cylindrical-coordinate representation of color #EC8ADE: hue angle of 308.57º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EC8ADE is Cyan = 0, Magento = 0.42, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 138 | 222 | - |
| CMYK | 0 | 0.42 | 0.06 | 0.07 |
| HSL | 308.57º | 0.72% | 0.73% | - |
| HSV(B) | 308.57º | 0.42% | 0.93% | - |
| XYZ | 56.87 | 41.28 | 74.08 | - |
| YUV | 176.88 | 153.47 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 138 | 222 | 0 | 0.42 | 0.06 | 0.07 | 308.57 | 0.72 | 0.73 |
| Hex | EC | 8A | DE | 0 | 2A | 6 | 7 | 135 | 48 | 49 |
| Octal | 354 | 212 | 336 | 0 | 52 | 6 | 7 | 465 | 110 | 111 |
| Binary | 11101100 | 10001010 | 11011110 | 0 | 101010 | 110 | 111 | 100110101 | 1001000 | 1001001 |
Color Harmonies of #EC8ADE
Complementary color
Monochromatic Colors of #EC8ADE
Black with #EC8ADE
Text Example
Text Example
White with #EC8ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8ADE; }
p { color: rgb(236,138,222); }
H1.HeaderClassName
{
color: #EC8ADE;
}
.AnyTagClassName
{
color: #EC8ADE;
}
</style>
background-color css
<style>
a { background-color: #EC8ADE; }
a { background-color: rgb(236,138,222); }
div.DivClassName
{
background-color: #EC8ADE;
}
.BgClassName
{
background-color: #EC8ADE;
}
</style>
border-color css
<style>
span { border-color: #EC8ADE; }
span { border-color: rgb(236,138,222); }
td.TdClassName
{
border-color: #EC8ADE;
}
.TagClassName
{
border-color: #EC8ADE;
}
</style>