Shades of Persian Pink #EB78C0
Tints of Persian Pink #EB78C0
RGB
CMYK
RGB Variations
Color information
#EB78C0 (or 0xEB78C0) is known color: Persian Pink. HEX triplet: EB, 78 and C0. RGB value is (235,120,192). Sum of RGB (Red+Green+Blue) = 235+120+192=547 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.96% from 547); Green value is 120 (47.27% from 255 or 21.94% from 547); Blue value is 192 (75.39% from 255 or 35.10% from 547); Max value from RGB is 235 - color contains mainly: red. Hex color #EB78C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB78C0 is #14873F. Grayscale: #A2A2A2. Windows color (decimal): -1345344 or 12613867. OLE color: 12613867.
HSL color Cylindrical-coordinate representation of color #EB78C0: hue angle of 322.43º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EB78C0 is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 120 | 192 | - |
| CMYK | 0 | 0.49 | 0.18 | 0.08 |
| HSL | 322.43º | 0.74% | 0.7% | - |
| HSV(B) | 322.43º | 0.49% | 0.92% | - |
| XYZ | 50.49 | 34.9 | 53.94 | - |
| YUV | 162.59 | 144.6 | 179.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 120 | 192 | 0 | 0.49 | 0.18 | 0.08 | 322.43 | 0.74 | 0.7 |
| Hex | EB | 78 | C0 | 0 | 31 | 12 | 8 | 142 | 4A | 46 |
| Octal | 353 | 170 | 300 | 0 | 61 | 22 | 10 | 502 | 112 | 106 |
| Binary | 11101011 | 1111000 | 11000000 | 0 | 110001 | 10010 | 1000 | 101000010 | 1001010 | 1000110 |
Color Harmonies of #EB78C0
Complementary color
Monochromatic Colors of #EB78C0
Black with #EB78C0
Text Example
Text Example
White with #EB78C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB78C0; }
p { color: rgb(235,120,192); }
H1.HeaderClassName
{
color: #EB78C0;
}
.AnyTagClassName
{
color: #EB78C0;
}
</style>
background-color css
<style>
a { background-color: #EB78C0; }
a { background-color: rgb(235,120,192); }
div.DivClassName
{
background-color: #EB78C0;
}
.BgClassName
{
background-color: #EB78C0;
}
</style>
border-color css
<style>
span { border-color: #EB78C0; }
span { border-color: rgb(235,120,192); }
td.TdClassName
{
border-color: #EB78C0;
}
.TagClassName
{
border-color: #EB78C0;
}
</style>