Shades of Persian Pink #E873B1
Tints of Persian Pink #E873B1
RGB
CMYK
RGB Variations
Color information
#E873B1 (or 0xE873B1) is known color: Persian Pink. HEX triplet: E8, 73 and B1. RGB value is (232,115,177). Sum of RGB (Red+Green+Blue) = 232+115+177=524 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.27% from 524); Green value is 115 (45.31% from 255 or 21.95% from 524); Blue value is 177 (69.53% from 255 or 33.78% from 524); Max value from RGB is 232 - color contains mainly: red. Hex color #E873B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E873B1 is #178C4E. Grayscale: #9C9C9C. Windows color (decimal): -1543247 or 11629544. OLE color: 11629544.
HSL color Cylindrical-coordinate representation of color #E873B1: hue angle of 328.21º 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 #E873B1 is Cyan = 0, Magento = 0.50, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 115 | 177 | - |
| CMYK | 0 | 0.50 | 0.24 | 0.09 |
| HSL | 328.21º | 0.72% | 0.68% | - |
| HSV(B) | 328.21º | 0.5% | 0.91% | - |
| XYZ | 47.35 | 32.59 | 45.39 | - |
| YUV | 157.05 | 139.26 | 181.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 115 | 177 | 0 | 0.50 | 0.24 | 0.09 | 328.21 | 0.72 | 0.68 |
| Hex | E8 | 73 | B1 | 0 | 32 | 18 | 9 | 148 | 48 | 44 |
| Octal | 350 | 163 | 261 | 0 | 62 | 30 | 11 | 510 | 110 | 104 |
| Binary | 11101000 | 1110011 | 10110001 | 0 | 110010 | 11000 | 1001 | 101001000 | 1001000 | 1000100 |
Color Harmonies of #E873B1
Complementary color
Monochromatic Colors of #E873B1
Black with #E873B1
Text Example
Text Example
White with #E873B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E873B1; }
p { color: rgb(232,115,177); }
H1.HeaderClassName
{
color: #E873B1;
}
.AnyTagClassName
{
color: #E873B1;
}
</style>
background-color css
<style>
a { background-color: #E873B1; }
a { background-color: rgb(232,115,177); }
div.DivClassName
{
background-color: #E873B1;
}
.BgClassName
{
background-color: #E873B1;
}
</style>
border-color css
<style>
span { border-color: #E873B1; }
span { border-color: rgb(232,115,177); }
td.TdClassName
{
border-color: #E873B1;
}
.TagClassName
{
border-color: #E873B1;
}
</style>