Shades of Persian Pink #EB77B1
Tints of Persian Pink #EB77B1
RGB
CMYK
RGB Variations
Color information
#EB77B1 (or 0xEB77B1) is known color: Persian Pink. HEX triplet: EB, 77 and B1. RGB value is (235,119,177). Sum of RGB (Red+Green+Blue) = 235+119+177=531 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.26% from 531); Green value is 119 (46.88% from 255 or 22.41% from 531); Blue value is 177 (69.53% from 255 or 33.33% from 531); Max value from RGB is 235 - color contains mainly: red. Hex color #EB77B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB77B1 is #14884E. Grayscale: #A0A0A0. Windows color (decimal): -1345615 or 11630571. OLE color: 11630571.
HSL color Cylindrical-coordinate representation of color #EB77B1: hue angle of 330º 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 #EB77B1 is Cyan = 0, Magento = 0.49, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 119 | 177 | - |
| CMYK | 0 | 0.49 | 0.25 | 0.08 |
| HSL | 330º | 0.74% | 0.69% | - |
| HSV(B) | 330º | 0.49% | 0.92% | - |
| XYZ | 48.79 | 34.03 | 45.59 | - |
| YUV | 160.3 | 137.43 | 181.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 119 | 177 | 0 | 0.49 | 0.25 | 0.08 | 330 | 0.74 | 0.69 |
| Hex | EB | 77 | B1 | 0 | 31 | 19 | 8 | 14A | 4A | 45 |
| Octal | 353 | 167 | 261 | 0 | 61 | 31 | 10 | 512 | 112 | 105 |
| Binary | 11101011 | 1110111 | 10110001 | 0 | 110001 | 11001 | 1000 | 101001010 | 1001010 | 1000101 |
Color Harmonies of #EB77B1
Complementary color
Monochromatic Colors of #EB77B1
Black with #EB77B1
Text Example
Text Example
White with #EB77B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB77B1; }
p { color: rgb(235,119,177); }
H1.HeaderClassName
{
color: #EB77B1;
}
.AnyTagClassName
{
color: #EB77B1;
}
</style>
background-color css
<style>
a { background-color: #EB77B1; }
a { background-color: rgb(235,119,177); }
div.DivClassName
{
background-color: #EB77B1;
}
.BgClassName
{
background-color: #EB77B1;
}
</style>
border-color css
<style>
span { border-color: #EB77B1; }
span { border-color: rgb(235,119,177); }
td.TdClassName
{
border-color: #EB77B1;
}
.TagClassName
{
border-color: #EB77B1;
}
</style>