Shades of Persian Pink #E07DB9
Tints of Persian Pink #E07DB9
RGB
CMYK
RGB Variations
Color information
#E07DB9 (or 0xE07DB9) is known color: Persian Pink. HEX triplet: E0, 7D and B9. RGB value is (224,125,185). Sum of RGB (Red+Green+Blue) = 224+125+185=534 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.95% from 534); Green value is 125 (49.22% from 255 or 23.41% from 534); Blue value is 185 (72.66% from 255 or 34.64% from 534); Max value from RGB is 224 - color contains mainly: red. Hex color #E07DB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07DB9 is #1F8246. Grayscale: #A1A1A1. Windows color (decimal): -2064967 or 12156384. OLE color: 12156384.
HSL color Cylindrical-coordinate representation of color #E07DB9: hue angle of 323.64º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E07DB9 is Cyan = 0, Magento = 0.44, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 125 | 185 | - |
| CMYK | 0 | 0.44 | 0.17 | 0.12 |
| HSL | 323.64º | 0.61% | 0.68% | - |
| HSV(B) | 323.64º | 0.44% | 0.88% | - |
| XYZ | 46.83 | 34.02 | 50 | - |
| YUV | 161.44 | 141.3 | 172.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 125 | 185 | 0 | 0.44 | 0.17 | 0.12 | 323.64 | 0.61 | 0.68 |
| Hex | E0 | 7D | B9 | 0 | 2C | 11 | C | 144 | 3D | 44 |
| Octal | 340 | 175 | 271 | 0 | 54 | 21 | 14 | 504 | 75 | 104 |
| Binary | 11100000 | 1111101 | 10111001 | 0 | 101100 | 10001 | 1100 | 101000100 | 111101 | 1000100 |
Color Harmonies of #E07DB9
Complementary color
Monochromatic Colors of #E07DB9
Black with #E07DB9
Text Example
Text Example
White with #E07DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07DB9; }
p { color: rgb(224,125,185); }
H1.HeaderClassName
{
color: #E07DB9;
}
.AnyTagClassName
{
color: #E07DB9;
}
</style>
background-color css
<style>
a { background-color: #E07DB9; }
a { background-color: rgb(224,125,185); }
div.DivClassName
{
background-color: #E07DB9;
}
.BgClassName
{
background-color: #E07DB9;
}
</style>
border-color css
<style>
span { border-color: #E07DB9; }
span { border-color: rgb(224,125,185); }
td.TdClassName
{
border-color: #E07DB9;
}
.TagClassName
{
border-color: #E07DB9;
}
</style>