Shades of Pale Magenta #EC8FD3
Tints of Pale Magenta #EC8FD3
RGB
CMYK
RGB Variations
Color information
#EC8FD3 (or 0xEC8FD3) is known color: Pale Magenta. HEX triplet: EC, 8F and D3. RGB value is (236,143,211). Sum of RGB (Red+Green+Blue) = 236+143+211=590 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40% from 590); Green value is 143 (56.25% from 255 or 24.24% from 590); Blue value is 211 (82.81% from 255 or 35.76% from 590); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8FD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8FD3 is #13702C. Grayscale: #B2B2B2. Windows color (decimal): -1273901 or 13864940. OLE color: 13864940.
HSL color Cylindrical-coordinate representation of color #EC8FD3: hue angle of 316.13º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EC8FD3 is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 143 | 211 | - |
| CMYK | 0 | 0.39 | 0.11 | 0.07 |
| HSL | 316.13º | 0.71% | 0.74% | - |
| HSV(B) | 316.13º | 0.39% | 0.93% | - |
| XYZ | 56.17 | 42.18 | 66.81 | - |
| YUV | 178.56 | 146.31 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 143 | 211 | 0 | 0.39 | 0.11 | 0.07 | 316.13 | 0.71 | 0.74 |
| Hex | EC | 8F | D3 | 0 | 27 | B | 7 | 13C | 47 | 4A |
| Octal | 354 | 217 | 323 | 0 | 47 | 13 | 7 | 474 | 107 | 112 |
| Binary | 11101100 | 10001111 | 11010011 | 0 | 100111 | 1011 | 111 | 100111100 | 1000111 | 1001010 |
Color Harmonies of #EC8FD3
Complementary color
Monochromatic Colors of #EC8FD3
Black with #EC8FD3
Text Example
Text Example
White with #EC8FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8FD3; }
p { color: rgb(236,143,211); }
H1.HeaderClassName
{
color: #EC8FD3;
}
.AnyTagClassName
{
color: #EC8FD3;
}
</style>
background-color css
<style>
a { background-color: #EC8FD3; }
a { background-color: rgb(236,143,211); }
div.DivClassName
{
background-color: #EC8FD3;
}
.BgClassName
{
background-color: #EC8FD3;
}
</style>
border-color css
<style>
span { border-color: #EC8FD3; }
span { border-color: rgb(236,143,211); }
td.TdClassName
{
border-color: #EC8FD3;
}
.TagClassName
{
border-color: #EC8FD3;
}
</style>