Shades of Persian Pink #E871BC
Tints of Persian Pink #E871BC
RGB
CMYK
RGB Variations
Color information
#E871BC (or 0xE871BC) is known color: Persian Pink. HEX triplet: E8, 71 and BC. RGB value is (232,113,188). Sum of RGB (Red+Green+Blue) = 232+113+188=533 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.53% from 533); Green value is 113 (44.53% from 255 or 21.20% from 533); Blue value is 188 (73.83% from 255 or 35.27% from 533); Max value from RGB is 232 - color contains mainly: red. Hex color #E871BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E871BC is #178E43. Grayscale: #9C9C9C. Windows color (decimal): -1543748 or 12349928. OLE color: 12349928.
HSL color Cylindrical-coordinate representation of color #E871BC: hue angle of 322.18º 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 #E871BC is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 113 | 188 | - |
| CMYK | 0 | 0.51 | 0.19 | 0.09 |
| HSL | 322.18º | 0.72% | 0.68% | - |
| HSV(B) | 322.18º | 0.51% | 0.91% | - |
| XYZ | 48.26 | 32.6 | 51.33 | - |
| YUV | 157.13 | 145.42 | 181.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 113 | 188 | 0 | 0.51 | 0.19 | 0.09 | 322.18 | 0.72 | 0.68 |
| Hex | E8 | 71 | BC | 0 | 33 | 13 | 9 | 142 | 48 | 44 |
| Octal | 350 | 161 | 274 | 0 | 63 | 23 | 11 | 502 | 110 | 104 |
| Binary | 11101000 | 1110001 | 10111100 | 0 | 110011 | 10011 | 1001 | 101000010 | 1001000 | 1000100 |
Color Harmonies of #E871BC
Complementary color
Monochromatic Colors of #E871BC
Black with #E871BC
Text Example
Text Example
White with #E871BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E871BC; }
p { color: rgb(232,113,188); }
H1.HeaderClassName
{
color: #E871BC;
}
.AnyTagClassName
{
color: #E871BC;
}
</style>
background-color css
<style>
a { background-color: #E871BC; }
a { background-color: rgb(232,113,188); }
div.DivClassName
{
background-color: #E871BC;
}
.BgClassName
{
background-color: #E871BC;
}
</style>
border-color css
<style>
span { border-color: #E871BC; }
span { border-color: rgb(232,113,188); }
td.TdClassName
{
border-color: #E871BC;
}
.TagClassName
{
border-color: #E871BC;
}
</style>