Shades of Pale Magenta #EC8FE0
Tints of Pale Magenta #EC8FE0
RGB
CMYK
RGB Variations
Color information
#EC8FE0 (or 0xEC8FE0) is known color: Pale Magenta. HEX triplet: EC, 8F and E0. RGB value is (236,143,224). Sum of RGB (Red+Green+Blue) = 236+143+224=603 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.14% from 603); Green value is 143 (56.25% from 255 or 23.71% from 603); Blue value is 224 (87.89% from 255 or 37.15% from 603); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8FE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8FE0 is #13701F. Grayscale: #B3B3B3. Windows color (decimal): -1273888 or 14716908. OLE color: 14716908.
HSL color Cylindrical-coordinate representation of color #EC8FE0: hue angle of 307.74º 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 #EC8FE0 is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 143 | 224 | - |
| CMYK | 0 | 0.39 | 0.05 | 0.07 |
| HSL | 307.74º | 0.71% | 0.74% | - |
| HSV(B) | 307.74º | 0.39% | 0.93% | - |
| XYZ | 57.87 | 42.86 | 75.74 | - |
| YUV | 180.04 | 152.81 | 167.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 143 | 224 | 0 | 0.39 | 0.05 | 0.07 | 307.74 | 0.71 | 0.74 |
| Hex | EC | 8F | E0 | 0 | 27 | 5 | 7 | 134 | 47 | 4A |
| Octal | 354 | 217 | 340 | 0 | 47 | 5 | 7 | 464 | 107 | 112 |
| Binary | 11101100 | 10001111 | 11100000 | 0 | 100111 | 101 | 111 | 100110100 | 1000111 | 1001010 |
Color Harmonies of #EC8FE0
Complementary color
Monochromatic Colors of #EC8FE0
Black with #EC8FE0
Text Example
Text Example
White with #EC8FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8FE0; }
p { color: rgb(236,143,224); }
H1.HeaderClassName
{
color: #EC8FE0;
}
.AnyTagClassName
{
color: #EC8FE0;
}
</style>
background-color css
<style>
a { background-color: #EC8FE0; }
a { background-color: rgb(236,143,224); }
div.DivClassName
{
background-color: #EC8FE0;
}
.BgClassName
{
background-color: #EC8FE0;
}
</style>
border-color css
<style>
span { border-color: #EC8FE0; }
span { border-color: rgb(236,143,224); }
td.TdClassName
{
border-color: #EC8FE0;
}
.TagClassName
{
border-color: #EC8FE0;
}
</style>