Shades of Persian Pink #EE87BC
Tints of Persian Pink #EE87BC
RGB
CMYK
RGB Variations
Color information
#EE87BC (or 0xEE87BC) is known color: Persian Pink. HEX triplet: EE, 87 and BC. RGB value is (238,135,188). Sum of RGB (Red+Green+Blue) = 238+135+188=561 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.42% from 561); Green value is 135 (53.12% from 255 or 24.06% from 561); Blue value is 188 (73.83% from 255 or 33.51% from 561); Max value from RGB is 238 - color contains mainly: red. Hex color #EE87BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE87BC is #117843. Grayscale: #ABABAB. Windows color (decimal): -1144900 or 12355566. OLE color: 12355566.
HSL color Cylindrical-coordinate representation of color #EE87BC: hue angle of 329.13º 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 #EE87BC is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 135 | 188 | - |
| CMYK | 0 | 0.43 | 0.21 | 0.07 |
| HSL | 329.13º | 0.75% | 0.73% | - |
| HSV(B) | 329.13º | 0.43% | 0.93% | - |
| XYZ | 53 | 39.14 | 52.34 | - |
| YUV | 171.84 | 137.12 | 175.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 135 | 188 | 0 | 0.43 | 0.21 | 0.07 | 329.13 | 0.75 | 0.73 |
| Hex | EE | 87 | BC | 0 | 2B | 15 | 7 | 149 | 4B | 49 |
| Octal | 356 | 207 | 274 | 0 | 53 | 25 | 7 | 511 | 113 | 111 |
| Binary | 11101110 | 10000111 | 10111100 | 0 | 101011 | 10101 | 111 | 101001001 | 1001011 | 1001001 |
Color Harmonies of #EE87BC
Complementary color
Monochromatic Colors of #EE87BC
Black with #EE87BC
Text Example
Text Example
White with #EE87BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE87BC; }
p { color: rgb(238,135,188); }
H1.HeaderClassName
{
color: #EE87BC;
}
.AnyTagClassName
{
color: #EE87BC;
}
</style>
background-color css
<style>
a { background-color: #EE87BC; }
a { background-color: rgb(238,135,188); }
div.DivClassName
{
background-color: #EE87BC;
}
.BgClassName
{
background-color: #EE87BC;
}
</style>
border-color css
<style>
span { border-color: #EE87BC; }
span { border-color: rgb(238,135,188); }
td.TdClassName
{
border-color: #EE87BC;
}
.TagClassName
{
border-color: #EE87BC;
}
</style>