Shades of Persian Pink #E173B1
Tints of Persian Pink #E173B1
RGB
CMYK
RGB Variations
Color information
#E173B1 (or 0xE173B1) is known color: Persian Pink. HEX triplet: E1, 73 and B1. RGB value is (225,115,177). Sum of RGB (Red+Green+Blue) = 225+115+177=517 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.52% from 517); Green value is 115 (45.31% from 255 or 22.24% from 517); Blue value is 177 (69.53% from 255 or 34.24% from 517); Max value from RGB is 225 - color contains mainly: red. Hex color #E173B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E173B1 is #1E8C4E. Grayscale: #9A9A9A. Windows color (decimal): -2001999 or 11629537. OLE color: 11629537.
HSL color Cylindrical-coordinate representation of color #E173B1: hue angle of 326.18º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E173B1 is Cyan = 0, Magento = 0.49, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 115 | 177 | - |
| CMYK | 0 | 0.49 | 0.21 | 0.12 |
| HSL | 326.18º | 0.65% | 0.67% | - |
| HSV(B) | 326.18º | 0.49% | 0.88% | - |
| XYZ | 45.12 | 31.44 | 45.29 | - |
| YUV | 154.96 | 140.44 | 177.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 115 | 177 | 0 | 0.49 | 0.21 | 0.12 | 326.18 | 0.65 | 0.67 |
| Hex | E1 | 73 | B1 | 0 | 31 | 15 | C | 146 | 41 | 43 |
| Octal | 341 | 163 | 261 | 0 | 61 | 25 | 14 | 506 | 101 | 103 |
| Binary | 11100001 | 1110011 | 10110001 | 0 | 110001 | 10101 | 1100 | 101000110 | 1000001 | 1000011 |
Color Harmonies of #E173B1
Complementary color
Monochromatic Colors of #E173B1
Black with #E173B1
Text Example
Text Example
White with #E173B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E173B1; }
p { color: rgb(225,115,177); }
H1.HeaderClassName
{
color: #E173B1;
}
.AnyTagClassName
{
color: #E173B1;
}
</style>
background-color css
<style>
a { background-color: #E173B1; }
a { background-color: rgb(225,115,177); }
div.DivClassName
{
background-color: #E173B1;
}
.BgClassName
{
background-color: #E173B1;
}
</style>
border-color css
<style>
span { border-color: #E173B1; }
span { border-color: rgb(225,115,177); }
td.TdClassName
{
border-color: #E173B1;
}
.TagClassName
{
border-color: #E173B1;
}
</style>