Shades of Persian Pink #E17DB5
Tints of Persian Pink #E17DB5
RGB
CMYK
RGB Variations
Color information
#E17DB5 (or 0xE17DB5) is known color: Persian Pink. HEX triplet: E1, 7D and B5. RGB value is (225,125,181). Sum of RGB (Red+Green+Blue) = 225+125+181=531 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.37% from 531); Green value is 125 (49.22% from 255 or 23.54% from 531); Blue value is 181 (71.09% from 255 or 34.09% from 531); Max value from RGB is 225 - color contains mainly: red. Hex color #E17DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17DB5 is #1E824A. Grayscale: #A1A1A1. Windows color (decimal): -1999435 or 11894241. OLE color: 11894241.
HSL color Cylindrical-coordinate representation of color #E17DB5: hue angle of 326.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 #E17DB5 is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 125 | 181 | - |
| CMYK | 0 | 0.44 | 0.20 | 0.12 |
| HSL | 326.4º | 0.63% | 0.69% | - |
| HSV(B) | 326.4º | 0.44% | 0.88% | - |
| XYZ | 46.73 | 34.01 | 47.82 | - |
| YUV | 161.28 | 139.13 | 173.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 125 | 181 | 0 | 0.44 | 0.20 | 0.12 | 326.4 | 0.63 | 0.69 |
| Hex | E1 | 7D | B5 | 0 | 2C | 14 | C | 146 | 3E | 45 |
| Octal | 341 | 175 | 265 | 0 | 54 | 24 | 14 | 506 | 76 | 105 |
| Binary | 11100001 | 1111101 | 10110101 | 0 | 101100 | 10100 | 1100 | 101000110 | 111110 | 1000101 |
Color Harmonies of #E17DB5
Complementary color
Monochromatic Colors of #E17DB5
Black with #E17DB5
Text Example
Text Example
White with #E17DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17DB5; }
p { color: rgb(225,125,181); }
H1.HeaderClassName
{
color: #E17DB5;
}
.AnyTagClassName
{
color: #E17DB5;
}
</style>
background-color css
<style>
a { background-color: #E17DB5; }
a { background-color: rgb(225,125,181); }
div.DivClassName
{
background-color: #E17DB5;
}
.BgClassName
{
background-color: #E17DB5;
}
</style>
border-color css
<style>
span { border-color: #E17DB5; }
span { border-color: rgb(225,125,181); }
td.TdClassName
{
border-color: #E17DB5;
}
.TagClassName
{
border-color: #E17DB5;
}
</style>