Shades of Persian Pink #E17DBF
Tints of Persian Pink #E17DBF
RGB
CMYK
RGB Variations
Color information
#E17DBF (or 0xE17DBF) is known color: Persian Pink. HEX triplet: E1, 7D and BF. RGB value is (225,125,191). Sum of RGB (Red+Green+Blue) = 225+125+191=541 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.59% from 541); Green value is 125 (49.22% from 255 or 23.11% from 541); Blue value is 191 (75% from 255 or 35.30% from 541); Max value from RGB is 225 - color contains mainly: red. Hex color #E17DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17DBF is #1E8240. Grayscale: #A2A2A2. Windows color (decimal): -1999425 or 12549601. OLE color: 12549601.
HSL color Cylindrical-coordinate representation of color #E17DBF: hue angle of 320.4º 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 #E17DBF is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 125 | 191 | - |
| CMYK | 0 | 0.44 | 0.15 | 0.12 |
| HSL | 320.4º | 0.63% | 0.69% | - |
| HSV(B) | 320.4º | 0.44% | 0.88% | - |
| XYZ | 47.79 | 34.44 | 53.42 | - |
| YUV | 162.42 | 144.13 | 172.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 125 | 191 | 0 | 0.44 | 0.15 | 0.12 | 320.4 | 0.63 | 0.69 |
| Hex | E1 | 7D | BF | 0 | 2C | F | C | 140 | 3E | 45 |
| Octal | 341 | 175 | 277 | 0 | 54 | 17 | 14 | 500 | 76 | 105 |
| Binary | 11100001 | 1111101 | 10111111 | 0 | 101100 | 1111 | 1100 | 101000000 | 111110 | 1000101 |
Color Harmonies of #E17DBF
Complementary color
Monochromatic Colors of #E17DBF
Black with #E17DBF
Text Example
Text Example
White with #E17DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17DBF; }
p { color: rgb(225,125,191); }
H1.HeaderClassName
{
color: #E17DBF;
}
.AnyTagClassName
{
color: #E17DBF;
}
</style>
background-color css
<style>
a { background-color: #E17DBF; }
a { background-color: rgb(225,125,191); }
div.DivClassName
{
background-color: #E17DBF;
}
.BgClassName
{
background-color: #E17DBF;
}
</style>
border-color css
<style>
span { border-color: #E17DBF; }
span { border-color: rgb(225,125,191); }
td.TdClassName
{
border-color: #E17DBF;
}
.TagClassName
{
border-color: #E17DBF;
}
</style>