Shades of Persian Pink #EC78BA
Tints of Persian Pink #EC78BA
RGB
CMYK
RGB Variations
Color information
#EC78BA (or 0xEC78BA) is known color: Persian Pink. HEX triplet: EC, 78 and BA. RGB value is (236,120,186). Sum of RGB (Red+Green+Blue) = 236+120+186=542 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.54% from 542); Green value is 120 (47.27% from 255 or 22.14% from 542); Blue value is 186 (73.05% from 255 or 34.32% from 542); Max value from RGB is 236 - color contains mainly: red. Hex color #EC78BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC78BA is #138745. Grayscale: #A2A2A2. Windows color (decimal): -1279814 or 12220652. OLE color: 12220652.
HSL color Cylindrical-coordinate representation of color #EC78BA: hue angle of 325.86º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EC78BA is Cyan = 0, Magento = 0.49, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 120 | 186 | - |
| CMYK | 0 | 0.49 | 0.21 | 0.07 |
| HSL | 325.86º | 0.75% | 0.7% | - |
| HSV(B) | 325.86º | 0.49% | 0.93% | - |
| XYZ | 50.17 | 34.81 | 50.53 | - |
| YUV | 162.21 | 141.43 | 180.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 120 | 186 | 0 | 0.49 | 0.21 | 0.07 | 325.86 | 0.75 | 0.7 |
| Hex | EC | 78 | BA | 0 | 31 | 15 | 7 | 146 | 4B | 46 |
| Octal | 354 | 170 | 272 | 0 | 61 | 25 | 7 | 506 | 113 | 106 |
| Binary | 11101100 | 1111000 | 10111010 | 0 | 110001 | 10101 | 111 | 101000110 | 1001011 | 1000110 |
Color Harmonies of #EC78BA
Complementary color
Monochromatic Colors of #EC78BA
Black with #EC78BA
Text Example
Text Example
White with #EC78BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC78BA; }
p { color: rgb(236,120,186); }
H1.HeaderClassName
{
color: #EC78BA;
}
.AnyTagClassName
{
color: #EC78BA;
}
</style>
background-color css
<style>
a { background-color: #EC78BA; }
a { background-color: rgb(236,120,186); }
div.DivClassName
{
background-color: #EC78BA;
}
.BgClassName
{
background-color: #EC78BA;
}
</style>
border-color css
<style>
span { border-color: #EC78BA; }
span { border-color: rgb(236,120,186); }
td.TdClassName
{
border-color: #EC78BA;
}
.TagClassName
{
border-color: #EC78BA;
}
</style>