Shades of Persian Pink #E077AD
Tints of Persian Pink #E077AD
RGB
CMYK
RGB Variations
Color information
#E077AD (or 0xE077AD) is known color: Persian Pink. HEX triplet: E0, 77 and AD. RGB value is (224,119,173). Sum of RGB (Red+Green+Blue) = 224+119+173=516 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.41% from 516); Green value is 119 (46.88% from 255 or 23.06% from 516); Blue value is 173 (67.97% from 255 or 33.53% from 516); Max value from RGB is 224 - color contains mainly: red. Hex color #E077AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E077AD is #1F8852. Grayscale: #9C9C9C. Windows color (decimal): -2066515 or 11368416. OLE color: 11368416.
HSL color Cylindrical-coordinate representation of color #E077AD: hue angle of 329.14º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E077AD is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 119 | 173 | - |
| CMYK | 0 | 0.47 | 0.23 | 0.12 |
| HSL | 329.14º | 0.63% | 0.67% | - |
| HSV(B) | 329.14º | 0.47% | 0.88% | - |
| XYZ | 44.88 | 32.06 | 43.36 | - |
| YUV | 156.55 | 137.29 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 119 | 173 | 0 | 0.47 | 0.23 | 0.12 | 329.14 | 0.63 | 0.67 |
| Hex | E0 | 77 | AD | 0 | 2F | 17 | C | 149 | 3F | 43 |
| Octal | 340 | 167 | 255 | 0 | 57 | 27 | 14 | 511 | 77 | 103 |
| Binary | 11100000 | 1110111 | 10101101 | 0 | 101111 | 10111 | 1100 | 101001001 | 111111 | 1000011 |
Color Harmonies of #E077AD
Complementary color
Monochromatic Colors of #E077AD
Black with #E077AD
Text Example
Text Example
White with #E077AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E077AD; }
p { color: rgb(224,119,173); }
H1.HeaderClassName
{
color: #E077AD;
}
.AnyTagClassName
{
color: #E077AD;
}
</style>
background-color css
<style>
a { background-color: #E077AD; }
a { background-color: rgb(224,119,173); }
div.DivClassName
{
background-color: #E077AD;
}
.BgClassName
{
background-color: #E077AD;
}
</style>
border-color css
<style>
span { border-color: #E077AD; }
span { border-color: rgb(224,119,173); }
td.TdClassName
{
border-color: #E077AD;
}
.TagClassName
{
border-color: #E077AD;
}
</style>