Shades of Pale Magenta #EC86E2
Tints of Pale Magenta #EC86E2
RGB
CMYK
RGB Variations
Color information
#EC86E2 (or 0xEC86E2) is known color: Pale Magenta. HEX triplet: EC, 86 and E2. RGB value is (236,134,226). Sum of RGB (Red+Green+Blue) = 236+134+226=596 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.60% from 596); Green value is 134 (52.73% from 255 or 22.48% from 596); Blue value is 226 (88.67% from 255 or 37.92% from 596); Max value from RGB is 236 - color contains mainly: red. Hex color #EC86E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC86E2 is #13791D. Grayscale: #AEAEAE. Windows color (decimal): -1276190 or 14845676. OLE color: 14845676.
HSL color Cylindrical-coordinate representation of color #EC86E2: hue angle of 305.88º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EC86E2 is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 134 | 226 | - |
| CMYK | 0 | 0.43 | 0.04 | 0.07 |
| HSL | 305.88º | 0.73% | 0.73% | - |
| HSV(B) | 305.88º | 0.43% | 0.93% | - |
| XYZ | 56.84 | 40.37 | 76.75 | - |
| YUV | 174.99 | 156.79 | 171.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 134 | 226 | 0 | 0.43 | 0.04 | 0.07 | 305.88 | 0.73 | 0.73 |
| Hex | EC | 86 | E2 | 0 | 2B | 4 | 7 | 132 | 49 | 49 |
| Octal | 354 | 206 | 342 | 0 | 53 | 4 | 7 | 462 | 111 | 111 |
| Binary | 11101100 | 10000110 | 11100010 | 0 | 101011 | 100 | 111 | 100110010 | 1001001 | 1001001 |
Color Harmonies of #EC86E2
Complementary color
Monochromatic Colors of #EC86E2
Black with #EC86E2
Text Example
Text Example
White with #EC86E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC86E2; }
p { color: rgb(236,134,226); }
H1.HeaderClassName
{
color: #EC86E2;
}
.AnyTagClassName
{
color: #EC86E2;
}
</style>
background-color css
<style>
a { background-color: #EC86E2; }
a { background-color: rgb(236,134,226); }
div.DivClassName
{
background-color: #EC86E2;
}
.BgClassName
{
background-color: #EC86E2;
}
</style>
border-color css
<style>
span { border-color: #EC86E2; }
span { border-color: rgb(236,134,226); }
td.TdClassName
{
border-color: #EC86E2;
}
.TagClassName
{
border-color: #EC86E2;
}
</style>