Shades of Persian Pink #EC86BD
Tints of Persian Pink #EC86BD
RGB
CMYK
RGB Variations
Color information
#EC86BD (or 0xEC86BD) is known color: Persian Pink. HEX triplet: EC, 86 and BD. RGB value is (236,134,189). Sum of RGB (Red+Green+Blue) = 236+134+189=559 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.22% from 559); Green value is 134 (52.73% from 255 or 23.97% from 559); Blue value is 189 (74.22% from 255 or 33.81% from 559); Max value from RGB is 236 - color contains mainly: red. Hex color #EC86BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC86BD is #137942. Grayscale: #AAAAAA. Windows color (decimal): -1276227 or 12420844. OLE color: 12420844.
HSL color Cylindrical-coordinate representation of color #EC86BD: hue angle of 327.65º 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 #EC86BD is Cyan = 0, Magento = 0.43, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 134 | 189 | - |
| CMYK | 0 | 0.43 | 0.20 | 0.07 |
| HSL | 327.65º | 0.73% | 0.73% | - |
| HSV(B) | 327.65º | 0.43% | 0.93% | - |
| XYZ | 52.3 | 38.56 | 52.83 | - |
| YUV | 170.77 | 138.29 | 174.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 134 | 189 | 0 | 0.43 | 0.20 | 0.07 | 327.65 | 0.73 | 0.73 |
| Hex | EC | 86 | BD | 0 | 2B | 14 | 7 | 148 | 49 | 49 |
| Octal | 354 | 206 | 275 | 0 | 53 | 24 | 7 | 510 | 111 | 111 |
| Binary | 11101100 | 10000110 | 10111101 | 0 | 101011 | 10100 | 111 | 101001000 | 1001001 | 1001001 |
Color Harmonies of #EC86BD
Complementary color
Monochromatic Colors of #EC86BD
Black with #EC86BD
Text Example
Text Example
White with #EC86BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC86BD; }
p { color: rgb(236,134,189); }
H1.HeaderClassName
{
color: #EC86BD;
}
.AnyTagClassName
{
color: #EC86BD;
}
</style>
background-color css
<style>
a { background-color: #EC86BD; }
a { background-color: rgb(236,134,189); }
div.DivClassName
{
background-color: #EC86BD;
}
.BgClassName
{
background-color: #EC86BD;
}
</style>
border-color css
<style>
span { border-color: #EC86BD; }
span { border-color: rgb(236,134,189); }
td.TdClassName
{
border-color: #EC86BD;
}
.TagClassName
{
border-color: #EC86BD;
}
</style>