Shades of Persian Pink #E073AF
Tints of Persian Pink #E073AF
RGB
CMYK
RGB Variations
Color information
#E073AF (or 0xE073AF) is known color: Persian Pink. HEX triplet: E0, 73 and AF. RGB value is (224,115,175). Sum of RGB (Red+Green+Blue) = 224+115+175=514 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.58% from 514); Green value is 115 (45.31% from 255 or 22.37% from 514); Blue value is 175 (68.75% from 255 or 34.05% from 514); Max value from RGB is 224 - color contains mainly: red. Hex color #E073AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E073AF is #1F8C50. Grayscale: #9A9A9A. Windows color (decimal): -2067537 or 11498464. OLE color: 11498464.
HSL color Cylindrical-coordinate representation of color #E073AF: hue angle of 326.97º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E073AF is Cyan = 0, Magento = 0.49, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 115 | 175 | - |
| CMYK | 0 | 0.49 | 0.22 | 0.12 |
| HSL | 326.97º | 0.64% | 0.66% | - |
| HSV(B) | 326.97º | 0.49% | 0.88% | - |
| XYZ | 44.61 | 31.2 | 44.23 | - |
| YUV | 154.43 | 139.61 | 177.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 115 | 175 | 0 | 0.49 | 0.22 | 0.12 | 326.97 | 0.64 | 0.66 |
| Hex | E0 | 73 | AF | 0 | 31 | 16 | C | 147 | 40 | 42 |
| Octal | 340 | 163 | 257 | 0 | 61 | 26 | 14 | 507 | 100 | 102 |
| Binary | 11100000 | 1110011 | 10101111 | 0 | 110001 | 10110 | 1100 | 101000111 | 1000000 | 1000010 |
Color Harmonies of #E073AF
Complementary color
Monochromatic Colors of #E073AF
Black with #E073AF
Text Example
Text Example
White with #E073AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E073AF; }
p { color: rgb(224,115,175); }
H1.HeaderClassName
{
color: #E073AF;
}
.AnyTagClassName
{
color: #E073AF;
}
</style>
background-color css
<style>
a { background-color: #E073AF; }
a { background-color: rgb(224,115,175); }
div.DivClassName
{
background-color: #E073AF;
}
.BgClassName
{
background-color: #E073AF;
}
</style>
border-color css
<style>
span { border-color: #E073AF; }
span { border-color: rgb(224,115,175); }
td.TdClassName
{
border-color: #E073AF;
}
.TagClassName
{
border-color: #E073AF;
}
</style>