Shades of Persian Pink #E177B9
Tints of Persian Pink #E177B9
RGB
CMYK
RGB Variations
Color information
#E177B9 (or 0xE177B9) is known color: Persian Pink. HEX triplet: E1, 77 and B9. RGB value is (225,119,185). Sum of RGB (Red+Green+Blue) = 225+119+185=529 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.53% from 529); Green value is 119 (46.88% from 255 or 22.50% from 529); Blue value is 185 (72.66% from 255 or 34.97% from 529); Max value from RGB is 225 - color contains mainly: red. Hex color #E177B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E177B9 is #1E8846. Grayscale: #9E9E9E. Windows color (decimal): -2000967 or 12154849. OLE color: 12154849.
HSL color Cylindrical-coordinate representation of color #E177B9: hue angle of 322.64º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E177B9 is Cyan = 0, Magento = 0.47, Yellow = 0.18 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 119 | 185 | - |
| CMYK | 0 | 0.47 | 0.18 | 0.12 |
| HSL | 322.64º | 0.64% | 0.67% | - |
| HSV(B) | 322.64º | 0.47% | 0.88% | - |
| XYZ | 46.41 | 32.7 | 49.77 | - |
| YUV | 158.22 | 143.12 | 175.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 119 | 185 | 0 | 0.47 | 0.18 | 0.12 | 322.64 | 0.64 | 0.67 |
| Hex | E1 | 77 | B9 | 0 | 2F | 12 | C | 143 | 40 | 43 |
| Octal | 341 | 167 | 271 | 0 | 57 | 22 | 14 | 503 | 100 | 103 |
| Binary | 11100001 | 1110111 | 10111001 | 0 | 101111 | 10010 | 1100 | 101000011 | 1000000 | 1000011 |
Color Harmonies of #E177B9
Complementary color
Monochromatic Colors of #E177B9
Black with #E177B9
Text Example
Text Example
White with #E177B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E177B9; }
p { color: rgb(225,119,185); }
H1.HeaderClassName
{
color: #E177B9;
}
.AnyTagClassName
{
color: #E177B9;
}
</style>
background-color css
<style>
a { background-color: #E177B9; }
a { background-color: rgb(225,119,185); }
div.DivClassName
{
background-color: #E177B9;
}
.BgClassName
{
background-color: #E177B9;
}
</style>
border-color css
<style>
span { border-color: #E177B9; }
span { border-color: rgb(225,119,185); }
td.TdClassName
{
border-color: #E177B9;
}
.TagClassName
{
border-color: #E177B9;
}
</style>