Shades of Pale Magenta #EC8FD2
Tints of Pale Magenta #EC8FD2
RGB
CMYK
RGB Variations
Color information
#EC8FD2 (or 0xEC8FD2) is known color: Pale Magenta. HEX triplet: EC, 8F and D2. RGB value is (236,143,210). Sum of RGB (Red+Green+Blue) = 236+143+210=589 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40.07% from 589); Green value is 143 (56.25% from 255 or 24.28% from 589); Blue value is 210 (82.42% from 255 or 35.65% from 589); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8FD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8FD2 is #13702D. Grayscale: #B2B2B2. Windows color (decimal): -1273902 or 13799404. OLE color: 13799404.
HSL color Cylindrical-coordinate representation of color #EC8FD2: hue angle of 316.77º 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 #EC8FD2 is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 143 | 210 | - |
| CMYK | 0 | 0.39 | 0.11 | 0.07 |
| HSL | 316.77º | 0.71% | 0.74% | - |
| HSV(B) | 316.77º | 0.39% | 0.93% | - |
| XYZ | 56.05 | 42.13 | 66.15 | - |
| YUV | 178.45 | 145.81 | 169.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 143 | 210 | 0 | 0.39 | 0.11 | 0.07 | 316.77 | 0.71 | 0.74 |
| Hex | EC | 8F | D2 | 0 | 27 | B | 7 | 13D | 47 | 4A |
| Octal | 354 | 217 | 322 | 0 | 47 | 13 | 7 | 475 | 107 | 112 |
| Binary | 11101100 | 10001111 | 11010010 | 0 | 100111 | 1011 | 111 | 100111101 | 1000111 | 1001010 |
Color Harmonies of #EC8FD2
Complementary color
Monochromatic Colors of #EC8FD2
Black with #EC8FD2
Text Example
Text Example
White with #EC8FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8FD2; }
p { color: rgb(236,143,210); }
H1.HeaderClassName
{
color: #EC8FD2;
}
.AnyTagClassName
{
color: #EC8FD2;
}
</style>
background-color css
<style>
a { background-color: #EC8FD2; }
a { background-color: rgb(236,143,210); }
div.DivClassName
{
background-color: #EC8FD2;
}
.BgClassName
{
background-color: #EC8FD2;
}
</style>
border-color css
<style>
span { border-color: #EC8FD2; }
span { border-color: rgb(236,143,210); }
td.TdClassName
{
border-color: #EC8FD2;
}
.TagClassName
{
border-color: #EC8FD2;
}
</style>