Shades of Persian Pink #E17DBD
Tints of Persian Pink #E17DBD
RGB
CMYK
RGB Variations
Color information
#E17DBD (or 0xE17DBD) is known color: Persian Pink. HEX triplet: E1, 7D and BD. RGB value is (225,125,189). Sum of RGB (Red+Green+Blue) = 225+125+189=539 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.74% from 539); Green value is 125 (49.22% from 255 or 23.19% from 539); Blue value is 189 (74.22% from 255 or 35.06% from 539); Max value from RGB is 225 - color contains mainly: red. Hex color #E17DBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17DBD is #1E8242. Grayscale: #A2A2A2. Windows color (decimal): -1999427 or 12418529. OLE color: 12418529.
HSL color Cylindrical-coordinate representation of color #E17DBD: hue angle of 321.6º 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 #E17DBD is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 125 | 189 | - |
| CMYK | 0 | 0.44 | 0.16 | 0.12 |
| HSL | 321.6º | 0.63% | 0.69% | - |
| HSV(B) | 321.6º | 0.44% | 0.88% | - |
| XYZ | 47.57 | 34.35 | 52.27 | - |
| YUV | 162.2 | 143.13 | 172.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 125 | 189 | 0 | 0.44 | 0.16 | 0.12 | 321.6 | 0.63 | 0.69 |
| Hex | E1 | 7D | BD | 0 | 2C | 10 | C | 142 | 3E | 45 |
| Octal | 341 | 175 | 275 | 0 | 54 | 20 | 14 | 502 | 76 | 105 |
| Binary | 11100001 | 1111101 | 10111101 | 0 | 101100 | 10000 | 1100 | 101000010 | 111110 | 1000101 |
Color Harmonies of #E17DBD
Complementary color
Monochromatic Colors of #E17DBD
Black with #E17DBD
Text Example
Text Example
White with #E17DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17DBD; }
p { color: rgb(225,125,189); }
H1.HeaderClassName
{
color: #E17DBD;
}
.AnyTagClassName
{
color: #E17DBD;
}
</style>
background-color css
<style>
a { background-color: #E17DBD; }
a { background-color: rgb(225,125,189); }
div.DivClassName
{
background-color: #E17DBD;
}
.BgClassName
{
background-color: #E17DBD;
}
</style>
border-color css
<style>
span { border-color: #E17DBD; }
span { border-color: rgb(225,125,189); }
td.TdClassName
{
border-color: #E17DBD;
}
.TagClassName
{
border-color: #E17DBD;
}
</style>