Shades of Persian Pink #E174BA
Tints of Persian Pink #E174BA
RGB
CMYK
RGB Variations
Color information
#E174BA (or 0xE174BA) is known color: Persian Pink. HEX triplet: E1, 74 and BA. RGB value is (225,116,186). Sum of RGB (Red+Green+Blue) = 225+116+186=527 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.69% from 527); Green value is 116 (45.70% from 255 or 22.01% from 527); Blue value is 186 (73.05% from 255 or 35.29% from 527); Max value from RGB is 225 - color contains mainly: red. Hex color #E174BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E174BA is #1E8B45. Grayscale: #9C9C9C. Windows color (decimal): -2001734 or 12219617. OLE color: 12219617.
HSL color Cylindrical-coordinate representation of color #E174BA: hue angle of 321.47º 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 #E174BA is Cyan = 0, Magento = 0.48, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 116 | 186 | - |
| CMYK | 0 | 0.48 | 0.17 | 0.12 |
| HSL | 321.47º | 0.64% | 0.67% | - |
| HSV(B) | 321.47º | 0.48% | 0.88% | - |
| XYZ | 46.16 | 32.04 | 50.21 | - |
| YUV | 156.57 | 144.61 | 176.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 116 | 186 | 0 | 0.48 | 0.17 | 0.12 | 321.47 | 0.64 | 0.67 |
| Hex | E1 | 74 | BA | 0 | 30 | 11 | C | 141 | 40 | 43 |
| Octal | 341 | 164 | 272 | 0 | 60 | 21 | 14 | 501 | 100 | 103 |
| Binary | 11100001 | 1110100 | 10111010 | 0 | 110000 | 10001 | 1100 | 101000001 | 1000000 | 1000011 |
Color Harmonies of #E174BA
Complementary color
Monochromatic Colors of #E174BA
Black with #E174BA
Text Example
Text Example
White with #E174BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E174BA; }
p { color: rgb(225,116,186); }
H1.HeaderClassName
{
color: #E174BA;
}
.AnyTagClassName
{
color: #E174BA;
}
</style>
background-color css
<style>
a { background-color: #E174BA; }
a { background-color: rgb(225,116,186); }
div.DivClassName
{
background-color: #E174BA;
}
.BgClassName
{
background-color: #E174BA;
}
</style>
border-color css
<style>
span { border-color: #E174BA; }
span { border-color: rgb(225,116,186); }
td.TdClassName
{
border-color: #E174BA;
}
.TagClassName
{
border-color: #E174BA;
}
</style>