Shades of Persian Pink #EC78C3
Tints of Persian Pink #EC78C3
RGB
CMYK
RGB Variations
Color information
#EC78C3 (or 0xEC78C3) is known color: Persian Pink. HEX triplet: EC, 78 and C3. RGB value is (236,120,195). Sum of RGB (Red+Green+Blue) = 236+120+195=551 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.83% from 551); Green value is 120 (47.27% from 255 or 21.78% from 551); Blue value is 195 (76.56% from 255 or 35.39% from 551); Max value from RGB is 236 - color contains mainly: red. Hex color #EC78C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC78C3 is #13873C. Grayscale: #A3A3A3. Windows color (decimal): -1279805 or 12810476. OLE color: 12810476.
HSL color Cylindrical-coordinate representation of color #EC78C3: hue angle of 321.21º 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 #EC78C3 is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 120 | 195 | - |
| CMYK | 0 | 0.49 | 0.17 | 0.07 |
| HSL | 321.21º | 0.75% | 0.7% | - |
| HSV(B) | 321.21º | 0.49% | 0.93% | - |
| XYZ | 51.16 | 35.21 | 55.73 | - |
| YUV | 163.23 | 145.93 | 179.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 120 | 195 | 0 | 0.49 | 0.17 | 0.07 | 321.21 | 0.75 | 0.7 |
| Hex | EC | 78 | C3 | 0 | 31 | 11 | 7 | 141 | 4B | 46 |
| Octal | 354 | 170 | 303 | 0 | 61 | 21 | 7 | 501 | 113 | 106 |
| Binary | 11101100 | 1111000 | 11000011 | 0 | 110001 | 10001 | 111 | 101000001 | 1001011 | 1000110 |
Color Harmonies of #EC78C3
Complementary color
Monochromatic Colors of #EC78C3
Black with #EC78C3
Text Example
Text Example
White with #EC78C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC78C3; }
p { color: rgb(236,120,195); }
H1.HeaderClassName
{
color: #EC78C3;
}
.AnyTagClassName
{
color: #EC78C3;
}
</style>
background-color css
<style>
a { background-color: #EC78C3; }
a { background-color: rgb(236,120,195); }
div.DivClassName
{
background-color: #EC78C3;
}
.BgClassName
{
background-color: #EC78C3;
}
</style>
border-color css
<style>
span { border-color: #EC78C3; }
span { border-color: rgb(236,120,195); }
td.TdClassName
{
border-color: #EC78C3;
}
.TagClassName
{
border-color: #EC78C3;
}
</style>