Shades of Persian Pink #E176B0
Tints of Persian Pink #E176B0
RGB
CMYK
RGB Variations
Color information
#E176B0 (or 0xE176B0) is known color: Persian Pink. HEX triplet: E1, 76 and B0. RGB value is (225,118,176). Sum of RGB (Red+Green+Blue) = 225+118+176=519 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.35% from 519); Green value is 118 (46.48% from 255 or 22.74% from 519); Blue value is 176 (69.14% from 255 or 33.91% from 519); Max value from RGB is 225 - color contains mainly: red. Hex color #E176B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E176B0 is #1E894F. Grayscale: #9C9C9C. Windows color (decimal): -2001232 or 11564769. OLE color: 11564769.
HSL color Cylindrical-coordinate representation of color #E176B0: hue angle of 327.48º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E176B0 is Cyan = 0, Magento = 0.48, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 118 | 176 | - |
| CMYK | 0 | 0.48 | 0.22 | 0.12 |
| HSL | 327.48º | 0.64% | 0.67% | - |
| HSV(B) | 327.48º | 0.48% | 0.88% | - |
| XYZ | 45.37 | 32.1 | 44.88 | - |
| YUV | 156.61 | 138.95 | 176.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 118 | 176 | 0 | 0.48 | 0.22 | 0.12 | 327.48 | 0.64 | 0.67 |
| Hex | E1 | 76 | B0 | 0 | 30 | 16 | C | 147 | 40 | 43 |
| Octal | 341 | 166 | 260 | 0 | 60 | 26 | 14 | 507 | 100 | 103 |
| Binary | 11100001 | 1110110 | 10110000 | 0 | 110000 | 10110 | 1100 | 101000111 | 1000000 | 1000011 |
Color Harmonies of #E176B0
Complementary color
Monochromatic Colors of #E176B0
Black with #E176B0
Text Example
Text Example
White with #E176B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E176B0; }
p { color: rgb(225,118,176); }
H1.HeaderClassName
{
color: #E176B0;
}
.AnyTagClassName
{
color: #E176B0;
}
</style>
background-color css
<style>
a { background-color: #E176B0; }
a { background-color: rgb(225,118,176); }
div.DivClassName
{
background-color: #E176B0;
}
.BgClassName
{
background-color: #E176B0;
}
</style>
border-color css
<style>
span { border-color: #E176B0; }
span { border-color: rgb(225,118,176); }
td.TdClassName
{
border-color: #E176B0;
}
.TagClassName
{
border-color: #E176B0;
}
</style>