Shades of Persian Pink #E071AD
Tints of Persian Pink #E071AD
RGB
CMYK
RGB Variations
Color information
#E071AD (or 0xE071AD) is known color: Persian Pink. HEX triplet: E0, 71 and AD. RGB value is (224,113,173). Sum of RGB (Red+Green+Blue) = 224+113+173=510 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.92% from 510); Green value is 113 (44.53% from 255 or 22.16% from 510); Blue value is 173 (67.97% from 255 or 33.92% from 510); Max value from RGB is 224 - color contains mainly: red. Hex color #E071AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E071AD is #1F8E52. Grayscale: #989898. Windows color (decimal): -2068051 or 11366880. OLE color: 11366880.
HSL color Cylindrical-coordinate representation of color #E071AD: hue angle of 327.57º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E071AD is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 113 | 173 | - |
| CMYK | 0 | 0.50 | 0.23 | 0.12 |
| HSL | 327.57º | 0.64% | 0.66% | - |
| HSV(B) | 327.57º | 0.5% | 0.88% | - |
| XYZ | 44.19 | 30.67 | 43.13 | - |
| YUV | 153.03 | 139.27 | 178.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 113 | 173 | 0 | 0.50 | 0.23 | 0.12 | 327.57 | 0.64 | 0.66 |
| Hex | E0 | 71 | AD | 0 | 32 | 17 | C | 148 | 40 | 42 |
| Octal | 340 | 161 | 255 | 0 | 62 | 27 | 14 | 510 | 100 | 102 |
| Binary | 11100000 | 1110001 | 10101101 | 0 | 110010 | 10111 | 1100 | 101001000 | 1000000 | 1000010 |
Color Harmonies of #E071AD
Complementary color
Monochromatic Colors of #E071AD
Black with #E071AD
Text Example
Text Example
White with #E071AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E071AD; }
p { color: rgb(224,113,173); }
H1.HeaderClassName
{
color: #E071AD;
}
.AnyTagClassName
{
color: #E071AD;
}
</style>
background-color css
<style>
a { background-color: #E071AD; }
a { background-color: rgb(224,113,173); }
div.DivClassName
{
background-color: #E071AD;
}
.BgClassName
{
background-color: #E071AD;
}
</style>
border-color css
<style>
span { border-color: #E071AD; }
span { border-color: rgb(224,113,173); }
td.TdClassName
{
border-color: #E071AD;
}
.TagClassName
{
border-color: #E071AD;
}
</style>