Shades of Persian Pink #E17CB5
Tints of Persian Pink #E17CB5
RGB
CMYK
RGB Variations
Color information
#E17CB5 (or 0xE17CB5) is known color: Persian Pink. HEX triplet: E1, 7C and B5. RGB value is (225,124,181). Sum of RGB (Red+Green+Blue) = 225+124+181=530 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.45% from 530); Green value is 124 (48.83% from 255 or 23.40% from 530); Blue value is 181 (71.09% from 255 or 34.15% from 530); Max value from RGB is 225 - color contains mainly: red. Hex color #E17CB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17CB5 is #1E834A. Grayscale: #A0A0A0. Windows color (decimal): -1999691 or 11893985. OLE color: 11893985.
HSL color Cylindrical-coordinate representation of color #E17CB5: hue angle of 326.14º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E17CB5 is Cyan = 0, Magento = 0.45, Yellow = 0.20 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 124 | 181 | - |
| CMYK | 0 | 0.45 | 0.20 | 0.12 |
| HSL | 326.14º | 0.63% | 0.68% | - |
| HSV(B) | 326.14º | 0.45% | 0.88% | - |
| XYZ | 46.6 | 33.76 | 47.78 | - |
| YUV | 160.7 | 139.46 | 173.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 124 | 181 | 0 | 0.45 | 0.20 | 0.12 | 326.14 | 0.63 | 0.68 |
| Hex | E1 | 7C | B5 | 0 | 2D | 14 | C | 146 | 3F | 44 |
| Octal | 341 | 174 | 265 | 0 | 55 | 24 | 14 | 506 | 77 | 104 |
| Binary | 11100001 | 1111100 | 10110101 | 0 | 101101 | 10100 | 1100 | 101000110 | 111111 | 1000100 |
Color Harmonies of #E17CB5
Complementary color
Monochromatic Colors of #E17CB5
Black with #E17CB5
Text Example
Text Example
White with #E17CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17CB5; }
p { color: rgb(225,124,181); }
H1.HeaderClassName
{
color: #E17CB5;
}
.AnyTagClassName
{
color: #E17CB5;
}
</style>
background-color css
<style>
a { background-color: #E17CB5; }
a { background-color: rgb(225,124,181); }
div.DivClassName
{
background-color: #E17CB5;
}
.BgClassName
{
background-color: #E17CB5;
}
</style>
border-color css
<style>
span { border-color: #E17CB5; }
span { border-color: rgb(225,124,181); }
td.TdClassName
{
border-color: #E17CB5;
}
.TagClassName
{
border-color: #E17CB5;
}
</style>