Shades of Persian Pink #E179BC
Tints of Persian Pink #E179BC
RGB
CMYK
RGB Variations
Color information
#E179BC (or 0xE179BC) is known color: Persian Pink. HEX triplet: E1, 79 and BC. RGB value is (225,121,188). Sum of RGB (Red+Green+Blue) = 225+121+188=534 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.13% from 534); Green value is 121 (47.66% from 255 or 22.66% from 534); Blue value is 188 (73.83% from 255 or 35.21% from 534); Max value from RGB is 225 - color contains mainly: red. Hex color #E179BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E179BC is #1E8643. Grayscale: #9F9F9F. Windows color (decimal): -2000452 or 12351969. OLE color: 12351969.
HSL color Cylindrical-coordinate representation of color #E179BC: hue angle of 321.35º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E179BC is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 121 | 188 | - |
| CMYK | 0 | 0.46 | 0.16 | 0.12 |
| HSL | 321.35º | 0.63% | 0.68% | - |
| HSV(B) | 321.35º | 0.46% | 0.88% | - |
| XYZ | 46.97 | 33.31 | 51.53 | - |
| YUV | 159.73 | 143.96 | 174.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 121 | 188 | 0 | 0.46 | 0.16 | 0.12 | 321.35 | 0.63 | 0.68 |
| Hex | E1 | 79 | BC | 0 | 2E | 10 | C | 141 | 3F | 44 |
| Octal | 341 | 171 | 274 | 0 | 56 | 20 | 14 | 501 | 77 | 104 |
| Binary | 11100001 | 1111001 | 10111100 | 0 | 101110 | 10000 | 1100 | 101000001 | 111111 | 1000100 |
Color Harmonies of #E179BC
Complementary color
Monochromatic Colors of #E179BC
Black with #E179BC
Text Example
Text Example
White with #E179BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E179BC; }
p { color: rgb(225,121,188); }
H1.HeaderClassName
{
color: #E179BC;
}
.AnyTagClassName
{
color: #E179BC;
}
</style>
background-color css
<style>
a { background-color: #E179BC; }
a { background-color: rgb(225,121,188); }
div.DivClassName
{
background-color: #E179BC;
}
.BgClassName
{
background-color: #E179BC;
}
</style>
border-color css
<style>
span { border-color: #E179BC; }
span { border-color: rgb(225,121,188); }
td.TdClassName
{
border-color: #E179BC;
}
.TagClassName
{
border-color: #E179BC;
}
</style>