Shades of Persian Pink #EC89B8
Tints of Persian Pink #EC89B8
RGB
CMYK
RGB Variations
Color information
#EC89B8 (or 0xEC89B8) is known color: Persian Pink. HEX triplet: EC, 89 and B8. RGB value is (236,137,184). Sum of RGB (Red+Green+Blue) = 236+137+184=557 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.37% from 557); Green value is 137 (53.91% from 255 or 24.60% from 557); Blue value is 184 (72.27% from 255 or 33.03% from 557); Max value from RGB is 236 - color contains mainly: red. Hex color #EC89B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC89B8 is #137647. Grayscale: #ABABAB. Windows color (decimal): -1275464 or 12093932. OLE color: 12093932.
HSL color Cylindrical-coordinate representation of color #EC89B8: hue angle of 331.52º 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 #EC89B8 is Cyan = 0, Magento = 0.42, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 137 | 184 | - |
| CMYK | 0 | 0.42 | 0.22 | 0.07 |
| HSL | 331.52º | 0.72% | 0.73% | - |
| HSV(B) | 331.52º | 0.42% | 0.93% | - |
| XYZ | 52.19 | 39.18 | 50.16 | - |
| YUV | 171.96 | 134.8 | 173.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 137 | 184 | 0 | 0.42 | 0.22 | 0.07 | 331.52 | 0.72 | 0.73 |
| Hex | EC | 89 | B8 | 0 | 2A | 16 | 7 | 14C | 48 | 49 |
| Octal | 354 | 211 | 270 | 0 | 52 | 26 | 7 | 514 | 110 | 111 |
| Binary | 11101100 | 10001001 | 10111000 | 0 | 101010 | 10110 | 111 | 101001100 | 1001000 | 1001001 |
Color Harmonies of #EC89B8
Complementary color
Monochromatic Colors of #EC89B8
Black with #EC89B8
Text Example
Text Example
White with #EC89B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC89B8; }
p { color: rgb(236,137,184); }
H1.HeaderClassName
{
color: #EC89B8;
}
.AnyTagClassName
{
color: #EC89B8;
}
</style>
background-color css
<style>
a { background-color: #EC89B8; }
a { background-color: rgb(236,137,184); }
div.DivClassName
{
background-color: #EC89B8;
}
.BgClassName
{
background-color: #EC89B8;
}
</style>
border-color css
<style>
span { border-color: #EC89B8; }
span { border-color: rgb(236,137,184); }
td.TdClassName
{
border-color: #EC89B8;
}
.TagClassName
{
border-color: #EC89B8;
}
</style>