Shades of Persian Pink #E77CBA
Tints of Persian Pink #E77CBA
RGB
CMYK
RGB Variations
Color information
#E77CBA (or 0xE77CBA) is known color: Persian Pink. HEX triplet: E7, 7C and BA. RGB value is (231,124,186). Sum of RGB (Red+Green+Blue) = 231+124+186=541 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.70% from 541); Green value is 124 (48.83% from 255 or 22.92% from 541); Blue value is 186 (73.05% from 255 or 34.38% from 541); Max value from RGB is 231 - color contains mainly: red. Hex color #E77CBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77CBA is #188345. Grayscale: #A2A2A2. Windows color (decimal): -1606470 or 12221671. OLE color: 12221671.
HSL color Cylindrical-coordinate representation of color #E77CBA: hue angle of 325.23º 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 #E77CBA is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 124 | 186 | - |
| CMYK | 0 | 0.46 | 0.19 | 0.09 |
| HSL | 325.23º | 0.69% | 0.7% | - |
| HSV(B) | 325.23º | 0.46% | 0.91% | - |
| XYZ | 49.03 | 34.95 | 50.62 | - |
| YUV | 163.06 | 140.95 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 124 | 186 | 0 | 0.46 | 0.19 | 0.09 | 325.23 | 0.69 | 0.7 |
| Hex | E7 | 7C | BA | 0 | 2E | 13 | 9 | 145 | 45 | 46 |
| Octal | 347 | 174 | 272 | 0 | 56 | 23 | 11 | 505 | 105 | 106 |
| Binary | 11100111 | 1111100 | 10111010 | 0 | 101110 | 10011 | 1001 | 101000101 | 1000101 | 1000110 |
Color Harmonies of #E77CBA
Complementary color
Monochromatic Colors of #E77CBA
Black with #E77CBA
Text Example
Text Example
White with #E77CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77CBA; }
p { color: rgb(231,124,186); }
H1.HeaderClassName
{
color: #E77CBA;
}
.AnyTagClassName
{
color: #E77CBA;
}
</style>
background-color css
<style>
a { background-color: #E77CBA; }
a { background-color: rgb(231,124,186); }
div.DivClassName
{
background-color: #E77CBA;
}
.BgClassName
{
background-color: #E77CBA;
}
</style>
border-color css
<style>
span { border-color: #E77CBA; }
span { border-color: rgb(231,124,186); }
td.TdClassName
{
border-color: #E77CBA;
}
.TagClassName
{
border-color: #E77CBA;
}
</style>