Shades of Pale Magenta #EC8FE1
Tints of Pale Magenta #EC8FE1
RGB
CMYK
RGB Variations
Color information
#EC8FE1 (or 0xEC8FE1) is known color: Pale Magenta. HEX triplet: EC, 8F and E1. RGB value is (236,143,225). Sum of RGB (Red+Green+Blue) = 236+143+225=604 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.07% from 604); Green value is 143 (56.25% from 255 or 23.68% from 604); Blue value is 225 (88.28% from 255 or 37.25% from 604); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8FE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8FE1 is #13701E. Grayscale: #B3B3B3. Windows color (decimal): -1273887 or 14782444. OLE color: 14782444.
HSL color Cylindrical-coordinate representation of color #EC8FE1: hue angle of 307.1º 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 #EC8FE1 is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 143 | 225 | - |
| CMYK | 0 | 0.39 | 0.05 | 0.07 |
| HSL | 307.1º | 0.71% | 0.74% | - |
| HSV(B) | 307.1º | 0.39% | 0.93% | - |
| XYZ | 58.01 | 42.91 | 76.46 | - |
| YUV | 180.16 | 153.31 | 167.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 143 | 225 | 0 | 0.39 | 0.05 | 0.07 | 307.1 | 0.71 | 0.74 |
| Hex | EC | 8F | E1 | 0 | 27 | 5 | 7 | 133 | 47 | 4A |
| Octal | 354 | 217 | 341 | 0 | 47 | 5 | 7 | 463 | 107 | 112 |
| Binary | 11101100 | 10001111 | 11100001 | 0 | 100111 | 101 | 111 | 100110011 | 1000111 | 1001010 |
Color Harmonies of #EC8FE1
Complementary color
Monochromatic Colors of #EC8FE1
Black with #EC8FE1
Text Example
Text Example
White with #EC8FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8FE1; }
p { color: rgb(236,143,225); }
H1.HeaderClassName
{
color: #EC8FE1;
}
.AnyTagClassName
{
color: #EC8FE1;
}
</style>
background-color css
<style>
a { background-color: #EC8FE1; }
a { background-color: rgb(236,143,225); }
div.DivClassName
{
background-color: #EC8FE1;
}
.BgClassName
{
background-color: #EC8FE1;
}
</style>
border-color css
<style>
span { border-color: #EC8FE1; }
span { border-color: rgb(236,143,225); }
td.TdClassName
{
border-color: #EC8FE1;
}
.TagClassName
{
border-color: #EC8FE1;
}
</style>