Shades of Persian Pink #E079B6
Tints of Persian Pink #E079B6
RGB
CMYK
RGB Variations
Color information
#E079B6 (or 0xE079B6) is known color: Persian Pink. HEX triplet: E0, 79 and B6. RGB value is (224,121,182). Sum of RGB (Red+Green+Blue) = 224+121+182=527 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.50% from 527); Green value is 121 (47.66% from 255 or 22.96% from 527); Blue value is 182 (71.48% from 255 or 34.54% from 527); Max value from RGB is 224 - color contains mainly: red. Hex color #E079B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E079B6 is #1F8649. Grayscale: #9E9E9E. Windows color (decimal): -2065994 or 11958752. OLE color: 11958752.
HSL color Cylindrical-coordinate representation of color #E079B6: hue angle of 324.47º 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 #E079B6 is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 121 | 182 | - |
| CMYK | 0 | 0.46 | 0.19 | 0.12 |
| HSL | 324.47º | 0.62% | 0.68% | - |
| HSV(B) | 324.47º | 0.46% | 0.88% | - |
| XYZ | 46.02 | 32.9 | 48.18 | - |
| YUV | 158.75 | 141.12 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 121 | 182 | 0 | 0.46 | 0.19 | 0.12 | 324.47 | 0.62 | 0.68 |
| Hex | E0 | 79 | B6 | 0 | 2E | 13 | C | 144 | 3E | 44 |
| Octal | 340 | 171 | 266 | 0 | 56 | 23 | 14 | 504 | 76 | 104 |
| Binary | 11100000 | 1111001 | 10110110 | 0 | 101110 | 10011 | 1100 | 101000100 | 111110 | 1000100 |
Color Harmonies of #E079B6
Complementary color
Monochromatic Colors of #E079B6
Black with #E079B6
Text Example
Text Example
White with #E079B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E079B6; }
p { color: rgb(224,121,182); }
H1.HeaderClassName
{
color: #E079B6;
}
.AnyTagClassName
{
color: #E079B6;
}
</style>
background-color css
<style>
a { background-color: #E079B6; }
a { background-color: rgb(224,121,182); }
div.DivClassName
{
background-color: #E079B6;
}
.BgClassName
{
background-color: #E079B6;
}
</style>
border-color css
<style>
span { border-color: #E079B6; }
span { border-color: rgb(224,121,182); }
td.TdClassName
{
border-color: #E079B6;
}
.TagClassName
{
border-color: #E079B6;
}
</style>