Shades of Persian Pink #EE89BA
Tints of Persian Pink #EE89BA
RGB
CMYK
RGB Variations
Color information
#EE89BA (or 0xEE89BA) is known color: Persian Pink. HEX triplet: EE, 89 and BA. RGB value is (238,137,186). Sum of RGB (Red+Green+Blue) = 238+137+186=561 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.42% from 561); Green value is 137 (53.91% from 255 or 24.42% from 561); Blue value is 186 (73.05% from 255 or 33.16% from 561); Max value from RGB is 238 - color contains mainly: red. Hex color #EE89BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE89BA is #117645. Grayscale: #ACACAC. Windows color (decimal): -1144390 or 12225006. OLE color: 12225006.
HSL color Cylindrical-coordinate representation of color #EE89BA: hue angle of 330.89º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EE89BA is Cyan = 0, Magento = 0.42, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 137 | 186 | - |
| CMYK | 0 | 0.42 | 0.22 | 0.07 |
| HSL | 330.89º | 0.75% | 0.74% | - |
| HSV(B) | 330.89º | 0.42% | 0.93% | - |
| XYZ | 53.07 | 39.61 | 51.3 | - |
| YUV | 172.79 | 135.46 | 174.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 137 | 186 | 0 | 0.42 | 0.22 | 0.07 | 330.89 | 0.75 | 0.74 |
| Hex | EE | 89 | BA | 0 | 2A | 16 | 7 | 14B | 4B | 4A |
| Octal | 356 | 211 | 272 | 0 | 52 | 26 | 7 | 513 | 113 | 112 |
| Binary | 11101110 | 10001001 | 10111010 | 0 | 101010 | 10110 | 111 | 101001011 | 1001011 | 1001010 |
Color Harmonies of #EE89BA
Complementary color
Monochromatic Colors of #EE89BA
Black with #EE89BA
Text Example
Text Example
White with #EE89BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE89BA; }
p { color: rgb(238,137,186); }
H1.HeaderClassName
{
color: #EE89BA;
}
.AnyTagClassName
{
color: #EE89BA;
}
</style>
background-color css
<style>
a { background-color: #EE89BA; }
a { background-color: rgb(238,137,186); }
div.DivClassName
{
background-color: #EE89BA;
}
.BgClassName
{
background-color: #EE89BA;
}
</style>
border-color css
<style>
span { border-color: #EE89BA; }
span { border-color: rgb(238,137,186); }
td.TdClassName
{
border-color: #EE89BA;
}
.TagClassName
{
border-color: #EE89BA;
}
</style>