Shades of Persian Pink #E17CB1
Tints of Persian Pink #E17CB1
RGB
CMYK
RGB Variations
Color information
#E17CB1 (or 0xE17CB1) is known color: Persian Pink. HEX triplet: E1, 7C and B1. RGB value is (225,124,177). Sum of RGB (Red+Green+Blue) = 225+124+177=526 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.78% from 526); Green value is 124 (48.83% from 255 or 23.57% from 526); Blue value is 177 (69.53% from 255 or 33.65% from 526); Max value from RGB is 225 - color contains mainly: red. Hex color #E17CB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17CB1 is #1E834E. Grayscale: #A0A0A0. Windows color (decimal): -1999695 or 11631841. OLE color: 11631841.
HSL color Cylindrical-coordinate representation of color #E17CB1: hue angle of 328.51º 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 #E17CB1 is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 124 | 177 | - |
| CMYK | 0 | 0.45 | 0.21 | 0.12 |
| HSL | 328.51º | 0.63% | 0.68% | - |
| HSV(B) | 328.51º | 0.45% | 0.88% | - |
| XYZ | 46.19 | 33.6 | 45.65 | - |
| YUV | 160.24 | 137.46 | 174.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 124 | 177 | 0 | 0.45 | 0.21 | 0.12 | 328.51 | 0.63 | 0.68 |
| Hex | E1 | 7C | B1 | 0 | 2D | 15 | C | 149 | 3F | 44 |
| Octal | 341 | 174 | 261 | 0 | 55 | 25 | 14 | 511 | 77 | 104 |
| Binary | 11100001 | 1111100 | 10110001 | 0 | 101101 | 10101 | 1100 | 101001001 | 111111 | 1000100 |
Color Harmonies of #E17CB1
Complementary color
Monochromatic Colors of #E17CB1
Black with #E17CB1
Text Example
Text Example
White with #E17CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17CB1; }
p { color: rgb(225,124,177); }
H1.HeaderClassName
{
color: #E17CB1;
}
.AnyTagClassName
{
color: #E17CB1;
}
</style>
background-color css
<style>
a { background-color: #E17CB1; }
a { background-color: rgb(225,124,177); }
div.DivClassName
{
background-color: #E17CB1;
}
.BgClassName
{
background-color: #E17CB1;
}
</style>
border-color css
<style>
span { border-color: #E17CB1; }
span { border-color: rgb(225,124,177); }
td.TdClassName
{
border-color: #E17CB1;
}
.TagClassName
{
border-color: #E17CB1;
}
</style>