Shades of Persian Pink #E174BE
Tints of Persian Pink #E174BE
RGB
CMYK
RGB Variations
Color information
#E174BE (or 0xE174BE) is known color: Persian Pink. HEX triplet: E1, 74 and BE. RGB value is (225,116,190). Sum of RGB (Red+Green+Blue) = 225+116+190=531 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.37% from 531); Green value is 116 (45.70% from 255 or 21.85% from 531); Blue value is 190 (74.61% from 255 or 35.78% from 531); Max value from RGB is 225 - color contains mainly: red. Hex color #E174BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E174BE is #1E8B41. Grayscale: #9C9C9C. Windows color (decimal): -2001730 or 12481761. OLE color: 12481761.
HSL color Cylindrical-coordinate representation of color #E174BE: hue angle of 319.27º 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 #E174BE is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 116 | 190 | - |
| CMYK | 0 | 0.48 | 0.16 | 0.12 |
| HSL | 319.27º | 0.64% | 0.67% | - |
| HSV(B) | 319.27º | 0.48% | 0.88% | - |
| XYZ | 46.59 | 32.22 | 52.48 | - |
| YUV | 157.03 | 146.61 | 176.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 116 | 190 | 0 | 0.48 | 0.16 | 0.12 | 319.27 | 0.64 | 0.67 |
| Hex | E1 | 74 | BE | 0 | 30 | 10 | C | 13F | 40 | 43 |
| Octal | 341 | 164 | 276 | 0 | 60 | 20 | 14 | 477 | 100 | 103 |
| Binary | 11100001 | 1110100 | 10111110 | 0 | 110000 | 10000 | 1100 | 100111111 | 1000000 | 1000011 |
Color Harmonies of #E174BE
Complementary color
Monochromatic Colors of #E174BE
Black with #E174BE
Text Example
Text Example
White with #E174BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E174BE; }
p { color: rgb(225,116,190); }
H1.HeaderClassName
{
color: #E174BE;
}
.AnyTagClassName
{
color: #E174BE;
}
</style>
background-color css
<style>
a { background-color: #E174BE; }
a { background-color: rgb(225,116,190); }
div.DivClassName
{
background-color: #E174BE;
}
.BgClassName
{
background-color: #E174BE;
}
</style>
border-color css
<style>
span { border-color: #E174BE; }
span { border-color: rgb(225,116,190); }
td.TdClassName
{
border-color: #E174BE;
}
.TagClassName
{
border-color: #E174BE;
}
</style>