Shades of Pale Magenta #EC8DD4
Tints of Pale Magenta #EC8DD4
RGB
CMYK
RGB Variations
Color information
#EC8DD4 (or 0xEC8DD4) is known color: Pale Magenta. HEX triplet: EC, 8D and D4. RGB value is (236,141,212). Sum of RGB (Red+Green+Blue) = 236+141+212=589 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40.07% from 589); Green value is 141 (55.47% from 255 or 23.94% from 589); Blue value is 212 (83.20% from 255 or 35.99% from 589); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8DD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8DD4 is #13722B. Grayscale: #B1B1B1. Windows color (decimal): -1274412 or 13929964. OLE color: 13929964.
HSL color Cylindrical-coordinate representation of color #EC8DD4: hue angle of 315.16º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EC8DD4 is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 141 | 212 | - |
CMYK | 0 | 0.40 | 0.10 | 0.07 |
HSL | 315.16º | 0.71% | 0.74% | - |
HSV(B) | 315.16º | 0.4% | 0.93% | - |
XYZ | 56 | 41.64 | 67.37 | - |
YUV | 177.5 | 147.47 | 169.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 141 | 212 | 0 | 0.40 | 0.10 | 0.07 | 315.16 | 0.71 | 0.74 |
Hex | EC | 8D | D4 | 0 | 28 | A | 7 | 13B | 47 | 4A |
Octal | 354 | 215 | 324 | 0 | 50 | 12 | 7 | 473 | 107 | 112 |
Binary | 11101100 | 10001101 | 11010100 | 0 | 101000 | 1010 | 111 | 100111011 | 1000111 | 1001010 |
Color Harmonies of #EC8DD4
Complementary color
Monochromatic Colors of #EC8DD4
Black with #EC8DD4
Text Example
Text Example
White with #EC8DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8DD4; }
p { color: rgb(236,141,212); }
H1.HeaderClassName
{
color: #EC8DD4;
}
.AnyTagClassName
{
color: #EC8DD4;
}
</style>
background-color css
<style>
a { background-color: #EC8DD4; }
a { background-color: rgb(236,141,212); }
div.DivClassName
{
background-color: #EC8DD4;
}
.BgClassName
{
background-color: #EC8DD4;
}
</style>
border-color css
<style>
span { border-color: #EC8DD4; }
span { border-color: rgb(236,141,212); }
td.TdClassName
{
border-color: #EC8DD4;
}
.TagClassName
{
border-color: #EC8DD4;
}
</style>