Shades of Persian Pink #E179BD
Tints of Persian Pink #E179BD
RGB
CMYK
RGB Variations
Color information
#E179BD (or 0xE179BD) is known color: Persian Pink. HEX triplet: E1, 79 and BD. RGB value is (225,121,189). Sum of RGB (Red+Green+Blue) = 225+121+189=535 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.06% from 535); Green value is 121 (47.66% from 255 or 22.62% from 535); Blue value is 189 (74.22% from 255 or 35.33% from 535); Max value from RGB is 225 - color contains mainly: red. Hex color #E179BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E179BD is #1E8642. Grayscale: #9F9F9F. Windows color (decimal): -2000451 or 12417505. OLE color: 12417505.
HSL color Cylindrical-coordinate representation of color #E179BD: hue angle of 320.77º 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 #E179BD is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 121 | 189 | - |
| CMYK | 0 | 0.46 | 0.16 | 0.12 |
| HSL | 320.77º | 0.63% | 0.68% | - |
| HSV(B) | 320.77º | 0.46% | 0.88% | - |
| XYZ | 47.07 | 33.36 | 52.1 | - |
| YUV | 159.85 | 144.46 | 174.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 121 | 189 | 0 | 0.46 | 0.16 | 0.12 | 320.77 | 0.63 | 0.68 |
| Hex | E1 | 79 | BD | 0 | 2E | 10 | C | 141 | 3F | 44 |
| Octal | 341 | 171 | 275 | 0 | 56 | 20 | 14 | 501 | 77 | 104 |
| Binary | 11100001 | 1111001 | 10111101 | 0 | 101110 | 10000 | 1100 | 101000001 | 111111 | 1000100 |
Color Harmonies of #E179BD
Complementary color
Monochromatic Colors of #E179BD
Black with #E179BD
Text Example
Text Example
White with #E179BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E179BD; }
p { color: rgb(225,121,189); }
H1.HeaderClassName
{
color: #E179BD;
}
.AnyTagClassName
{
color: #E179BD;
}
</style>
background-color css
<style>
a { background-color: #E179BD; }
a { background-color: rgb(225,121,189); }
div.DivClassName
{
background-color: #E179BD;
}
.BgClassName
{
background-color: #E179BD;
}
</style>
border-color css
<style>
span { border-color: #E179BD; }
span { border-color: rgb(225,121,189); }
td.TdClassName
{
border-color: #E179BD;
}
.TagClassName
{
border-color: #E179BD;
}
</style>