Shades of Persian Pink #E77EB1
Tints of Persian Pink #E77EB1
RGB
CMYK
RGB Variations
Color information
#E77EB1 (or 0xE77EB1) is known color: Persian Pink. HEX triplet: E7, 7E and B1. RGB value is (231,126,177). Sum of RGB (Red+Green+Blue) = 231+126+177=534 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.26% from 534); Green value is 126 (49.61% from 255 or 23.60% from 534); Blue value is 177 (69.53% from 255 or 33.15% from 534); Max value from RGB is 231 - color contains mainly: red. Hex color #E77EB1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77EB1 is #18814E. Grayscale: #A3A3A3. Windows color (decimal): -1605967 or 11632359. OLE color: 11632359.
HSL color Cylindrical-coordinate representation of color #E77EB1: hue angle of 330.86º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E77EB1 is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 126 | 177 | - |
| CMYK | 0 | 0.45 | 0.23 | 0.09 |
| HSL | 330.86º | 0.69% | 0.7% | - |
| HSV(B) | 330.86º | 0.45% | 0.91% | - |
| XYZ | 48.35 | 35.08 | 45.82 | - |
| YUV | 163.21 | 135.79 | 176.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 126 | 177 | 0 | 0.45 | 0.23 | 0.09 | 330.86 | 0.69 | 0.7 |
| Hex | E7 | 7E | B1 | 0 | 2D | 17 | 9 | 14B | 45 | 46 |
| Octal | 347 | 176 | 261 | 0 | 55 | 27 | 11 | 513 | 105 | 106 |
| Binary | 11100111 | 1111110 | 10110001 | 0 | 101101 | 10111 | 1001 | 101001011 | 1000101 | 1000110 |
Color Harmonies of #E77EB1
Complementary color
Monochromatic Colors of #E77EB1
Black with #E77EB1
Text Example
Text Example
White with #E77EB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77EB1; }
p { color: rgb(231,126,177); }
H1.HeaderClassName
{
color: #E77EB1;
}
.AnyTagClassName
{
color: #E77EB1;
}
</style>
background-color css
<style>
a { background-color: #E77EB1; }
a { background-color: rgb(231,126,177); }
div.DivClassName
{
background-color: #E77EB1;
}
.BgClassName
{
background-color: #E77EB1;
}
</style>
border-color css
<style>
span { border-color: #E77EB1; }
span { border-color: rgb(231,126,177); }
td.TdClassName
{
border-color: #E77EB1;
}
.TagClassName
{
border-color: #E77EB1;
}
</style>