Shades of Persian Pink #E177B2
Tints of Persian Pink #E177B2
RGB
CMYK
RGB Variations
Color information
#E177B2 (or 0xE177B2) is known color: Persian Pink. HEX triplet: E1, 77 and B2. RGB value is (225,119,178). Sum of RGB (Red+Green+Blue) = 225+119+178=522 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.10% from 522); Green value is 119 (46.88% from 255 or 22.80% from 522); Blue value is 178 (69.92% from 255 or 34.10% from 522); Max value from RGB is 225 - color contains mainly: red. Hex color #E177B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E177B2 is #1E884D. Grayscale: #9D9D9D. Windows color (decimal): -2000974 or 11696097. OLE color: 11696097.
HSL color Cylindrical-coordinate representation of color #E177B2: hue angle of 326.6º 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 #E177B2 is Cyan = 0, Magento = 0.47, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 119 | 178 | - |
| CMYK | 0 | 0.47 | 0.21 | 0.12 |
| HSL | 326.6º | 0.64% | 0.67% | - |
| HSV(B) | 326.6º | 0.47% | 0.88% | - |
| XYZ | 45.68 | 32.42 | 45.97 | - |
| YUV | 157.42 | 139.62 | 176.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 119 | 178 | 0 | 0.47 | 0.21 | 0.12 | 326.6 | 0.64 | 0.67 |
| Hex | E1 | 77 | B2 | 0 | 2F | 15 | C | 147 | 40 | 43 |
| Octal | 341 | 167 | 262 | 0 | 57 | 25 | 14 | 507 | 100 | 103 |
| Binary | 11100001 | 1110111 | 10110010 | 0 | 101111 | 10101 | 1100 | 101000111 | 1000000 | 1000011 |
Color Harmonies of #E177B2
Complementary color
Monochromatic Colors of #E177B2
Black with #E177B2
Text Example
Text Example
White with #E177B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E177B2; }
p { color: rgb(225,119,178); }
H1.HeaderClassName
{
color: #E177B2;
}
.AnyTagClassName
{
color: #E177B2;
}
</style>
background-color css
<style>
a { background-color: #E177B2; }
a { background-color: rgb(225,119,178); }
div.DivClassName
{
background-color: #E177B2;
}
.BgClassName
{
background-color: #E177B2;
}
</style>
border-color css
<style>
span { border-color: #E177B2; }
span { border-color: rgb(225,119,178); }
td.TdClassName
{
border-color: #E177B2;
}
.TagClassName
{
border-color: #E177B2;
}
</style>