Shades of Persian Pink #E871B7
Tints of Persian Pink #E871B7
RGB
CMYK
RGB Variations
Color information
#E871B7 (or 0xE871B7) is known color: Persian Pink. HEX triplet: E8, 71 and B7. RGB value is (232,113,183). Sum of RGB (Red+Green+Blue) = 232+113+183=528 (69% of max value = 765). Red value is 232 (91.02% from 255 or 43.94% from 528); Green value is 113 (44.53% from 255 or 21.40% from 528); Blue value is 183 (71.88% from 255 or 34.66% from 528); Max value from RGB is 232 - color contains mainly: red. Hex color #E871B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E871B7 is #178E48. Grayscale: #9C9C9C. Windows color (decimal): -1543753 or 12022248. OLE color: 12022248.
HSL color Cylindrical-coordinate representation of color #E871B7: hue angle of 324.71º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E871B7 is Cyan = 0, Magento = 0.51, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 113 | 183 | - |
| CMYK | 0 | 0.51 | 0.21 | 0.09 |
| HSL | 324.71º | 0.72% | 0.68% | - |
| HSV(B) | 324.71º | 0.51% | 0.91% | - |
| XYZ | 47.73 | 32.38 | 48.53 | - |
| YUV | 156.56 | 142.92 | 181.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 113 | 183 | 0 | 0.51 | 0.21 | 0.09 | 324.71 | 0.72 | 0.68 |
| Hex | E8 | 71 | B7 | 0 | 33 | 15 | 9 | 145 | 48 | 44 |
| Octal | 350 | 161 | 267 | 0 | 63 | 25 | 11 | 505 | 110 | 104 |
| Binary | 11101000 | 1110001 | 10110111 | 0 | 110011 | 10101 | 1001 | 101000101 | 1001000 | 1000100 |
Color Harmonies of #E871B7
Complementary color
Monochromatic Colors of #E871B7
Black with #E871B7
Text Example
Text Example
White with #E871B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E871B7; }
p { color: rgb(232,113,183); }
H1.HeaderClassName
{
color: #E871B7;
}
.AnyTagClassName
{
color: #E871B7;
}
</style>
background-color css
<style>
a { background-color: #E871B7; }
a { background-color: rgb(232,113,183); }
div.DivClassName
{
background-color: #E871B7;
}
.BgClassName
{
background-color: #E871B7;
}
</style>
border-color css
<style>
span { border-color: #E871B7; }
span { border-color: rgb(232,113,183); }
td.TdClassName
{
border-color: #E871B7;
}
.TagClassName
{
border-color: #E871B7;
}
</style>