Shades of Persian Pink #E07DC3
Tints of Persian Pink #E07DC3
RGB
CMYK
RGB Variations
Color information
#E07DC3 (or 0xE07DC3) is known color: Persian Pink. HEX triplet: E0, 7D and C3. RGB value is (224,125,195). Sum of RGB (Red+Green+Blue) = 224+125+195=544 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.18% from 544); Green value is 125 (49.22% from 255 or 22.98% from 544); Blue value is 195 (76.56% from 255 or 35.85% from 544); Max value from RGB is 224 - color contains mainly: red. Hex color #E07DC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07DC3 is #1F823C. Grayscale: #A2A2A2. Windows color (decimal): -2064957 or 12811744. OLE color: 12811744.
HSL color Cylindrical-coordinate representation of color #E07DC3: hue angle of 317.58º 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 #E07DC3 is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 125 | 195 | - |
| CMYK | 0 | 0.44 | 0.13 | 0.12 |
| HSL | 317.58º | 0.61% | 0.68% | - |
| HSV(B) | 317.58º | 0.44% | 0.88% | - |
| XYZ | 47.92 | 34.45 | 55.75 | - |
| YUV | 162.58 | 146.3 | 171.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 125 | 195 | 0 | 0.44 | 0.13 | 0.12 | 317.58 | 0.61 | 0.68 |
| Hex | E0 | 7D | C3 | 0 | 2C | D | C | 13E | 3D | 44 |
| Octal | 340 | 175 | 303 | 0 | 54 | 15 | 14 | 476 | 75 | 104 |
| Binary | 11100000 | 1111101 | 11000011 | 0 | 101100 | 1101 | 1100 | 100111110 | 111101 | 1000100 |
Color Harmonies of #E07DC3
Complementary color
Monochromatic Colors of #E07DC3
Black with #E07DC3
Text Example
Text Example
White with #E07DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07DC3; }
p { color: rgb(224,125,195); }
H1.HeaderClassName
{
color: #E07DC3;
}
.AnyTagClassName
{
color: #E07DC3;
}
</style>
background-color css
<style>
a { background-color: #E07DC3; }
a { background-color: rgb(224,125,195); }
div.DivClassName
{
background-color: #E07DC3;
}
.BgClassName
{
background-color: #E07DC3;
}
</style>
border-color css
<style>
span { border-color: #E07DC3; }
span { border-color: rgb(224,125,195); }
td.TdClassName
{
border-color: #E07DC3;
}
.TagClassName
{
border-color: #E07DC3;
}
</style>