Shades of Persian Pink #EB89BA
Tints of Persian Pink #EB89BA
RGB
CMYK
RGB Variations
Color information
#EB89BA (or 0xEB89BA) is known color: Persian Pink. HEX triplet: EB, 89 and BA. RGB value is (235,137,186). Sum of RGB (Red+Green+Blue) = 235+137+186=558 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.11% from 558); Green value is 137 (53.91% from 255 or 24.55% from 558); Blue value is 186 (73.05% from 255 or 33.33% from 558); Max value from RGB is 235 - color contains mainly: red. Hex color #EB89BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB89BA is #147645. Grayscale: #ABABAB. Windows color (decimal): -1340998 or 12225003. OLE color: 12225003.
HSL color Cylindrical-coordinate representation of color #EB89BA: hue angle of 330º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EB89BA is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 137 | 186 | - |
| CMYK | 0 | 0.42 | 0.21 | 0.08 |
| HSL | 330º | 0.71% | 0.73% | - |
| HSV(B) | 330º | 0.42% | 0.92% | - |
| XYZ | 52.07 | 39.1 | 51.26 | - |
| YUV | 171.89 | 135.97 | 173.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 137 | 186 | 0 | 0.42 | 0.21 | 0.08 | 330 | 0.71 | 0.73 |
| Hex | EB | 89 | BA | 0 | 2A | 15 | 8 | 14A | 47 | 49 |
| Octal | 353 | 211 | 272 | 0 | 52 | 25 | 10 | 512 | 107 | 111 |
| Binary | 11101011 | 10001001 | 10111010 | 0 | 101010 | 10101 | 1000 | 101001010 | 1000111 | 1001001 |
Color Harmonies of #EB89BA
Complementary color
Monochromatic Colors of #EB89BA
Black with #EB89BA
Text Example
Text Example
White with #EB89BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB89BA; }
p { color: rgb(235,137,186); }
H1.HeaderClassName
{
color: #EB89BA;
}
.AnyTagClassName
{
color: #EB89BA;
}
</style>
background-color css
<style>
a { background-color: #EB89BA; }
a { background-color: rgb(235,137,186); }
div.DivClassName
{
background-color: #EB89BA;
}
.BgClassName
{
background-color: #EB89BA;
}
</style>
border-color css
<style>
span { border-color: #EB89BA; }
span { border-color: rgb(235,137,186); }
td.TdClassName
{
border-color: #EB89BA;
}
.TagClassName
{
border-color: #EB89BA;
}
</style>