Shades of Persian Pink #E07DB0
Tints of Persian Pink #E07DB0
RGB
CMYK
RGB Variations
Color information
#E07DB0 (or 0xE07DB0) is known color: Persian Pink. HEX triplet: E0, 7D and B0. RGB value is (224,125,176). Sum of RGB (Red+Green+Blue) = 224+125+176=525 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.67% from 525); Green value is 125 (49.22% from 255 or 23.81% from 525); Blue value is 176 (69.14% from 255 or 33.52% from 525); Max value from RGB is 224 - color contains mainly: red. Hex color #E07DB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07DB0 is #1F824F. Grayscale: #A0A0A0. Windows color (decimal): -2064976 or 11566560. OLE color: 11566560.
HSL color Cylindrical-coordinate representation of color #E07DB0: hue angle of 329.09º 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 #E07DB0 is Cyan = 0, Magento = 0.44, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 125 | 176 | - |
| CMYK | 0 | 0.44 | 0.21 | 0.12 |
| HSL | 329.09º | 0.61% | 0.68% | - |
| HSV(B) | 329.09º | 0.44% | 0.88% | - |
| XYZ | 45.91 | 33.65 | 45.15 | - |
| YUV | 160.42 | 136.8 | 173.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 125 | 176 | 0 | 0.44 | 0.21 | 0.12 | 329.09 | 0.61 | 0.68 |
| Hex | E0 | 7D | B0 | 0 | 2C | 15 | C | 149 | 3D | 44 |
| Octal | 340 | 175 | 260 | 0 | 54 | 25 | 14 | 511 | 75 | 104 |
| Binary | 11100000 | 1111101 | 10110000 | 0 | 101100 | 10101 | 1100 | 101001001 | 111101 | 1000100 |
Color Harmonies of #E07DB0
Complementary color
Monochromatic Colors of #E07DB0
Black with #E07DB0
Text Example
Text Example
White with #E07DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07DB0; }
p { color: rgb(224,125,176); }
H1.HeaderClassName
{
color: #E07DB0;
}
.AnyTagClassName
{
color: #E07DB0;
}
</style>
background-color css
<style>
a { background-color: #E07DB0; }
a { background-color: rgb(224,125,176); }
div.DivClassName
{
background-color: #E07DB0;
}
.BgClassName
{
background-color: #E07DB0;
}
</style>
border-color css
<style>
span { border-color: #E07DB0; }
span { border-color: rgb(224,125,176); }
td.TdClassName
{
border-color: #E07DB0;
}
.TagClassName
{
border-color: #E07DB0;
}
</style>