Shades of Persian Pink #E07DC5
Tints of Persian Pink #E07DC5
RGB
CMYK
RGB Variations
Color information
#E07DC5 (or 0xE07DC5) is known color: Persian Pink. HEX triplet: E0, 7D and C5. RGB value is (224,125,197). Sum of RGB (Red+Green+Blue) = 224+125+197=546 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.03% from 546); Green value is 125 (49.22% from 255 or 22.89% from 546); Blue value is 197 (77.34% from 255 or 36.08% from 546); Max value from RGB is 224 - color contains mainly: red. Hex color #E07DC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07DC5 is #1F823A. Grayscale: #A2A2A2. Windows color (decimal): -2064955 or 12942816. OLE color: 12942816.
HSL color Cylindrical-coordinate representation of color #E07DC5: hue angle of 316.36º 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 #E07DC5 is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 125 | 197 | - |
| CMYK | 0 | 0.44 | 0.12 | 0.12 |
| HSL | 316.36º | 0.61% | 0.68% | - |
| HSV(B) | 316.36º | 0.44% | 0.88% | - |
| XYZ | 48.15 | 34.55 | 56.95 | - |
| YUV | 162.81 | 147.3 | 171.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 125 | 197 | 0 | 0.44 | 0.12 | 0.12 | 316.36 | 0.61 | 0.68 |
| Hex | E0 | 7D | C5 | 0 | 2C | C | C | 13C | 3D | 44 |
| Octal | 340 | 175 | 305 | 0 | 54 | 14 | 14 | 474 | 75 | 104 |
| Binary | 11100000 | 1111101 | 11000101 | 0 | 101100 | 1100 | 1100 | 100111100 | 111101 | 1000100 |
Color Harmonies of #E07DC5
Complementary color
Monochromatic Colors of #E07DC5
Black with #E07DC5
Text Example
Text Example
White with #E07DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07DC5; }
p { color: rgb(224,125,197); }
H1.HeaderClassName
{
color: #E07DC5;
}
.AnyTagClassName
{
color: #E07DC5;
}
</style>
background-color css
<style>
a { background-color: #E07DC5; }
a { background-color: rgb(224,125,197); }
div.DivClassName
{
background-color: #E07DC5;
}
.BgClassName
{
background-color: #E07DC5;
}
</style>
border-color css
<style>
span { border-color: #E07DC5; }
span { border-color: rgb(224,125,197); }
td.TdClassName
{
border-color: #E07DC5;
}
.TagClassName
{
border-color: #E07DC5;
}
</style>