Shades of Persian Pink #E174AD
Tints of Persian Pink #E174AD
RGB
CMYK
RGB Variations
Color information
#E174AD (or 0xE174AD) is known color: Persian Pink. HEX triplet: E1, 74 and AD. RGB value is (225,116,173). Sum of RGB (Red+Green+Blue) = 225+116+173=514 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.77% from 514); Green value is 116 (45.70% from 255 or 22.57% from 514); Blue value is 173 (67.97% from 255 or 33.66% from 514); Max value from RGB is 225 - color contains mainly: red. Hex color #E174AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E174AD is #1E8B52. Grayscale: #9A9A9A. Windows color (decimal): -2001747 or 11367649. OLE color: 11367649.
HSL color Cylindrical-coordinate representation of color #E174AD: hue angle of 328.62º 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 #E174AD is Cyan = 0, Magento = 0.48, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 116 | 173 | - |
| CMYK | 0 | 0.48 | 0.23 | 0.12 |
| HSL | 328.62º | 0.64% | 0.67% | - |
| HSV(B) | 328.62º | 0.48% | 0.88% | - |
| XYZ | 44.84 | 31.52 | 43.25 | - |
| YUV | 155.09 | 138.11 | 177.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 116 | 173 | 0 | 0.48 | 0.23 | 0.12 | 328.62 | 0.64 | 0.67 |
| Hex | E1 | 74 | AD | 0 | 30 | 17 | C | 149 | 40 | 43 |
| Octal | 341 | 164 | 255 | 0 | 60 | 27 | 14 | 511 | 100 | 103 |
| Binary | 11100001 | 1110100 | 10101101 | 0 | 110000 | 10111 | 1100 | 101001001 | 1000000 | 1000011 |
Color Harmonies of #E174AD
Complementary color
Monochromatic Colors of #E174AD
Black with #E174AD
Text Example
Text Example
White with #E174AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E174AD; }
p { color: rgb(225,116,173); }
H1.HeaderClassName
{
color: #E174AD;
}
.AnyTagClassName
{
color: #E174AD;
}
</style>
background-color css
<style>
a { background-color: #E174AD; }
a { background-color: rgb(225,116,173); }
div.DivClassName
{
background-color: #E174AD;
}
.BgClassName
{
background-color: #E174AD;
}
</style>
border-color css
<style>
span { border-color: #E174AD; }
span { border-color: rgb(225,116,173); }
td.TdClassName
{
border-color: #E174AD;
}
.TagClassName
{
border-color: #E174AD;
}
</style>