Shades of Persian Pink #E07AAD
Tints of Persian Pink #E07AAD
RGB
CMYK
RGB Variations
Color information
#E07AAD (or 0xE07AAD) is known color: Persian Pink. HEX triplet: E0, 7A and AD. RGB value is (224,122,173). Sum of RGB (Red+Green+Blue) = 224+122+173=519 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.16% from 519); Green value is 122 (48.05% from 255 or 23.51% from 519); Blue value is 173 (67.97% from 255 or 33.33% from 519); Max value from RGB is 224 - color contains mainly: red. Hex color #E07AAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07AAD is #1F8552. Grayscale: #9E9E9E. Windows color (decimal): -2065747 or 11369184. OLE color: 11369184.
HSL color Cylindrical-coordinate representation of color #E07AAD: hue angle of 330º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E07AAD is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 122 | 173 | - |
| CMYK | 0 | 0.46 | 0.23 | 0.12 |
| HSL | 330º | 0.62% | 0.68% | - |
| HSV(B) | 330º | 0.46% | 0.88% | - |
| XYZ | 45.24 | 32.78 | 43.48 | - |
| YUV | 158.31 | 136.29 | 174.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 122 | 173 | 0 | 0.46 | 0.23 | 0.12 | 330 | 0.62 | 0.68 |
| Hex | E0 | 7A | AD | 0 | 2E | 17 | C | 14A | 3E | 44 |
| Octal | 340 | 172 | 255 | 0 | 56 | 27 | 14 | 512 | 76 | 104 |
| Binary | 11100000 | 1111010 | 10101101 | 0 | 101110 | 10111 | 1100 | 101001010 | 111110 | 1000100 |
Color Harmonies of #E07AAD
Complementary color
Monochromatic Colors of #E07AAD
Black with #E07AAD
Text Example
Text Example
White with #E07AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07AAD; }
p { color: rgb(224,122,173); }
H1.HeaderClassName
{
color: #E07AAD;
}
.AnyTagClassName
{
color: #E07AAD;
}
</style>
background-color css
<style>
a { background-color: #E07AAD; }
a { background-color: rgb(224,122,173); }
div.DivClassName
{
background-color: #E07AAD;
}
.BgClassName
{
background-color: #E07AAD;
}
</style>
border-color css
<style>
span { border-color: #E07AAD; }
span { border-color: rgb(224,122,173); }
td.TdClassName
{
border-color: #E07AAD;
}
.TagClassName
{
border-color: #E07AAD;
}
</style>