Shades of Persian Pink #E873BC
Tints of Persian Pink #E873BC
RGB
CMYK
RGB Variations
Color information
#E873BC (or 0xE873BC) is known color: Persian Pink. HEX triplet: E8, 73 and BC. RGB value is (232,115,188). Sum of RGB (Red+Green+Blue) = 232+115+188=535 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.36% from 535); Green value is 115 (45.31% from 255 or 21.50% from 535); Blue value is 188 (73.83% from 255 or 35.14% from 535); Max value from RGB is 232 - color contains mainly: red. Hex color #E873BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E873BC is #178C43. Grayscale: #9E9E9E. Windows color (decimal): -1543236 or 12350440. OLE color: 12350440.
HSL color Cylindrical-coordinate representation of color #E873BC: hue angle of 322.56º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E873BC is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 115 | 188 | - |
| CMYK | 0 | 0.50 | 0.19 | 0.09 |
| HSL | 322.56º | 0.72% | 0.68% | - |
| HSV(B) | 322.56º | 0.5% | 0.91% | - |
| XYZ | 48.49 | 33.05 | 51.4 | - |
| YUV | 158.31 | 144.76 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 115 | 188 | 0 | 0.50 | 0.19 | 0.09 | 322.56 | 0.72 | 0.68 |
| Hex | E8 | 73 | BC | 0 | 32 | 13 | 9 | 143 | 48 | 44 |
| Octal | 350 | 163 | 274 | 0 | 62 | 23 | 11 | 503 | 110 | 104 |
| Binary | 11101000 | 1110011 | 10111100 | 0 | 110010 | 10011 | 1001 | 101000011 | 1001000 | 1000100 |
Color Harmonies of #E873BC
Complementary color
Monochromatic Colors of #E873BC
Black with #E873BC
Text Example
Text Example
White with #E873BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E873BC; }
p { color: rgb(232,115,188); }
H1.HeaderClassName
{
color: #E873BC;
}
.AnyTagClassName
{
color: #E873BC;
}
</style>
background-color css
<style>
a { background-color: #E873BC; }
a { background-color: rgb(232,115,188); }
div.DivClassName
{
background-color: #E873BC;
}
.BgClassName
{
background-color: #E873BC;
}
</style>
border-color css
<style>
span { border-color: #E873BC; }
span { border-color: rgb(232,115,188); }
td.TdClassName
{
border-color: #E873BC;
}
.TagClassName
{
border-color: #E873BC;
}
</style>