Shades of Persian Pink #E687BC
Tints of Persian Pink #E687BC
RGB
CMYK
RGB Variations
Color information
#E687BC (or 0xE687BC) is known color: Persian Pink. HEX triplet: E6, 87 and BC. RGB value is (230,135,188). Sum of RGB (Red+Green+Blue) = 230+135+188=553 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.59% from 553); Green value is 135 (53.12% from 255 or 24.41% from 553); Blue value is 188 (73.83% from 255 or 34.00% from 553); Max value from RGB is 230 - color contains mainly: red. Hex color #E687BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E687BC is #197843. Grayscale: #A9A9A9. Windows color (decimal): -1669188 or 12355558. OLE color: 12355558.
HSL color Cylindrical-coordinate representation of color #E687BC: hue angle of 326.53º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E687BC is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 135 | 188 | - |
| CMYK | 0 | 0.41 | 0.18 | 0.10 |
| HSL | 326.53º | 0.66% | 0.72% | - |
| HSV(B) | 326.53º | 0.41% | 0.9% | - |
| XYZ | 50.37 | 37.78 | 52.21 | - |
| YUV | 169.45 | 138.47 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 135 | 188 | 0 | 0.41 | 0.18 | 0.10 | 326.53 | 0.66 | 0.72 |
| Hex | E6 | 87 | BC | 0 | 29 | 12 | A | 147 | 42 | 48 |
| Octal | 346 | 207 | 274 | 0 | 51 | 22 | 12 | 507 | 102 | 110 |
| Binary | 11100110 | 10000111 | 10111100 | 0 | 101001 | 10010 | 1010 | 101000111 | 1000010 | 1001000 |
Color Harmonies of #E687BC
Complementary color
Monochromatic Colors of #E687BC
Black with #E687BC
Text Example
Text Example
White with #E687BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E687BC; }
p { color: rgb(230,135,188); }
H1.HeaderClassName
{
color: #E687BC;
}
.AnyTagClassName
{
color: #E687BC;
}
</style>
background-color css
<style>
a { background-color: #E687BC; }
a { background-color: rgb(230,135,188); }
div.DivClassName
{
background-color: #E687BC;
}
.BgClassName
{
background-color: #E687BC;
}
</style>
border-color css
<style>
span { border-color: #E687BC; }
span { border-color: rgb(230,135,188); }
td.TdClassName
{
border-color: #E687BC;
}
.TagClassName
{
border-color: #E687BC;
}
</style>