Shades of Persian Pink #E172B7
Tints of Persian Pink #E172B7
RGB
CMYK
RGB Variations
Color information
#E172B7 (or 0xE172B7) is known color: Persian Pink. HEX triplet: E1, 72 and B7. RGB value is (225,114,183). Sum of RGB (Red+Green+Blue) = 225+114+183=522 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.10% from 522); Green value is 114 (44.92% from 255 or 21.84% from 522); Blue value is 183 (71.88% from 255 or 35.06% from 522); Max value from RGB is 225 - color contains mainly: red. Hex color #E172B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E172B7 is #1E8D48. Grayscale: #9A9A9A. Windows color (decimal): -2002249 or 12022497. OLE color: 12022497.
HSL color Cylindrical-coordinate representation of color #E172B7: hue angle of 322.7º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E172B7 is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 114 | 183 | - |
| CMYK | 0 | 0.49 | 0.19 | 0.12 |
| HSL | 322.7º | 0.65% | 0.66% | - |
| HSV(B) | 322.7º | 0.49% | 0.88% | - |
| XYZ | 45.62 | 31.46 | 48.47 | - |
| YUV | 155.06 | 143.77 | 177.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 114 | 183 | 0 | 0.49 | 0.19 | 0.12 | 322.7 | 0.65 | 0.66 |
| Hex | E1 | 72 | B7 | 0 | 31 | 13 | C | 143 | 41 | 42 |
| Octal | 341 | 162 | 267 | 0 | 61 | 23 | 14 | 503 | 101 | 102 |
| Binary | 11100001 | 1110010 | 10110111 | 0 | 110001 | 10011 | 1100 | 101000011 | 1000001 | 1000010 |
Color Harmonies of #E172B7
Complementary color
Monochromatic Colors of #E172B7
Black with #E172B7
Text Example
Text Example
White with #E172B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E172B7; }
p { color: rgb(225,114,183); }
H1.HeaderClassName
{
color: #E172B7;
}
.AnyTagClassName
{
color: #E172B7;
}
</style>
background-color css
<style>
a { background-color: #E172B7; }
a { background-color: rgb(225,114,183); }
div.DivClassName
{
background-color: #E172B7;
}
.BgClassName
{
background-color: #E172B7;
}
</style>
border-color css
<style>
span { border-color: #E172B7; }
span { border-color: rgb(225,114,183); }
td.TdClassName
{
border-color: #E172B7;
}
.TagClassName
{
border-color: #E172B7;
}
</style>