Shades of Persian Pink #E171B8
Tints of Persian Pink #E171B8
RGB
CMYK
RGB Variations
Color information
#E171B8 (or 0xE171B8) is known color: Persian Pink. HEX triplet: E1, 71 and B8. RGB value is (225,113,184). Sum of RGB (Red+Green+Blue) = 225+113+184=522 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.10% from 522); Green value is 113 (44.53% from 255 or 21.65% from 522); Blue value is 184 (72.27% from 255 or 35.25% from 522); Max value from RGB is 225 - color contains mainly: red. Hex color #E171B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E171B8 is #1E8E47. Grayscale: #9A9A9A. Windows color (decimal): -2002504 or 12087777. OLE color: 12087777.
HSL color Cylindrical-coordinate representation of color #E171B8: hue angle of 321.96º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E171B8 is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 113 | 184 | - |
| CMYK | 0 | 0.50 | 0.18 | 0.12 |
| HSL | 321.96º | 0.65% | 0.66% | - |
| HSV(B) | 321.96º | 0.5% | 0.88% | - |
| XYZ | 45.61 | 31.28 | 48.98 | - |
| YUV | 154.58 | 144.61 | 178.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 113 | 184 | 0 | 0.50 | 0.18 | 0.12 | 321.96 | 0.65 | 0.66 |
| Hex | E1 | 71 | B8 | 0 | 32 | 12 | C | 142 | 41 | 42 |
| Octal | 341 | 161 | 270 | 0 | 62 | 22 | 14 | 502 | 101 | 102 |
| Binary | 11100001 | 1110001 | 10111000 | 0 | 110010 | 10010 | 1100 | 101000010 | 1000001 | 1000010 |
Color Harmonies of #E171B8
Complementary color
Monochromatic Colors of #E171B8
Black with #E171B8
Text Example
Text Example
White with #E171B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E171B8; }
p { color: rgb(225,113,184); }
H1.HeaderClassName
{
color: #E171B8;
}
.AnyTagClassName
{
color: #E171B8;
}
</style>
background-color css
<style>
a { background-color: #E171B8; }
a { background-color: rgb(225,113,184); }
div.DivClassName
{
background-color: #E171B8;
}
.BgClassName
{
background-color: #E171B8;
}
</style>
border-color css
<style>
span { border-color: #E171B8; }
span { border-color: rgb(225,113,184); }
td.TdClassName
{
border-color: #E171B8;
}
.TagClassName
{
border-color: #E171B8;
}
</style>