Shades of Persian Pink #E174BB
Tints of Persian Pink #E174BB
RGB
CMYK
RGB Variations
Color information
#E174BB (or 0xE174BB) is known color: Persian Pink. HEX triplet: E1, 74 and BB. RGB value is (225,116,187). Sum of RGB (Red+Green+Blue) = 225+116+187=528 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.61% from 528); Green value is 116 (45.70% from 255 or 21.97% from 528); Blue value is 187 (73.44% from 255 or 35.42% from 528); Max value from RGB is 225 - color contains mainly: red. Hex color #E174BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E174BB is #1E8B44. Grayscale: #9C9C9C. Windows color (decimal): -2001733 or 12285153. OLE color: 12285153.
HSL color Cylindrical-coordinate representation of color #E174BB: hue angle of 320.92º 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 #E174BB is Cyan = 0, Magento = 0.48, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 116 | 187 | - |
| CMYK | 0 | 0.48 | 0.17 | 0.12 |
| HSL | 320.92º | 0.64% | 0.67% | - |
| HSV(B) | 320.92º | 0.48% | 0.88% | - |
| XYZ | 46.27 | 32.09 | 50.77 | - |
| YUV | 156.69 | 145.11 | 176.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 116 | 187 | 0 | 0.48 | 0.17 | 0.12 | 320.92 | 0.64 | 0.67 |
| Hex | E1 | 74 | BB | 0 | 30 | 11 | C | 141 | 40 | 43 |
| Octal | 341 | 164 | 273 | 0 | 60 | 21 | 14 | 501 | 100 | 103 |
| Binary | 11100001 | 1110100 | 10111011 | 0 | 110000 | 10001 | 1100 | 101000001 | 1000000 | 1000011 |
Color Harmonies of #E174BB
Complementary color
Monochromatic Colors of #E174BB
Black with #E174BB
Text Example
Text Example
White with #E174BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E174BB; }
p { color: rgb(225,116,187); }
H1.HeaderClassName
{
color: #E174BB;
}
.AnyTagClassName
{
color: #E174BB;
}
</style>
background-color css
<style>
a { background-color: #E174BB; }
a { background-color: rgb(225,116,187); }
div.DivClassName
{
background-color: #E174BB;
}
.BgClassName
{
background-color: #E174BB;
}
</style>
border-color css
<style>
span { border-color: #E174BB; }
span { border-color: rgb(225,116,187); }
td.TdClassName
{
border-color: #E174BB;
}
.TagClassName
{
border-color: #E174BB;
}
</style>