Shades of Persian Pink #EB77B0
Tints of Persian Pink #EB77B0
RGB
CMYK
RGB Variations
Color information
#EB77B0 (or 0xEB77B0) is known color: Persian Pink. HEX triplet: EB, 77 and B0. RGB value is (235,119,176). Sum of RGB (Red+Green+Blue) = 235+119+176=530 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.34% from 530); Green value is 119 (46.88% from 255 or 22.45% from 530); Blue value is 176 (69.14% from 255 or 33.21% from 530); Max value from RGB is 235 - color contains mainly: red. Hex color #EB77B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB77B0 is #14884F. Grayscale: #A0A0A0. Windows color (decimal): -1345616 or 11565035. OLE color: 11565035.
HSL color Cylindrical-coordinate representation of color #EB77B0: hue angle of 330.52º 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 #EB77B0 is Cyan = 0, Magento = 0.49, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 119 | 176 | - |
| CMYK | 0 | 0.49 | 0.25 | 0.08 |
| HSL | 330.52º | 0.74% | 0.69% | - |
| HSV(B) | 330.52º | 0.49% | 0.92% | - |
| XYZ | 48.69 | 33.99 | 45.07 | - |
| YUV | 160.18 | 136.93 | 181.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 119 | 176 | 0 | 0.49 | 0.25 | 0.08 | 330.52 | 0.74 | 0.69 |
| Hex | EB | 77 | B0 | 0 | 31 | 19 | 8 | 14B | 4A | 45 |
| Octal | 353 | 167 | 260 | 0 | 61 | 31 | 10 | 513 | 112 | 105 |
| Binary | 11101011 | 1110111 | 10110000 | 0 | 110001 | 11001 | 1000 | 101001011 | 1001010 | 1000101 |
Color Harmonies of #EB77B0
Complementary color
Monochromatic Colors of #EB77B0
Black with #EB77B0
Text Example
Text Example
White with #EB77B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB77B0; }
p { color: rgb(235,119,176); }
H1.HeaderClassName
{
color: #EB77B0;
}
.AnyTagClassName
{
color: #EB77B0;
}
</style>
background-color css
<style>
a { background-color: #EB77B0; }
a { background-color: rgb(235,119,176); }
div.DivClassName
{
background-color: #EB77B0;
}
.BgClassName
{
background-color: #EB77B0;
}
</style>
border-color css
<style>
span { border-color: #EB77B0; }
span { border-color: rgb(235,119,176); }
td.TdClassName
{
border-color: #EB77B0;
}
.TagClassName
{
border-color: #EB77B0;
}
</style>