Shades of Persian Pink #E17CBB
Tints of Persian Pink #E17CBB
RGB
CMYK
RGB Variations
Color information
#E17CBB (or 0xE17CBB) is known color: Persian Pink. HEX triplet: E1, 7C and BB. RGB value is (225,124,187). Sum of RGB (Red+Green+Blue) = 225+124+187=536 (70% of max value = 765). Red value is 225 (88.28% from 255 or 41.98% from 536); Green value is 124 (48.83% from 255 or 23.13% from 536); Blue value is 187 (73.44% from 255 or 34.89% from 536); Max value from RGB is 225 - color contains mainly: red. Hex color #E17CBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17CBB is #1E8344. Grayscale: #A1A1A1. Windows color (decimal): -1999685 or 12287201. OLE color: 12287201.
HSL color Cylindrical-coordinate representation of color #E17CBB: hue angle of 322.57º 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 #E17CBB is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 124 | 187 | - |
| CMYK | 0 | 0.45 | 0.17 | 0.12 |
| HSL | 322.57º | 0.63% | 0.68% | - |
| HSV(B) | 322.57º | 0.45% | 0.88% | - |
| XYZ | 47.23 | 34.01 | 51.09 | - |
| YUV | 161.38 | 142.46 | 173.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 124 | 187 | 0 | 0.45 | 0.17 | 0.12 | 322.57 | 0.63 | 0.68 |
| Hex | E1 | 7C | BB | 0 | 2D | 11 | C | 143 | 3F | 44 |
| Octal | 341 | 174 | 273 | 0 | 55 | 21 | 14 | 503 | 77 | 104 |
| Binary | 11100001 | 1111100 | 10111011 | 0 | 101101 | 10001 | 1100 | 101000011 | 111111 | 1000100 |
Color Harmonies of #E17CBB
Complementary color
Monochromatic Colors of #E17CBB
Black with #E17CBB
Text Example
Text Example
White with #E17CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17CBB; }
p { color: rgb(225,124,187); }
H1.HeaderClassName
{
color: #E17CBB;
}
.AnyTagClassName
{
color: #E17CBB;
}
</style>
background-color css
<style>
a { background-color: #E17CBB; }
a { background-color: rgb(225,124,187); }
div.DivClassName
{
background-color: #E17CBB;
}
.BgClassName
{
background-color: #E17CBB;
}
</style>
border-color css
<style>
span { border-color: #E17CBB; }
span { border-color: rgb(225,124,187); }
td.TdClassName
{
border-color: #E17CBB;
}
.TagClassName
{
border-color: #E17CBB;
}
</style>