Shades of Persian Pink #EC78C4
Tints of Persian Pink #EC78C4
RGB
CMYK
RGB Variations
Color information
#EC78C4 (or 0xEC78C4) is known color: Persian Pink. HEX triplet: EC, 78 and C4. RGB value is (236,120,196). Sum of RGB (Red+Green+Blue) = 236+120+196=552 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.75% from 552); Green value is 120 (47.27% from 255 or 21.74% from 552); Blue value is 196 (76.95% from 255 or 35.51% from 552); Max value from RGB is 236 - color contains mainly: red. Hex color #EC78C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC78C4 is #13873B. Grayscale: #A3A3A3. Windows color (decimal): -1279804 or 12876012. OLE color: 12876012.
HSL color Cylindrical-coordinate representation of color #EC78C4: hue angle of 320.69º 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 #EC78C4 is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 120 | 196 | - |
| CMYK | 0 | 0.49 | 0.17 | 0.07 |
| HSL | 320.69º | 0.75% | 0.7% | - |
| HSV(B) | 320.69º | 0.49% | 0.93% | - |
| XYZ | 51.27 | 35.25 | 56.33 | - |
| YUV | 163.35 | 146.43 | 179.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 120 | 196 | 0 | 0.49 | 0.17 | 0.07 | 320.69 | 0.75 | 0.7 |
| Hex | EC | 78 | C4 | 0 | 31 | 11 | 7 | 141 | 4B | 46 |
| Octal | 354 | 170 | 304 | 0 | 61 | 21 | 7 | 501 | 113 | 106 |
| Binary | 11101100 | 1111000 | 11000100 | 0 | 110001 | 10001 | 111 | 101000001 | 1001011 | 1000110 |
Color Harmonies of #EC78C4
Complementary color
Monochromatic Colors of #EC78C4
Black with #EC78C4
Text Example
Text Example
White with #EC78C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC78C4; }
p { color: rgb(236,120,196); }
H1.HeaderClassName
{
color: #EC78C4;
}
.AnyTagClassName
{
color: #EC78C4;
}
</style>
background-color css
<style>
a { background-color: #EC78C4; }
a { background-color: rgb(236,120,196); }
div.DivClassName
{
background-color: #EC78C4;
}
.BgClassName
{
background-color: #EC78C4;
}
</style>
border-color css
<style>
span { border-color: #EC78C4; }
span { border-color: rgb(236,120,196); }
td.TdClassName
{
border-color: #EC78C4;
}
.TagClassName
{
border-color: #EC78C4;
}
</style>