Shades of Persian Pink #E073BE
Tints of Persian Pink #E073BE
RGB
CMYK
RGB Variations
Color information
#E073BE (or 0xE073BE) is known color: Persian Pink. HEX triplet: E0, 73 and BE. RGB value is (224,115,190). Sum of RGB (Red+Green+Blue) = 224+115+190=529 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.34% from 529); Green value is 115 (45.31% from 255 or 21.74% from 529); Blue value is 190 (74.61% from 255 or 35.92% from 529); Max value from RGB is 224 - color contains mainly: red. Hex color #E073BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E073BE is #1F8C41. Grayscale: #9B9B9B. Windows color (decimal): -2067522 or 12481504. OLE color: 12481504.
HSL color Cylindrical-coordinate representation of color #E073BE: hue angle of 318.72º 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 #E073BE is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 115 | 190 | - |
| CMYK | 0 | 0.49 | 0.15 | 0.12 |
| HSL | 318.72º | 0.64% | 0.66% | - |
| HSV(B) | 318.72º | 0.49% | 0.88% | - |
| XYZ | 46.17 | 31.83 | 52.43 | - |
| YUV | 156.14 | 147.11 | 176.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 115 | 190 | 0 | 0.49 | 0.15 | 0.12 | 318.72 | 0.64 | 0.66 |
| Hex | E0 | 73 | BE | 0 | 31 | F | C | 13F | 40 | 42 |
| Octal | 340 | 163 | 276 | 0 | 61 | 17 | 14 | 477 | 100 | 102 |
| Binary | 11100000 | 1110011 | 10111110 | 0 | 110001 | 1111 | 1100 | 100111111 | 1000000 | 1000010 |
Color Harmonies of #E073BE
Complementary color
Monochromatic Colors of #E073BE
Black with #E073BE
Text Example
Text Example
White with #E073BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E073BE; }
p { color: rgb(224,115,190); }
H1.HeaderClassName
{
color: #E073BE;
}
.AnyTagClassName
{
color: #E073BE;
}
</style>
background-color css
<style>
a { background-color: #E073BE; }
a { background-color: rgb(224,115,190); }
div.DivClassName
{
background-color: #E073BE;
}
.BgClassName
{
background-color: #E073BE;
}
</style>
border-color css
<style>
span { border-color: #E073BE; }
span { border-color: rgb(224,115,190); }
td.TdClassName
{
border-color: #E073BE;
}
.TagClassName
{
border-color: #E073BE;
}
</style>