Shades of Persian Pink #E17CBC
Tints of Persian Pink #E17CBC
RGB
CMYK
RGB Variations
Color information
#E17CBC (or 0xE17CBC) is known color: Persian Pink. HEX triplet: E1, 7C and BC. RGB value is (225,124,188). Sum of RGB (Red+Green+Blue) = 225+124+188=537 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.90% from 537); Green value is 124 (48.83% from 255 or 23.09% from 537); Blue value is 188 (73.83% from 255 or 35.01% from 537); Max value from RGB is 225 - color contains mainly: red. Hex color #E17CBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17CBC is #1E8343. Grayscale: #A1A1A1. Windows color (decimal): -1999684 or 12352737. OLE color: 12352737.
HSL color Cylindrical-coordinate representation of color #E17CBC: hue angle of 321.98º 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 #E17CBC is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 124 | 188 | - |
| CMYK | 0 | 0.45 | 0.16 | 0.12 |
| HSL | 321.98º | 0.63% | 0.68% | - |
| HSV(B) | 321.98º | 0.45% | 0.88% | - |
| XYZ | 47.34 | 34.05 | 51.66 | - |
| YUV | 161.5 | 142.96 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 124 | 188 | 0 | 0.45 | 0.16 | 0.12 | 321.98 | 0.63 | 0.68 |
| Hex | E1 | 7C | BC | 0 | 2D | 10 | C | 142 | 3F | 44 |
| Octal | 341 | 174 | 274 | 0 | 55 | 20 | 14 | 502 | 77 | 104 |
| Binary | 11100001 | 1111100 | 10111100 | 0 | 101101 | 10000 | 1100 | 101000010 | 111111 | 1000100 |
Color Harmonies of #E17CBC
Complementary color
Monochromatic Colors of #E17CBC
Black with #E17CBC
Text Example
Text Example
White with #E17CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17CBC; }
p { color: rgb(225,124,188); }
H1.HeaderClassName
{
color: #E17CBC;
}
.AnyTagClassName
{
color: #E17CBC;
}
</style>
background-color css
<style>
a { background-color: #E17CBC; }
a { background-color: rgb(225,124,188); }
div.DivClassName
{
background-color: #E17CBC;
}
.BgClassName
{
background-color: #E17CBC;
}
</style>
border-color css
<style>
span { border-color: #E17CBC; }
span { border-color: rgb(225,124,188); }
td.TdClassName
{
border-color: #E17CBC;
}
.TagClassName
{
border-color: #E17CBC;
}
</style>