Shades of Persian Pink #E87AC5
Tints of Persian Pink #E87AC5
RGB
CMYK
RGB Variations
Color information
#E87AC5 (or 0xE87AC5) is known color: Persian Pink. HEX triplet: E8, 7A and C5. RGB value is (232,122,197). Sum of RGB (Red+Green+Blue) = 232+122+197=551 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.11% from 551); Green value is 122 (48.05% from 255 or 22.14% from 551); Blue value is 197 (77.34% from 255 or 35.75% from 551); Max value from RGB is 232 - color contains mainly: red. Hex color #E87AC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E87AC5 is #17853A. Grayscale: #A3A3A3. Windows color (decimal): -1541435 or 12942056. OLE color: 12942056.
HSL color Cylindrical-coordinate representation of color #E87AC5: hue angle of 319.09º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E87AC5 is Cyan = 0, Magento = 0.47, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 122 | 197 | - |
| CMYK | 0 | 0.47 | 0.15 | 0.09 |
| HSL | 319.09º | 0.71% | 0.69% | - |
| HSV(B) | 319.09º | 0.47% | 0.91% | - |
| XYZ | 50.32 | 35.11 | 56.95 | - |
| YUV | 163.44 | 146.94 | 176.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 122 | 197 | 0 | 0.47 | 0.15 | 0.09 | 319.09 | 0.71 | 0.69 |
| Hex | E8 | 7A | C5 | 0 | 2F | F | 9 | 13F | 47 | 45 |
| Octal | 350 | 172 | 305 | 0 | 57 | 17 | 11 | 477 | 107 | 105 |
| Binary | 11101000 | 1111010 | 11000101 | 0 | 101111 | 1111 | 1001 | 100111111 | 1000111 | 1000101 |
Color Harmonies of #E87AC5
Complementary color
Monochromatic Colors of #E87AC5
Black with #E87AC5
Text Example
Text Example
White with #E87AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87AC5; }
p { color: rgb(232,122,197); }
H1.HeaderClassName
{
color: #E87AC5;
}
.AnyTagClassName
{
color: #E87AC5;
}
</style>
background-color css
<style>
a { background-color: #E87AC5; }
a { background-color: rgb(232,122,197); }
div.DivClassName
{
background-color: #E87AC5;
}
.BgClassName
{
background-color: #E87AC5;
}
</style>
border-color css
<style>
span { border-color: #E87AC5; }
span { border-color: rgb(232,122,197); }
td.TdClassName
{
border-color: #E87AC5;
}
.TagClassName
{
border-color: #E87AC5;
}
</style>