Shades of Persian Pink #EC78B3
Tints of Persian Pink #EC78B3
RGB
CMYK
RGB Variations
Color information
#EC78B3 (or 0xEC78B3) is known color: Persian Pink. HEX triplet: EC, 78 and B3. RGB value is (236,120,179). Sum of RGB (Red+Green+Blue) = 236+120+179=535 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.11% from 535); Green value is 120 (47.27% from 255 or 22.43% from 535); Blue value is 179 (70.31% from 255 or 33.46% from 535); Max value from RGB is 236 - color contains mainly: red. Hex color #EC78B3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC78B3 is #13874C. Grayscale: #A1A1A1. Windows color (decimal): -1279821 or 11761900. OLE color: 11761900.
HSL color Cylindrical-coordinate representation of color #EC78B3: hue angle of 329.48º 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 #EC78B3 is Cyan = 0, Magento = 0.49, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 120 | 179 | - |
| CMYK | 0 | 0.49 | 0.24 | 0.07 |
| HSL | 329.48º | 0.75% | 0.7% | - |
| HSV(B) | 329.48º | 0.49% | 0.93% | - |
| XYZ | 49.45 | 34.52 | 46.7 | - |
| YUV | 161.41 | 137.93 | 181.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 120 | 179 | 0 | 0.49 | 0.24 | 0.07 | 329.48 | 0.75 | 0.7 |
| Hex | EC | 78 | B3 | 0 | 31 | 18 | 7 | 149 | 4B | 46 |
| Octal | 354 | 170 | 263 | 0 | 61 | 30 | 7 | 511 | 113 | 106 |
| Binary | 11101100 | 1111000 | 10110011 | 0 | 110001 | 11000 | 111 | 101001001 | 1001011 | 1000110 |
Color Harmonies of #EC78B3
Complementary color
Monochromatic Colors of #EC78B3
Black with #EC78B3
Text Example
Text Example
White with #EC78B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC78B3; }
p { color: rgb(236,120,179); }
H1.HeaderClassName
{
color: #EC78B3;
}
.AnyTagClassName
{
color: #EC78B3;
}
</style>
background-color css
<style>
a { background-color: #EC78B3; }
a { background-color: rgb(236,120,179); }
div.DivClassName
{
background-color: #EC78B3;
}
.BgClassName
{
background-color: #EC78B3;
}
</style>
border-color css
<style>
span { border-color: #EC78B3; }
span { border-color: rgb(236,120,179); }
td.TdClassName
{
border-color: #EC78B3;
}
.TagClassName
{
border-color: #EC78B3;
}
</style>