Shades of Persian Pink #E079BF
Tints of Persian Pink #E079BF
RGB
CMYK
RGB Variations
Color information
#E079BF (or 0xE079BF) is known color: Persian Pink. HEX triplet: E0, 79 and BF. RGB value is (224,121,191). Sum of RGB (Red+Green+Blue) = 224+121+191=536 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.79% from 536); Green value is 121 (47.66% from 255 or 22.57% from 536); Blue value is 191 (75% from 255 or 35.63% from 536); Max value from RGB is 224 - color contains mainly: red. Hex color #E079BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E079BF is #1F8640. Grayscale: #9F9F9F. Windows color (decimal): -2065985 or 12548576. OLE color: 12548576.
HSL color Cylindrical-coordinate representation of color #E079BF: hue angle of 319.22º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E079BF is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 121 | 191 | - |
| CMYK | 0 | 0.46 | 0.15 | 0.12 |
| HSL | 319.22º | 0.62% | 0.68% | - |
| HSV(B) | 319.22º | 0.46% | 0.88% | - |
| XYZ | 46.98 | 33.28 | 53.24 | - |
| YUV | 159.78 | 145.62 | 173.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 121 | 191 | 0 | 0.46 | 0.15 | 0.12 | 319.22 | 0.62 | 0.68 |
| Hex | E0 | 79 | BF | 0 | 2E | F | C | 13F | 3E | 44 |
| Octal | 340 | 171 | 277 | 0 | 56 | 17 | 14 | 477 | 76 | 104 |
| Binary | 11100000 | 1111001 | 10111111 | 0 | 101110 | 1111 | 1100 | 100111111 | 111110 | 1000100 |
Color Harmonies of #E079BF
Complementary color
Monochromatic Colors of #E079BF
Black with #E079BF
Text Example
Text Example
White with #E079BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E079BF; }
p { color: rgb(224,121,191); }
H1.HeaderClassName
{
color: #E079BF;
}
.AnyTagClassName
{
color: #E079BF;
}
</style>
background-color css
<style>
a { background-color: #E079BF; }
a { background-color: rgb(224,121,191); }
div.DivClassName
{
background-color: #E079BF;
}
.BgClassName
{
background-color: #E079BF;
}
</style>
border-color css
<style>
span { border-color: #E079BF; }
span { border-color: rgb(224,121,191); }
td.TdClassName
{
border-color: #E079BF;
}
.TagClassName
{
border-color: #E079BF;
}
</style>