Shades of Pale Magenta #EC8BE1
Tints of Pale Magenta #EC8BE1
RGB
CMYK
RGB Variations
Color information
#EC8BE1 (or 0xEC8BE1) is known color: Pale Magenta. HEX triplet: EC, 8B and E1. RGB value is (236,139,225). Sum of RGB (Red+Green+Blue) = 236+139+225=600 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.33% from 600); Green value is 139 (54.69% from 255 or 23.17% from 600); Blue value is 225 (88.28% from 255 or 37.5% from 600); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8BE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8BE1 is #13741E. Grayscale: #B1B1B1. Windows color (decimal): -1274911 or 14781420. OLE color: 14781420.
HSL color Cylindrical-coordinate representation of color #EC8BE1: hue angle of 306.8º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EC8BE1 is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 139 | 225 | - |
| CMYK | 0 | 0.41 | 0.05 | 0.07 |
| HSL | 306.8º | 0.72% | 0.74% | - |
| HSV(B) | 306.8º | 0.41% | 0.93% | - |
| XYZ | 57.42 | 41.73 | 76.26 | - |
| YUV | 177.81 | 154.64 | 169.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 139 | 225 | 0 | 0.41 | 0.05 | 0.07 | 306.8 | 0.72 | 0.74 |
| Hex | EC | 8B | E1 | 0 | 29 | 5 | 7 | 133 | 48 | 4A |
| Octal | 354 | 213 | 341 | 0 | 51 | 5 | 7 | 463 | 110 | 112 |
| Binary | 11101100 | 10001011 | 11100001 | 0 | 101001 | 101 | 111 | 100110011 | 1001000 | 1001010 |
Color Harmonies of #EC8BE1
Complementary color
Monochromatic Colors of #EC8BE1
Black with #EC8BE1
Text Example
Text Example
White with #EC8BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8BE1; }
p { color: rgb(236,139,225); }
H1.HeaderClassName
{
color: #EC8BE1;
}
.AnyTagClassName
{
color: #EC8BE1;
}
</style>
background-color css
<style>
a { background-color: #EC8BE1; }
a { background-color: rgb(236,139,225); }
div.DivClassName
{
background-color: #EC8BE1;
}
.BgClassName
{
background-color: #EC8BE1;
}
</style>
border-color css
<style>
span { border-color: #EC8BE1; }
span { border-color: rgb(236,139,225); }
td.TdClassName
{
border-color: #EC8BE1;
}
.TagClassName
{
border-color: #EC8BE1;
}
</style>