Shades of Persian Pink #E17DBC
Tints of Persian Pink #E17DBC
RGB
CMYK
RGB Variations
Color information
#E17DBC (or 0xE17DBC) is known color: Persian Pink. HEX triplet: E1, 7D and BC. RGB value is (225,125,188). Sum of RGB (Red+Green+Blue) = 225+125+188=538 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.82% from 538); Green value is 125 (49.22% from 255 or 23.23% from 538); Blue value is 188 (73.83% from 255 or 34.94% from 538); Max value from RGB is 225 - color contains mainly: red. Hex color #E17DBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17DBC is #1E8243. Grayscale: #A1A1A1. Windows color (decimal): -1999428 or 12352993. OLE color: 12352993.
HSL color Cylindrical-coordinate representation of color #E17DBC: hue angle of 322.2º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E17DBC is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 125 | 188 | - |
| CMYK | 0 | 0.44 | 0.16 | 0.12 |
| HSL | 322.2º | 0.63% | 0.69% | - |
| HSV(B) | 322.2º | 0.44% | 0.88% | - |
| XYZ | 47.46 | 34.31 | 51.7 | - |
| YUV | 162.08 | 142.63 | 172.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 125 | 188 | 0 | 0.44 | 0.16 | 0.12 | 322.2 | 0.63 | 0.69 |
| Hex | E1 | 7D | BC | 0 | 2C | 10 | C | 142 | 3E | 45 |
| Octal | 341 | 175 | 274 | 0 | 54 | 20 | 14 | 502 | 76 | 105 |
| Binary | 11100001 | 1111101 | 10111100 | 0 | 101100 | 10000 | 1100 | 101000010 | 111110 | 1000101 |
Color Harmonies of #E17DBC
Complementary color
Monochromatic Colors of #E17DBC
Black with #E17DBC
Text Example
Text Example
White with #E17DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17DBC; }
p { color: rgb(225,125,188); }
H1.HeaderClassName
{
color: #E17DBC;
}
.AnyTagClassName
{
color: #E17DBC;
}
</style>
background-color css
<style>
a { background-color: #E17DBC; }
a { background-color: rgb(225,125,188); }
div.DivClassName
{
background-color: #E17DBC;
}
.BgClassName
{
background-color: #E17DBC;
}
</style>
border-color css
<style>
span { border-color: #E17DBC; }
span { border-color: rgb(225,125,188); }
td.TdClassName
{
border-color: #E17DBC;
}
.TagClassName
{
border-color: #E17DBC;
}
</style>