Shades of Persian Pink #E77CBB
Tints of Persian Pink #E77CBB
RGB
CMYK
RGB Variations
Color information
#E77CBB (or 0xE77CBB) is known color: Persian Pink. HEX triplet: E7, 7C and BB. RGB value is (231,124,187). Sum of RGB (Red+Green+Blue) = 231+124+187=542 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.62% from 542); Green value is 124 (48.83% from 255 or 22.88% from 542); Blue value is 187 (73.44% from 255 or 34.50% from 542); Max value from RGB is 231 - color contains mainly: red. Hex color #E77CBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77CBB is #188344. Grayscale: #A3A3A3. Windows color (decimal): -1606469 or 12287207. OLE color: 12287207.
HSL color Cylindrical-coordinate representation of color #E77CBB: hue angle of 324.67º 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 #E77CBB is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 124 | 187 | - |
| CMYK | 0 | 0.46 | 0.19 | 0.09 |
| HSL | 324.67º | 0.69% | 0.7% | - |
| HSV(B) | 324.67º | 0.46% | 0.91% | - |
| XYZ | 49.13 | 34.99 | 51.18 | - |
| YUV | 163.18 | 141.45 | 176.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 124 | 187 | 0 | 0.46 | 0.19 | 0.09 | 324.67 | 0.69 | 0.7 |
| Hex | E7 | 7C | BB | 0 | 2E | 13 | 9 | 145 | 45 | 46 |
| Octal | 347 | 174 | 273 | 0 | 56 | 23 | 11 | 505 | 105 | 106 |
| Binary | 11100111 | 1111100 | 10111011 | 0 | 101110 | 10011 | 1001 | 101000101 | 1000101 | 1000110 |
Color Harmonies of #E77CBB
Complementary color
Monochromatic Colors of #E77CBB
Black with #E77CBB
Text Example
Text Example
White with #E77CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77CBB; }
p { color: rgb(231,124,187); }
H1.HeaderClassName
{
color: #E77CBB;
}
.AnyTagClassName
{
color: #E77CBB;
}
</style>
background-color css
<style>
a { background-color: #E77CBB; }
a { background-color: rgb(231,124,187); }
div.DivClassName
{
background-color: #E77CBB;
}
.BgClassName
{
background-color: #E77CBB;
}
</style>
border-color css
<style>
span { border-color: #E77CBB; }
span { border-color: rgb(231,124,187); }
td.TdClassName
{
border-color: #E77CBB;
}
.TagClassName
{
border-color: #E77CBB;
}
</style>