Shades of Pale Magenta #EC8CE2
Tints of Pale Magenta #EC8CE2
RGB
CMYK
RGB Variations
Color information
#EC8CE2 (or 0xEC8CE2) is known color: Pale Magenta. HEX triplet: EC, 8C and E2. RGB value is (236,140,226). Sum of RGB (Red+Green+Blue) = 236+140+226=602 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.20% from 602); Green value is 140 (55.08% from 255 or 23.26% from 602); Blue value is 226 (88.67% from 255 or 37.54% from 602); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8CE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8CE2 is #13731D. Grayscale: #B2B2B2. Windows color (decimal): -1274654 or 14847212. OLE color: 14847212.
HSL color Cylindrical-coordinate representation of color #EC8CE2: hue angle of 306.25º 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 #EC8CE2 is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 140 | 226 | - |
| CMYK | 0 | 0.41 | 0.04 | 0.07 |
| HSL | 306.25º | 0.72% | 0.74% | - |
| HSV(B) | 306.25º | 0.41% | 0.93% | - |
| XYZ | 57.7 | 42.08 | 77.03 | - |
| YUV | 178.51 | 154.8 | 169.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 140 | 226 | 0 | 0.41 | 0.04 | 0.07 | 306.25 | 0.72 | 0.74 |
| Hex | EC | 8C | E2 | 0 | 29 | 4 | 7 | 132 | 48 | 4A |
| Octal | 354 | 214 | 342 | 0 | 51 | 4 | 7 | 462 | 110 | 112 |
| Binary | 11101100 | 10001100 | 11100010 | 0 | 101001 | 100 | 111 | 100110010 | 1001000 | 1001010 |
Color Harmonies of #EC8CE2
Complementary color
Monochromatic Colors of #EC8CE2
Black with #EC8CE2
Text Example
Text Example
White with #EC8CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8CE2; }
p { color: rgb(236,140,226); }
H1.HeaderClassName
{
color: #EC8CE2;
}
.AnyTagClassName
{
color: #EC8CE2;
}
</style>
background-color css
<style>
a { background-color: #EC8CE2; }
a { background-color: rgb(236,140,226); }
div.DivClassName
{
background-color: #EC8CE2;
}
.BgClassName
{
background-color: #EC8CE2;
}
</style>
border-color css
<style>
span { border-color: #EC8CE2; }
span { border-color: rgb(236,140,226); }
td.TdClassName
{
border-color: #EC8CE2;
}
.TagClassName
{
border-color: #EC8CE2;
}
</style>