Shades of Persian Pink #E877C7
Tints of Persian Pink #E877C7
RGB
CMYK
RGB Variations
Color information
#E877C7 (or 0xE877C7) is known color: Persian Pink. HEX triplet: E8, 77 and C7. RGB value is (232,119,199). Sum of RGB (Red+Green+Blue) = 232+119+199=550 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.18% from 550); Green value is 119 (46.88% from 255 or 21.64% from 550); Blue value is 199 (78.12% from 255 or 36.18% from 550); Max value from RGB is 232 - color contains mainly: red. Hex color #E877C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E877C7 is #178838. Grayscale: #A1A1A1. Windows color (decimal): -1542201 or 13072360. OLE color: 13072360.
HSL color Cylindrical-coordinate representation of color #E877C7: hue angle of 317.52º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E877C7 is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 119 | 199 | - |
| CMYK | 0 | 0.49 | 0.14 | 0.09 |
| HSL | 317.52º | 0.71% | 0.69% | - |
| HSV(B) | 317.52º | 0.49% | 0.91% | - |
| XYZ | 50.18 | 34.47 | 58.04 | - |
| YUV | 161.91 | 148.94 | 178 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 119 | 199 | 0 | 0.49 | 0.14 | 0.09 | 317.52 | 0.71 | 0.69 |
| Hex | E8 | 77 | C7 | 0 | 31 | E | 9 | 13E | 47 | 45 |
| Octal | 350 | 167 | 307 | 0 | 61 | 16 | 11 | 476 | 107 | 105 |
| Binary | 11101000 | 1110111 | 11000111 | 0 | 110001 | 1110 | 1001 | 100111110 | 1000111 | 1000101 |
Color Harmonies of #E877C7
Complementary color
Monochromatic Colors of #E877C7
Black with #E877C7
Text Example
Text Example
White with #E877C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E877C7; }
p { color: rgb(232,119,199); }
H1.HeaderClassName
{
color: #E877C7;
}
.AnyTagClassName
{
color: #E877C7;
}
</style>
background-color css
<style>
a { background-color: #E877C7; }
a { background-color: rgb(232,119,199); }
div.DivClassName
{
background-color: #E877C7;
}
.BgClassName
{
background-color: #E877C7;
}
</style>
border-color css
<style>
span { border-color: #E877C7; }
span { border-color: rgb(232,119,199); }
td.TdClassName
{
border-color: #E877C7;
}
.TagClassName
{
border-color: #E877C7;
}
</style>