Shades of Persian Pink #EC78B5
Tints of Persian Pink #EC78B5
RGB
CMYK
RGB Variations
Color information
#EC78B5 (or 0xEC78B5) is known color: Persian Pink. HEX triplet: EC, 78 and B5. RGB value is (236,120,181). Sum of RGB (Red+Green+Blue) = 236+120+181=537 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.95% from 537); Green value is 120 (47.27% from 255 or 22.35% from 537); Blue value is 181 (71.09% from 255 or 33.71% from 537); Max value from RGB is 236 - color contains mainly: red. Hex color #EC78B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC78B5 is #13874A. Grayscale: #A1A1A1. Windows color (decimal): -1279819 or 11892972. OLE color: 11892972.
HSL color Cylindrical-coordinate representation of color #EC78B5: hue angle of 328.45º 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 #EC78B5 is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 120 | 181 | - |
| CMYK | 0 | 0.49 | 0.23 | 0.07 |
| HSL | 328.45º | 0.75% | 0.7% | - |
| HSV(B) | 328.45º | 0.49% | 0.93% | - |
| XYZ | 49.65 | 34.6 | 47.78 | - |
| YUV | 161.64 | 138.93 | 181.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 120 | 181 | 0 | 0.49 | 0.23 | 0.07 | 328.45 | 0.75 | 0.7 |
| Hex | EC | 78 | B5 | 0 | 31 | 17 | 7 | 148 | 4B | 46 |
| Octal | 354 | 170 | 265 | 0 | 61 | 27 | 7 | 510 | 113 | 106 |
| Binary | 11101100 | 1111000 | 10110101 | 0 | 110001 | 10111 | 111 | 101001000 | 1001011 | 1000110 |
Color Harmonies of #EC78B5
Complementary color
Monochromatic Colors of #EC78B5
Black with #EC78B5
Text Example
Text Example
White with #EC78B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC78B5; }
p { color: rgb(236,120,181); }
H1.HeaderClassName
{
color: #EC78B5;
}
.AnyTagClassName
{
color: #EC78B5;
}
</style>
background-color css
<style>
a { background-color: #EC78B5; }
a { background-color: rgb(236,120,181); }
div.DivClassName
{
background-color: #EC78B5;
}
.BgClassName
{
background-color: #EC78B5;
}
</style>
border-color css
<style>
span { border-color: #EC78B5; }
span { border-color: rgb(236,120,181); }
td.TdClassName
{
border-color: #EC78B5;
}
.TagClassName
{
border-color: #EC78B5;
}
</style>