Shades of Persian Pink #E07DBC
Tints of Persian Pink #E07DBC
RGB
CMYK
RGB Variations
Color information
#E07DBC (or 0xE07DBC) is known color: Persian Pink. HEX triplet: E0, 7D and BC. RGB value is (224,125,188). Sum of RGB (Red+Green+Blue) = 224+125+188=537 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.71% from 537); Green value is 125 (49.22% from 255 or 23.28% from 537); Blue value is 188 (73.83% from 255 or 35.01% from 537); Max value from RGB is 224 - color contains mainly: red. Hex color #E07DBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07DBC is #1F8243. Grayscale: #A1A1A1. Windows color (decimal): -2064964 or 12352992. OLE color: 12352992.
HSL color Cylindrical-coordinate representation of color #E07DBC: hue angle of 321.82º 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 #E07DBC is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 125 | 188 | - |
| CMYK | 0 | 0.44 | 0.16 | 0.12 |
| HSL | 321.82º | 0.61% | 0.68% | - |
| HSV(B) | 321.82º | 0.44% | 0.88% | - |
| XYZ | 47.15 | 34.15 | 51.68 | - |
| YUV | 161.78 | 142.8 | 172.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 125 | 188 | 0 | 0.44 | 0.16 | 0.12 | 321.82 | 0.61 | 0.68 |
| Hex | E0 | 7D | BC | 0 | 2C | 10 | C | 142 | 3D | 44 |
| Octal | 340 | 175 | 274 | 0 | 54 | 20 | 14 | 502 | 75 | 104 |
| Binary | 11100000 | 1111101 | 10111100 | 0 | 101100 | 10000 | 1100 | 101000010 | 111101 | 1000100 |
Color Harmonies of #E07DBC
Complementary color
Monochromatic Colors of #E07DBC
Black with #E07DBC
Text Example
Text Example
White with #E07DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07DBC; }
p { color: rgb(224,125,188); }
H1.HeaderClassName
{
color: #E07DBC;
}
.AnyTagClassName
{
color: #E07DBC;
}
</style>
background-color css
<style>
a { background-color: #E07DBC; }
a { background-color: rgb(224,125,188); }
div.DivClassName
{
background-color: #E07DBC;
}
.BgClassName
{
background-color: #E07DBC;
}
</style>
border-color css
<style>
span { border-color: #E07DBC; }
span { border-color: rgb(224,125,188); }
td.TdClassName
{
border-color: #E07DBC;
}
.TagClassName
{
border-color: #E07DBC;
}
</style>