Shades of Persian Pink #EC78B7
Tints of Persian Pink #EC78B7
RGB
CMYK
RGB Variations
Color information
#EC78B7 (or 0xEC78B7) is known color: Persian Pink. HEX triplet: EC, 78 and B7. RGB value is (236,120,183). Sum of RGB (Red+Green+Blue) = 236+120+183=539 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.78% from 539); Green value is 120 (47.27% from 255 or 22.26% from 539); Blue value is 183 (71.88% from 255 or 33.95% from 539); Max value from RGB is 236 - color contains mainly: red. Hex color #EC78B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC78B7 is #138748. Grayscale: #A1A1A1. Windows color (decimal): -1279817 or 12024044. OLE color: 12024044.
HSL color Cylindrical-coordinate representation of color #EC78B7: hue angle of 327.41º 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 #EC78B7 is Cyan = 0, Magento = 0.49, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 120 | 183 | - |
| CMYK | 0 | 0.49 | 0.22 | 0.07 |
| HSL | 327.41º | 0.75% | 0.7% | - |
| HSV(B) | 327.41º | 0.49% | 0.93% | - |
| XYZ | 49.86 | 34.68 | 48.87 | - |
| YUV | 161.87 | 139.93 | 180.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 120 | 183 | 0 | 0.49 | 0.22 | 0.07 | 327.41 | 0.75 | 0.7 |
| Hex | EC | 78 | B7 | 0 | 31 | 16 | 7 | 147 | 4B | 46 |
| Octal | 354 | 170 | 267 | 0 | 61 | 26 | 7 | 507 | 113 | 106 |
| Binary | 11101100 | 1111000 | 10110111 | 0 | 110001 | 10110 | 111 | 101000111 | 1001011 | 1000110 |
Color Harmonies of #EC78B7
Complementary color
Monochromatic Colors of #EC78B7
Black with #EC78B7
Text Example
Text Example
White with #EC78B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC78B7; }
p { color: rgb(236,120,183); }
H1.HeaderClassName
{
color: #EC78B7;
}
.AnyTagClassName
{
color: #EC78B7;
}
</style>
background-color css
<style>
a { background-color: #EC78B7; }
a { background-color: rgb(236,120,183); }
div.DivClassName
{
background-color: #EC78B7;
}
.BgClassName
{
background-color: #EC78B7;
}
</style>
border-color css
<style>
span { border-color: #EC78B7; }
span { border-color: rgb(236,120,183); }
td.TdClassName
{
border-color: #EC78B7;
}
.TagClassName
{
border-color: #EC78B7;
}
</style>