Shades of Persian Pink #E076AD
Tints of Persian Pink #E076AD
RGB
CMYK
RGB Variations
Color information
#E076AD (or 0xE076AD) is known color: Persian Pink. HEX triplet: E0, 76 and AD. RGB value is (224,118,173). Sum of RGB (Red+Green+Blue) = 224+118+173=515 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.50% from 515); Green value is 118 (46.48% from 255 or 22.91% from 515); Blue value is 173 (67.97% from 255 or 33.59% from 515); Max value from RGB is 224 - color contains mainly: red. Hex color #E076AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E076AD is #1F8952. Grayscale: #9B9B9B. Windows color (decimal): -2066771 or 11368160. OLE color: 11368160.
HSL color Cylindrical-coordinate representation of color #E076AD: hue angle of 328.87º 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 #E076AD is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 118 | 173 | - |
| CMYK | 0 | 0.47 | 0.23 | 0.12 |
| HSL | 328.87º | 0.63% | 0.67% | - |
| HSV(B) | 328.87º | 0.47% | 0.88% | - |
| XYZ | 44.76 | 31.82 | 43.32 | - |
| YUV | 155.96 | 137.62 | 176.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 118 | 173 | 0 | 0.47 | 0.23 | 0.12 | 328.87 | 0.63 | 0.67 |
| Hex | E0 | 76 | AD | 0 | 2F | 17 | C | 149 | 3F | 43 |
| Octal | 340 | 166 | 255 | 0 | 57 | 27 | 14 | 511 | 77 | 103 |
| Binary | 11100000 | 1110110 | 10101101 | 0 | 101111 | 10111 | 1100 | 101001001 | 111111 | 1000011 |
Color Harmonies of #E076AD
Complementary color
Monochromatic Colors of #E076AD
Black with #E076AD
Text Example
Text Example
White with #E076AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E076AD; }
p { color: rgb(224,118,173); }
H1.HeaderClassName
{
color: #E076AD;
}
.AnyTagClassName
{
color: #E076AD;
}
</style>
background-color css
<style>
a { background-color: #E076AD; }
a { background-color: rgb(224,118,173); }
div.DivClassName
{
background-color: #E076AD;
}
.BgClassName
{
background-color: #E076AD;
}
</style>
border-color css
<style>
span { border-color: #E076AD; }
span { border-color: rgb(224,118,173); }
td.TdClassName
{
border-color: #E076AD;
}
.TagClassName
{
border-color: #E076AD;
}
</style>