Shades of Persian Pink #EC78B0
Tints of Persian Pink #EC78B0
RGB
CMYK
RGB Variations
Color information
#EC78B0 (or 0xEC78B0) is known color: Persian Pink. HEX triplet: EC, 78 and B0. RGB value is (236,120,176). Sum of RGB (Red+Green+Blue) = 236+120+176=532 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.36% from 532); Green value is 120 (47.27% from 255 or 22.56% from 532); Blue value is 176 (69.14% from 255 or 33.08% from 532); Max value from RGB is 236 - color contains mainly: red. Hex color #EC78B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC78B0 is #13874F. Grayscale: #A0A0A0. Windows color (decimal): -1279824 or 11565292. OLE color: 11565292.
HSL color Cylindrical-coordinate representation of color #EC78B0: hue angle of 331.03º 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 #EC78B0 is Cyan = 0, Magento = 0.49, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 120 | 176 | - |
| CMYK | 0 | 0.49 | 0.25 | 0.07 |
| HSL | 331.03º | 0.75% | 0.7% | - |
| HSV(B) | 331.03º | 0.49% | 0.93% | - |
| XYZ | 49.15 | 34.4 | 45.12 | - |
| YUV | 161.07 | 136.43 | 181.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 120 | 176 | 0 | 0.49 | 0.25 | 0.07 | 331.03 | 0.75 | 0.7 |
| Hex | EC | 78 | B0 | 0 | 31 | 19 | 7 | 14B | 4B | 46 |
| Octal | 354 | 170 | 260 | 0 | 61 | 31 | 7 | 513 | 113 | 106 |
| Binary | 11101100 | 1111000 | 10110000 | 0 | 110001 | 11001 | 111 | 101001011 | 1001011 | 1000110 |
Color Harmonies of #EC78B0
Complementary color
Monochromatic Colors of #EC78B0
Black with #EC78B0
Text Example
Text Example
White with #EC78B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC78B0; }
p { color: rgb(236,120,176); }
H1.HeaderClassName
{
color: #EC78B0;
}
.AnyTagClassName
{
color: #EC78B0;
}
</style>
background-color css
<style>
a { background-color: #EC78B0; }
a { background-color: rgb(236,120,176); }
div.DivClassName
{
background-color: #EC78B0;
}
.BgClassName
{
background-color: #EC78B0;
}
</style>
border-color css
<style>
span { border-color: #EC78B0; }
span { border-color: rgb(236,120,176); }
td.TdClassName
{
border-color: #EC78B0;
}
.TagClassName
{
border-color: #EC78B0;
}
</style>