Shades of Persian Pink #ED78C0
Tints of Persian Pink #ED78C0
RGB
CMYK
RGB Variations
Color information
#ED78C0 (or 0xED78C0) is known color: Persian Pink. HEX triplet: ED, 78 and C0. RGB value is (237,120,192). Sum of RGB (Red+Green+Blue) = 237+120+192=549 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.17% from 549); Green value is 120 (47.27% from 255 or 21.86% from 549); Blue value is 192 (75.39% from 255 or 34.97% from 549); Max value from RGB is 237 - color contains mainly: red. Hex color #ED78C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED78C0 is #12873F. Grayscale: #A3A3A3. Windows color (decimal): -1214272 or 12613869. OLE color: 12613869.
HSL color Cylindrical-coordinate representation of color #ED78C0: hue angle of 323.08º degrees, saturation: 0.76, 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 #ED78C0 is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 120 | 192 | - |
| CMYK | 0 | 0.49 | 0.19 | 0.07 |
| HSL | 323.08º | 0.76% | 0.7% | - |
| HSV(B) | 323.08º | 0.49% | 0.93% | - |
| XYZ | 51.16 | 35.24 | 53.98 | - |
| YUV | 163.19 | 144.26 | 180.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 120 | 192 | 0 | 0.49 | 0.19 | 0.07 | 323.08 | 0.76 | 0.7 |
| Hex | ED | 78 | C0 | 0 | 31 | 13 | 7 | 143 | 4C | 46 |
| Octal | 355 | 170 | 300 | 0 | 61 | 23 | 7 | 503 | 114 | 106 |
| Binary | 11101101 | 1111000 | 11000000 | 0 | 110001 | 10011 | 111 | 101000011 | 1001100 | 1000110 |
Color Harmonies of #ED78C0
Complementary color
Monochromatic Colors of #ED78C0
Black with #ED78C0
Text Example
Text Example
White with #ED78C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED78C0; }
p { color: rgb(237,120,192); }
H1.HeaderClassName
{
color: #ED78C0;
}
.AnyTagClassName
{
color: #ED78C0;
}
</style>
background-color css
<style>
a { background-color: #ED78C0; }
a { background-color: rgb(237,120,192); }
div.DivClassName
{
background-color: #ED78C0;
}
.BgClassName
{
background-color: #ED78C0;
}
</style>
border-color css
<style>
span { border-color: #ED78C0; }
span { border-color: rgb(237,120,192); }
td.TdClassName
{
border-color: #ED78C0;
}
.TagClassName
{
border-color: #ED78C0;
}
</style>