Shades of Persian Pink #EE89B5
Tints of Persian Pink #EE89B5
RGB
CMYK
RGB Variations
Color information
#EE89B5 (or 0xEE89B5) is known color: Persian Pink. HEX triplet: EE, 89 and B5. RGB value is (238,137,181). Sum of RGB (Red+Green+Blue) = 238+137+181=556 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.81% from 556); Green value is 137 (53.91% from 255 or 24.64% from 556); Blue value is 181 (71.09% from 255 or 32.55% from 556); Max value from RGB is 238 - color contains mainly: red. Hex color #EE89B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE89B5 is #11764A. Grayscale: #ACACAC. Windows color (decimal): -1144395 or 11897326. OLE color: 11897326.
HSL color Cylindrical-coordinate representation of color #EE89B5: hue angle of 333.86º 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 #EE89B5 is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 137 | 181 | - |
| CMYK | 0 | 0.42 | 0.24 | 0.07 |
| HSL | 333.86º | 0.75% | 0.74% | - |
| HSV(B) | 333.86º | 0.42% | 0.93% | - |
| XYZ | 52.55 | 39.4 | 48.55 | - |
| YUV | 172.22 | 132.96 | 174.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 137 | 181 | 0 | 0.42 | 0.24 | 0.07 | 333.86 | 0.75 | 0.74 |
| Hex | EE | 89 | B5 | 0 | 2A | 18 | 7 | 14E | 4B | 4A |
| Octal | 356 | 211 | 265 | 0 | 52 | 30 | 7 | 516 | 113 | 112 |
| Binary | 11101110 | 10001001 | 10110101 | 0 | 101010 | 11000 | 111 | 101001110 | 1001011 | 1001010 |
Color Harmonies of #EE89B5
Complementary color
Monochromatic Colors of #EE89B5
Black with #EE89B5
Text Example
Text Example
White with #EE89B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE89B5; }
p { color: rgb(238,137,181); }
H1.HeaderClassName
{
color: #EE89B5;
}
.AnyTagClassName
{
color: #EE89B5;
}
</style>
background-color css
<style>
a { background-color: #EE89B5; }
a { background-color: rgb(238,137,181); }
div.DivClassName
{
background-color: #EE89B5;
}
.BgClassName
{
background-color: #EE89B5;
}
</style>
border-color css
<style>
span { border-color: #EE89B5; }
span { border-color: rgb(238,137,181); }
td.TdClassName
{
border-color: #EE89B5;
}
.TagClassName
{
border-color: #EE89B5;
}
</style>