Shades of Persian Pink #EB77C0
Tints of Persian Pink #EB77C0
RGB
CMYK
RGB Variations
Color information
#EB77C0 (or 0xEB77C0) is known color: Persian Pink. HEX triplet: EB, 77 and C0. RGB value is (235,119,192). Sum of RGB (Red+Green+Blue) = 235+119+192=546 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.04% from 546); Green value is 119 (46.88% from 255 or 21.79% from 546); Blue value is 192 (75.39% from 255 or 35.16% from 546); Max value from RGB is 235 - color contains mainly: red. Hex color #EB77C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB77C0 is #14883F. Grayscale: #A1A1A1. Windows color (decimal): -1345600 or 12613611. OLE color: 12613611.
HSL color Cylindrical-coordinate representation of color #EB77C0: hue angle of 322.24º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EB77C0 is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 119 | 192 | - |
| CMYK | 0 | 0.49 | 0.18 | 0.08 |
| HSL | 322.24º | 0.74% | 0.69% | - |
| HSV(B) | 322.24º | 0.49% | 0.92% | - |
| XYZ | 50.37 | 34.66 | 53.9 | - |
| YUV | 162.01 | 144.93 | 180.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 119 | 192 | 0 | 0.49 | 0.18 | 0.08 | 322.24 | 0.74 | 0.69 |
| Hex | EB | 77 | C0 | 0 | 31 | 12 | 8 | 142 | 4A | 45 |
| Octal | 353 | 167 | 300 | 0 | 61 | 22 | 10 | 502 | 112 | 105 |
| Binary | 11101011 | 1110111 | 11000000 | 0 | 110001 | 10010 | 1000 | 101000010 | 1001010 | 1000101 |
Color Harmonies of #EB77C0
Complementary color
Monochromatic Colors of #EB77C0
Black with #EB77C0
Text Example
Text Example
White with #EB77C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB77C0; }
p { color: rgb(235,119,192); }
H1.HeaderClassName
{
color: #EB77C0;
}
.AnyTagClassName
{
color: #EB77C0;
}
</style>
background-color css
<style>
a { background-color: #EB77C0; }
a { background-color: rgb(235,119,192); }
div.DivClassName
{
background-color: #EB77C0;
}
.BgClassName
{
background-color: #EB77C0;
}
</style>
border-color css
<style>
span { border-color: #EB77C0; }
span { border-color: rgb(235,119,192); }
td.TdClassName
{
border-color: #EB77C0;
}
.TagClassName
{
border-color: #EB77C0;
}
</style>