Shades of Persian Pink #E172B1
Tints of Persian Pink #E172B1
RGB
CMYK
RGB Variations
Color information
#E172B1 (or 0xE172B1) is known color: Persian Pink. HEX triplet: E1, 72 and B1. RGB value is (225,114,177). Sum of RGB (Red+Green+Blue) = 225+114+177=516 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.60% from 516); Green value is 114 (44.92% from 255 or 22.09% from 516); Blue value is 177 (69.53% from 255 or 34.30% from 516); Max value from RGB is 225 - color contains mainly: red. Hex color #E172B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E172B1 is #1E8D4E. Grayscale: #9A9A9A. Windows color (decimal): -2002255 or 11629281. OLE color: 11629281.
HSL color Cylindrical-coordinate representation of color #E172B1: hue angle of 325.95º 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 #E172B1 is Cyan = 0, Magento = 0.49, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 114 | 177 | - |
| CMYK | 0 | 0.49 | 0.21 | 0.12 |
| HSL | 325.95º | 0.65% | 0.66% | - |
| HSV(B) | 325.95º | 0.49% | 0.88% | - |
| XYZ | 45 | 31.22 | 45.25 | - |
| YUV | 154.37 | 140.77 | 178.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 114 | 177 | 0 | 0.49 | 0.21 | 0.12 | 325.95 | 0.65 | 0.66 |
| Hex | E1 | 72 | B1 | 0 | 31 | 15 | C | 146 | 41 | 42 |
| Octal | 341 | 162 | 261 | 0 | 61 | 25 | 14 | 506 | 101 | 102 |
| Binary | 11100001 | 1110010 | 10110001 | 0 | 110001 | 10101 | 1100 | 101000110 | 1000001 | 1000010 |
Color Harmonies of #E172B1
Complementary color
Monochromatic Colors of #E172B1
Black with #E172B1
Text Example
Text Example
White with #E172B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E172B1; }
p { color: rgb(225,114,177); }
H1.HeaderClassName
{
color: #E172B1;
}
.AnyTagClassName
{
color: #E172B1;
}
</style>
background-color css
<style>
a { background-color: #E172B1; }
a { background-color: rgb(225,114,177); }
div.DivClassName
{
background-color: #E172B1;
}
.BgClassName
{
background-color: #E172B1;
}
</style>
border-color css
<style>
span { border-color: #E172B1; }
span { border-color: rgb(225,114,177); }
td.TdClassName
{
border-color: #E172B1;
}
.TagClassName
{
border-color: #E172B1;
}
</style>