Shades of Persian Pink #E87CBE
Tints of Persian Pink #E87CBE
RGB
CMYK
RGB Variations
Color information
#E87CBE (or 0xE87CBE) is known color: Persian Pink. HEX triplet: E8, 7C and BE. RGB value is (232,124,190). Sum of RGB (Red+Green+Blue) = 232+124+190=546 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.49% from 546); Green value is 124 (48.83% from 255 or 22.71% from 546); Blue value is 190 (74.61% from 255 or 34.80% from 546); Max value from RGB is 232 - color contains mainly: red. Hex color #E87CBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E87CBE is #178341. Grayscale: #A3A3A3. Windows color (decimal): -1540930 or 12483816. OLE color: 12483816.
HSL color Cylindrical-coordinate representation of color #E87CBE: hue angle of 323.33º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E87CBE is Cyan = 0, Magento = 0.47, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 124 | 190 | - |
| CMYK | 0 | 0.47 | 0.18 | 0.09 |
| HSL | 323.33º | 0.7% | 0.7% | - |
| HSV(B) | 323.33º | 0.47% | 0.91% | - |
| XYZ | 49.78 | 35.29 | 52.9 | - |
| YUV | 163.82 | 142.78 | 176.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 124 | 190 | 0 | 0.47 | 0.18 | 0.09 | 323.33 | 0.7 | 0.7 |
| Hex | E8 | 7C | BE | 0 | 2F | 12 | 9 | 143 | 46 | 46 |
| Octal | 350 | 174 | 276 | 0 | 57 | 22 | 11 | 503 | 106 | 106 |
| Binary | 11101000 | 1111100 | 10111110 | 0 | 101111 | 10010 | 1001 | 101000011 | 1000110 | 1000110 |
Color Harmonies of #E87CBE
Complementary color
Monochromatic Colors of #E87CBE
Black with #E87CBE
Text Example
Text Example
White with #E87CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87CBE; }
p { color: rgb(232,124,190); }
H1.HeaderClassName
{
color: #E87CBE;
}
.AnyTagClassName
{
color: #E87CBE;
}
</style>
background-color css
<style>
a { background-color: #E87CBE; }
a { background-color: rgb(232,124,190); }
div.DivClassName
{
background-color: #E87CBE;
}
.BgClassName
{
background-color: #E87CBE;
}
</style>
border-color css
<style>
span { border-color: #E87CBE; }
span { border-color: rgb(232,124,190); }
td.TdClassName
{
border-color: #E87CBE;
}
.TagClassName
{
border-color: #E87CBE;
}
</style>