Shades of Persian Pink #E07DC0
Tints of Persian Pink #E07DC0
RGB
CMYK
RGB Variations
Color information
#E07DC0 (or 0xE07DC0) is known color: Persian Pink. HEX triplet: E0, 7D and C0. RGB value is (224,125,192). Sum of RGB (Red+Green+Blue) = 224+125+192=541 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.40% from 541); Green value is 125 (49.22% from 255 or 23.11% from 541); Blue value is 192 (75.39% from 255 or 35.49% from 541); Max value from RGB is 224 - color contains mainly: red. Hex color #E07DC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07DC0 is #1F823F. Grayscale: #A2A2A2. Windows color (decimal): -2064960 or 12615136. OLE color: 12615136.
HSL color Cylindrical-coordinate representation of color #E07DC0: hue angle of 319.39º 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 #E07DC0 is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 125 | 192 | - |
| CMYK | 0 | 0.44 | 0.14 | 0.12 |
| HSL | 319.39º | 0.61% | 0.68% | - |
| HSV(B) | 319.39º | 0.44% | 0.88% | - |
| XYZ | 47.59 | 34.32 | 53.99 | - |
| YUV | 162.24 | 144.8 | 172.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 125 | 192 | 0 | 0.44 | 0.14 | 0.12 | 319.39 | 0.61 | 0.68 |
| Hex | E0 | 7D | C0 | 0 | 2C | E | C | 13F | 3D | 44 |
| Octal | 340 | 175 | 300 | 0 | 54 | 16 | 14 | 477 | 75 | 104 |
| Binary | 11100000 | 1111101 | 11000000 | 0 | 101100 | 1110 | 1100 | 100111111 | 111101 | 1000100 |
Color Harmonies of #E07DC0
Complementary color
Monochromatic Colors of #E07DC0
Black with #E07DC0
Text Example
Text Example
White with #E07DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07DC0; }
p { color: rgb(224,125,192); }
H1.HeaderClassName
{
color: #E07DC0;
}
.AnyTagClassName
{
color: #E07DC0;
}
</style>
background-color css
<style>
a { background-color: #E07DC0; }
a { background-color: rgb(224,125,192); }
div.DivClassName
{
background-color: #E07DC0;
}
.BgClassName
{
background-color: #E07DC0;
}
</style>
border-color css
<style>
span { border-color: #E07DC0; }
span { border-color: rgb(224,125,192); }
td.TdClassName
{
border-color: #E07DC0;
}
.TagClassName
{
border-color: #E07DC0;
}
</style>