Shades of Persian Pink #E073BF
Tints of Persian Pink #E073BF
RGB
CMYK
RGB Variations
Color information
#E073BF (or 0xE073BF) is known color: Persian Pink. HEX triplet: E0, 73 and BF. RGB value is (224,115,191). Sum of RGB (Red+Green+Blue) = 224+115+191=530 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.26% from 530); Green value is 115 (45.31% from 255 or 21.70% from 530); Blue value is 191 (75% from 255 or 36.04% from 530); Max value from RGB is 224 - color contains mainly: red. Hex color #E073BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E073BF is #1F8C40. Grayscale: #9C9C9C. Windows color (decimal): -2067521 or 12547040. OLE color: 12547040.
HSL color Cylindrical-coordinate representation of color #E073BF: hue angle of 318.17º 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 #E073BF is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 115 | 191 | - |
| CMYK | 0 | 0.49 | 0.15 | 0.12 |
| HSL | 318.17º | 0.64% | 0.66% | - |
| HSV(B) | 318.17º | 0.49% | 0.88% | - |
| XYZ | 46.28 | 31.87 | 53 | - |
| YUV | 156.26 | 147.61 | 176.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 115 | 191 | 0 | 0.49 | 0.15 | 0.12 | 318.17 | 0.64 | 0.66 |
| Hex | E0 | 73 | BF | 0 | 31 | F | C | 13E | 40 | 42 |
| Octal | 340 | 163 | 277 | 0 | 61 | 17 | 14 | 476 | 100 | 102 |
| Binary | 11100000 | 1110011 | 10111111 | 0 | 110001 | 1111 | 1100 | 100111110 | 1000000 | 1000010 |
Color Harmonies of #E073BF
Complementary color
Monochromatic Colors of #E073BF
Black with #E073BF
Text Example
Text Example
White with #E073BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E073BF; }
p { color: rgb(224,115,191); }
H1.HeaderClassName
{
color: #E073BF;
}
.AnyTagClassName
{
color: #E073BF;
}
</style>
background-color css
<style>
a { background-color: #E073BF; }
a { background-color: rgb(224,115,191); }
div.DivClassName
{
background-color: #E073BF;
}
.BgClassName
{
background-color: #E073BF;
}
</style>
border-color css
<style>
span { border-color: #E073BF; }
span { border-color: rgb(224,115,191); }
td.TdClassName
{
border-color: #E073BF;
}
.TagClassName
{
border-color: #E073BF;
}
</style>