Shades of Persian Pink #E876B7
Tints of Persian Pink #E876B7
RGB
CMYK
RGB Variations
Color information
#E876B7 (or 0xE876B7) is known color: Persian Pink. HEX triplet: E8, 76 and B7. RGB value is (232,118,183). Sum of RGB (Red+Green+Blue) = 232+118+183=533 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.53% from 533); Green value is 118 (46.48% from 255 or 22.14% from 533); Blue value is 183 (71.88% from 255 or 34.33% from 533); Max value from RGB is 232 - color contains mainly: red. Hex color #E876B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E876B7 is #178948. Grayscale: #9F9F9F. Windows color (decimal): -1542473 or 12023528. OLE color: 12023528.
HSL color Cylindrical-coordinate representation of color #E876B7: hue angle of 325.79º 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 #E876B7 is Cyan = 0, Magento = 0.49, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 118 | 183 | - |
| CMYK | 0 | 0.49 | 0.21 | 0.09 |
| HSL | 325.79º | 0.71% | 0.69% | - |
| HSV(B) | 325.79º | 0.49% | 0.91% | - |
| XYZ | 48.3 | 33.53 | 48.73 | - |
| YUV | 159.5 | 141.27 | 179.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 118 | 183 | 0 | 0.49 | 0.21 | 0.09 | 325.79 | 0.71 | 0.69 |
| Hex | E8 | 76 | B7 | 0 | 31 | 15 | 9 | 146 | 47 | 45 |
| Octal | 350 | 166 | 267 | 0 | 61 | 25 | 11 | 506 | 107 | 105 |
| Binary | 11101000 | 1110110 | 10110111 | 0 | 110001 | 10101 | 1001 | 101000110 | 1000111 | 1000101 |
Color Harmonies of #E876B7
Complementary color
Monochromatic Colors of #E876B7
Black with #E876B7
Text Example
Text Example
White with #E876B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E876B7; }
p { color: rgb(232,118,183); }
H1.HeaderClassName
{
color: #E876B7;
}
.AnyTagClassName
{
color: #E876B7;
}
</style>
background-color css
<style>
a { background-color: #E876B7; }
a { background-color: rgb(232,118,183); }
div.DivClassName
{
background-color: #E876B7;
}
.BgClassName
{
background-color: #E876B7;
}
</style>
border-color css
<style>
span { border-color: #E876B7; }
span { border-color: rgb(232,118,183); }
td.TdClassName
{
border-color: #E876B7;
}
.TagClassName
{
border-color: #E876B7;
}
</style>