Shades of Persian Pink #E174BF
Tints of Persian Pink #E174BF
RGB
CMYK
RGB Variations
Color information
#E174BF (or 0xE174BF) is known color: Persian Pink. HEX triplet: E1, 74 and BF. RGB value is (225,116,191). Sum of RGB (Red+Green+Blue) = 225+116+191=532 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.29% from 532); Green value is 116 (45.70% from 255 or 21.80% from 532); Blue value is 191 (75% from 255 or 35.90% from 532); Max value from RGB is 225 - color contains mainly: red. Hex color #E174BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E174BF is #1E8B40. Grayscale: #9C9C9C. Windows color (decimal): -2001729 or 12547297. OLE color: 12547297.
HSL color Cylindrical-coordinate representation of color #E174BF: hue angle of 318.72º 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 #E174BF is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 116 | 191 | - |
| CMYK | 0 | 0.48 | 0.15 | 0.12 |
| HSL | 318.72º | 0.64% | 0.67% | - |
| HSV(B) | 318.72º | 0.48% | 0.88% | - |
| XYZ | 46.7 | 32.26 | 53.06 | - |
| YUV | 157.14 | 147.11 | 176.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 116 | 191 | 0 | 0.48 | 0.15 | 0.12 | 318.72 | 0.64 | 0.67 |
| Hex | E1 | 74 | BF | 0 | 30 | F | C | 13F | 40 | 43 |
| Octal | 341 | 164 | 277 | 0 | 60 | 17 | 14 | 477 | 100 | 103 |
| Binary | 11100001 | 1110100 | 10111111 | 0 | 110000 | 1111 | 1100 | 100111111 | 1000000 | 1000011 |
Color Harmonies of #E174BF
Complementary color
Monochromatic Colors of #E174BF
Black with #E174BF
Text Example
Text Example
White with #E174BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E174BF; }
p { color: rgb(225,116,191); }
H1.HeaderClassName
{
color: #E174BF;
}
.AnyTagClassName
{
color: #E174BF;
}
</style>
background-color css
<style>
a { background-color: #E174BF; }
a { background-color: rgb(225,116,191); }
div.DivClassName
{
background-color: #E174BF;
}
.BgClassName
{
background-color: #E174BF;
}
</style>
border-color css
<style>
span { border-color: #E174BF; }
span { border-color: rgb(225,116,191); }
td.TdClassName
{
border-color: #E174BF;
}
.TagClassName
{
border-color: #E174BF;
}
</style>