Shades of Persian Pink #EC82B1
Tints of Persian Pink #EC82B1
RGB
CMYK
RGB Variations
Color information
#EC82B1 (or 0xEC82B1) is known color: Persian Pink. HEX triplet: EC, 82 and B1. RGB value is (236,130,177). Sum of RGB (Red+Green+Blue) = 236+130+177=543 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.46% from 543); Green value is 130 (51.17% from 255 or 23.94% from 543); Blue value is 177 (69.53% from 255 or 32.60% from 543); Max value from RGB is 236 - color contains mainly: red. Hex color #EC82B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC82B1 is #137D4E. Grayscale: #A6A6A6. Windows color (decimal): -1277263 or 11633388. OLE color: 11633388.
HSL color Cylindrical-coordinate representation of color #EC82B1: hue angle of 333.4º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EC82B1 is Cyan = 0, Magento = 0.45, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 130 | 177 | - |
| CMYK | 0 | 0.45 | 0.25 | 0.07 |
| HSL | 333.4º | 0.74% | 0.72% | - |
| HSV(B) | 333.4º | 0.45% | 0.93% | - |
| XYZ | 50.51 | 36.97 | 46.07 | - |
| YUV | 167.05 | 133.62 | 177.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 130 | 177 | 0 | 0.45 | 0.25 | 0.07 | 333.4 | 0.74 | 0.72 |
| Hex | EC | 82 | B1 | 0 | 2D | 19 | 7 | 14D | 4A | 48 |
| Octal | 354 | 202 | 261 | 0 | 55 | 31 | 7 | 515 | 112 | 110 |
| Binary | 11101100 | 10000010 | 10110001 | 0 | 101101 | 11001 | 111 | 101001101 | 1001010 | 1001000 |
Color Harmonies of #EC82B1
Complementary color
Monochromatic Colors of #EC82B1
Black with #EC82B1
Text Example
Text Example
White with #EC82B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC82B1; }
p { color: rgb(236,130,177); }
H1.HeaderClassName
{
color: #EC82B1;
}
.AnyTagClassName
{
color: #EC82B1;
}
</style>
background-color css
<style>
a { background-color: #EC82B1; }
a { background-color: rgb(236,130,177); }
div.DivClassName
{
background-color: #EC82B1;
}
.BgClassName
{
background-color: #EC82B1;
}
</style>
border-color css
<style>
span { border-color: #EC82B1; }
span { border-color: rgb(236,130,177); }
td.TdClassName
{
border-color: #EC82B1;
}
.TagClassName
{
border-color: #EC82B1;
}
</style>