Shades of Persian Pink #EC89BB
Tints of Persian Pink #EC89BB
RGB
CMYK
RGB Variations
Color information
#EC89BB (or 0xEC89BB) is known color: Persian Pink. HEX triplet: EC, 89 and BB. RGB value is (236,137,187). Sum of RGB (Red+Green+Blue) = 236+137+187=560 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.14% from 560); Green value is 137 (53.91% from 255 or 24.46% from 560); Blue value is 187 (73.44% from 255 or 33.39% from 560); Max value from RGB is 236 - color contains mainly: red. Hex color #EC89BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC89BB is #137644. Grayscale: #ACACAC. Windows color (decimal): -1275461 or 12290540. OLE color: 12290540.
HSL color Cylindrical-coordinate representation of color #EC89BB: hue angle of 329.7º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EC89BB is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 137 | 187 | - |
| CMYK | 0 | 0.42 | 0.21 | 0.07 |
| HSL | 329.7º | 0.72% | 0.73% | - |
| HSV(B) | 329.7º | 0.42% | 0.93% | - |
| XYZ | 52.51 | 39.31 | 51.83 | - |
| YUV | 172.3 | 136.3 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 137 | 187 | 0 | 0.42 | 0.21 | 0.07 | 329.7 | 0.72 | 0.73 |
| Hex | EC | 89 | BB | 0 | 2A | 15 | 7 | 14A | 48 | 49 |
| Octal | 354 | 211 | 273 | 0 | 52 | 25 | 7 | 512 | 110 | 111 |
| Binary | 11101100 | 10001001 | 10111011 | 0 | 101010 | 10101 | 111 | 101001010 | 1001000 | 1001001 |
Color Harmonies of #EC89BB
Complementary color
Monochromatic Colors of #EC89BB
Black with #EC89BB
Text Example
Text Example
White with #EC89BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC89BB; }
p { color: rgb(236,137,187); }
H1.HeaderClassName
{
color: #EC89BB;
}
.AnyTagClassName
{
color: #EC89BB;
}
</style>
background-color css
<style>
a { background-color: #EC89BB; }
a { background-color: rgb(236,137,187); }
div.DivClassName
{
background-color: #EC89BB;
}
.BgClassName
{
background-color: #EC89BB;
}
</style>
border-color css
<style>
span { border-color: #EC89BB; }
span { border-color: rgb(236,137,187); }
td.TdClassName
{
border-color: #EC89BB;
}
.TagClassName
{
border-color: #EC89BB;
}
</style>