Shades of Persian Pink #E170BE
Tints of Persian Pink #E170BE
RGB
CMYK
RGB Variations
Color information
#E170BE (or 0xE170BE) is known color: Persian Pink. HEX triplet: E1, 70 and BE. RGB value is (225,112,190). Sum of RGB (Red+Green+Blue) = 225+112+190=527 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.69% from 527); Green value is 112 (44.14% from 255 or 21.25% from 527); Blue value is 190 (74.61% from 255 or 36.05% from 527); Max value from RGB is 225 - color contains mainly: red. Hex color #E170BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E170BE is #1E8F41. Grayscale: #9A9A9A. Windows color (decimal): -2002754 or 12480737. OLE color: 12480737.
HSL color Cylindrical-coordinate representation of color #E170BE: hue angle of 318.58º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E170BE is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 112 | 190 | - |
| CMYK | 0 | 0.50 | 0.16 | 0.12 |
| HSL | 318.58º | 0.65% | 0.66% | - |
| HSV(B) | 318.58º | 0.5% | 0.88% | - |
| XYZ | 46.14 | 31.31 | 52.33 | - |
| YUV | 154.68 | 147.94 | 178.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 112 | 190 | 0 | 0.50 | 0.16 | 0.12 | 318.58 | 0.65 | 0.66 |
| Hex | E1 | 70 | BE | 0 | 32 | 10 | C | 13F | 41 | 42 |
| Octal | 341 | 160 | 276 | 0 | 62 | 20 | 14 | 477 | 101 | 102 |
| Binary | 11100001 | 1110000 | 10111110 | 0 | 110010 | 10000 | 1100 | 100111111 | 1000001 | 1000010 |
Color Harmonies of #E170BE
Complementary color
Monochromatic Colors of #E170BE
Black with #E170BE
Text Example
Text Example
White with #E170BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E170BE; }
p { color: rgb(225,112,190); }
H1.HeaderClassName
{
color: #E170BE;
}
.AnyTagClassName
{
color: #E170BE;
}
</style>
background-color css
<style>
a { background-color: #E170BE; }
a { background-color: rgb(225,112,190); }
div.DivClassName
{
background-color: #E170BE;
}
.BgClassName
{
background-color: #E170BE;
}
</style>
border-color css
<style>
span { border-color: #E170BE; }
span { border-color: rgb(225,112,190); }
td.TdClassName
{
border-color: #E170BE;
}
.TagClassName
{
border-color: #E170BE;
}
</style>