Shades of Persian Pink #E77BBA
Tints of Persian Pink #E77BBA
RGB
CMYK
RGB Variations
Color information
#E77BBA (or 0xE77BBA) is known color: Persian Pink. HEX triplet: E7, 7B and BA. RGB value is (231,123,186). Sum of RGB (Red+Green+Blue) = 231+123+186=540 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.78% from 540); Green value is 123 (48.44% from 255 or 22.78% from 540); Blue value is 186 (73.05% from 255 or 34.44% from 540); Max value from RGB is 231 - color contains mainly: red. Hex color #E77BBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77BBA is #188445. Grayscale: #A2A2A2. Windows color (decimal): -1606726 or 12221415. OLE color: 12221415.
HSL color Cylindrical-coordinate representation of color #E77BBA: hue angle of 325º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E77BBA is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 123 | 186 | - |
| CMYK | 0 | 0.47 | 0.19 | 0.09 |
| HSL | 325º | 0.69% | 0.69% | - |
| HSV(B) | 325º | 0.47% | 0.91% | - |
| XYZ | 48.9 | 34.7 | 50.57 | - |
| YUV | 162.47 | 141.28 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 123 | 186 | 0 | 0.47 | 0.19 | 0.09 | 325 | 0.69 | 0.69 |
| Hex | E7 | 7B | BA | 0 | 2F | 13 | 9 | 145 | 45 | 45 |
| Octal | 347 | 173 | 272 | 0 | 57 | 23 | 11 | 505 | 105 | 105 |
| Binary | 11100111 | 1111011 | 10111010 | 0 | 101111 | 10011 | 1001 | 101000101 | 1000101 | 1000101 |
Color Harmonies of #E77BBA
Complementary color
Monochromatic Colors of #E77BBA
Black with #E77BBA
Text Example
Text Example
White with #E77BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77BBA; }
p { color: rgb(231,123,186); }
H1.HeaderClassName
{
color: #E77BBA;
}
.AnyTagClassName
{
color: #E77BBA;
}
</style>
background-color css
<style>
a { background-color: #E77BBA; }
a { background-color: rgb(231,123,186); }
div.DivClassName
{
background-color: #E77BBA;
}
.BgClassName
{
background-color: #E77BBA;
}
</style>
border-color css
<style>
span { border-color: #E77BBA; }
span { border-color: rgb(231,123,186); }
td.TdClassName
{
border-color: #E77BBA;
}
.TagClassName
{
border-color: #E77BBA;
}
</style>