Shades of Persian Pink #E77CC0
Tints of Persian Pink #E77CC0
RGB
CMYK
RGB Variations
Color information
#E77CC0 (or 0xE77CC0) is known color: Persian Pink. HEX triplet: E7, 7C and C0. RGB value is (231,124,192). Sum of RGB (Red+Green+Blue) = 231+124+192=547 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.23% from 547); Green value is 124 (48.83% from 255 or 22.67% from 547); Blue value is 192 (75.39% from 255 or 35.10% from 547); Max value from RGB is 231 - color contains mainly: red. Hex color #E77CC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77CC0 is #18833F. Grayscale: #A3A3A3. Windows color (decimal): -1606464 or 12614887. OLE color: 12614887.
HSL color Cylindrical-coordinate representation of color #E77CC0: hue angle of 321.87º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E77CC0 is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 124 | 192 | - |
| CMYK | 0 | 0.46 | 0.17 | 0.09 |
| HSL | 321.87º | 0.69% | 0.7% | - |
| HSV(B) | 321.87º | 0.46% | 0.91% | - |
| XYZ | 49.68 | 35.21 | 54.05 | - |
| YUV | 163.75 | 143.95 | 175.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 124 | 192 | 0 | 0.46 | 0.17 | 0.09 | 321.87 | 0.69 | 0.7 |
| Hex | E7 | 7C | C0 | 0 | 2E | 11 | 9 | 142 | 45 | 46 |
| Octal | 347 | 174 | 300 | 0 | 56 | 21 | 11 | 502 | 105 | 106 |
| Binary | 11100111 | 1111100 | 11000000 | 0 | 101110 | 10001 | 1001 | 101000010 | 1000101 | 1000110 |
Color Harmonies of #E77CC0
Complementary color
Monochromatic Colors of #E77CC0
Black with #E77CC0
Text Example
Text Example
White with #E77CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77CC0; }
p { color: rgb(231,124,192); }
H1.HeaderClassName
{
color: #E77CC0;
}
.AnyTagClassName
{
color: #E77CC0;
}
</style>
background-color css
<style>
a { background-color: #E77CC0; }
a { background-color: rgb(231,124,192); }
div.DivClassName
{
background-color: #E77CC0;
}
.BgClassName
{
background-color: #E77CC0;
}
</style>
border-color css
<style>
span { border-color: #E77CC0; }
span { border-color: rgb(231,124,192); }
td.TdClassName
{
border-color: #E77CC0;
}
.TagClassName
{
border-color: #E77CC0;
}
</style>