Shades of Persian Pink #EE88BB
Tints of Persian Pink #EE88BB
RGB
CMYK
RGB Variations
Color information
#EE88BB (or 0xEE88BB) is known color: Persian Pink. HEX triplet: EE, 88 and BB. RGB value is (238,136,187). Sum of RGB (Red+Green+Blue) = 238+136+187=561 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.42% from 561); Green value is 136 (53.52% from 255 or 24.24% from 561); Blue value is 187 (73.44% from 255 or 33.33% from 561); Max value from RGB is 238 - color contains mainly: red. Hex color #EE88BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE88BB is #117744. Grayscale: #ACACAC. Windows color (decimal): -1144645 or 12290286. OLE color: 12290286.
HSL color Cylindrical-coordinate representation of color #EE88BB: hue angle of 330º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EE88BB is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 136 | 187 | - |
| CMYK | 0 | 0.43 | 0.21 | 0.07 |
| HSL | 330º | 0.75% | 0.73% | - |
| HSV(B) | 330º | 0.43% | 0.93% | - |
| XYZ | 53.03 | 39.37 | 51.82 | - |
| YUV | 172.31 | 136.29 | 174.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 136 | 187 | 0 | 0.43 | 0.21 | 0.07 | 330 | 0.75 | 0.73 |
| Hex | EE | 88 | BB | 0 | 2B | 15 | 7 | 14A | 4B | 49 |
| Octal | 356 | 210 | 273 | 0 | 53 | 25 | 7 | 512 | 113 | 111 |
| Binary | 11101110 | 10001000 | 10111011 | 0 | 101011 | 10101 | 111 | 101001010 | 1001011 | 1001001 |
Color Harmonies of #EE88BB
Complementary color
Monochromatic Colors of #EE88BB
Black with #EE88BB
Text Example
Text Example
White with #EE88BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE88BB; }
p { color: rgb(238,136,187); }
H1.HeaderClassName
{
color: #EE88BB;
}
.AnyTagClassName
{
color: #EE88BB;
}
</style>
background-color css
<style>
a { background-color: #EE88BB; }
a { background-color: rgb(238,136,187); }
div.DivClassName
{
background-color: #EE88BB;
}
.BgClassName
{
background-color: #EE88BB;
}
</style>
border-color css
<style>
span { border-color: #EE88BB; }
span { border-color: rgb(238,136,187); }
td.TdClassName
{
border-color: #EE88BB;
}
.TagClassName
{
border-color: #EE88BB;
}
</style>