Shades of Persian Pink #E77DB5
Tints of Persian Pink #E77DB5
RGB
CMYK
RGB Variations
Color information
#E77DB5 (or 0xE77DB5) is known color: Persian Pink. HEX triplet: E7, 7D and B5. RGB value is (231,125,181). Sum of RGB (Red+Green+Blue) = 231+125+181=537 (71% of max value = 765). Red value is 231 (90.62% from 255 or 43.02% from 537); Green value is 125 (49.22% from 255 or 23.28% from 537); Blue value is 181 (71.09% from 255 or 33.71% from 537); Max value from RGB is 231 - color contains mainly: red. Hex color #E77DB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77DB5 is #18824A. Grayscale: #A2A2A2. Windows color (decimal): -1606219 or 11894247. OLE color: 11894247.
HSL color Cylindrical-coordinate representation of color #E77DB5: hue angle of 328.3º 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 #E77DB5 is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 125 | 181 | - |
| CMYK | 0 | 0.46 | 0.22 | 0.09 |
| HSL | 328.3º | 0.69% | 0.7% | - |
| HSV(B) | 328.3º | 0.46% | 0.91% | - |
| XYZ | 48.63 | 34.99 | 47.91 | - |
| YUV | 163.08 | 138.12 | 176.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 125 | 181 | 0 | 0.46 | 0.22 | 0.09 | 328.3 | 0.69 | 0.7 |
| Hex | E7 | 7D | B5 | 0 | 2E | 16 | 9 | 148 | 45 | 46 |
| Octal | 347 | 175 | 265 | 0 | 56 | 26 | 11 | 510 | 105 | 106 |
| Binary | 11100111 | 1111101 | 10110101 | 0 | 101110 | 10110 | 1001 | 101001000 | 1000101 | 1000110 |
Color Harmonies of #E77DB5
Complementary color
Monochromatic Colors of #E77DB5
Black with #E77DB5
Text Example
Text Example
White with #E77DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77DB5; }
p { color: rgb(231,125,181); }
H1.HeaderClassName
{
color: #E77DB5;
}
.AnyTagClassName
{
color: #E77DB5;
}
</style>
background-color css
<style>
a { background-color: #E77DB5; }
a { background-color: rgb(231,125,181); }
div.DivClassName
{
background-color: #E77DB5;
}
.BgClassName
{
background-color: #E77DB5;
}
</style>
border-color css
<style>
span { border-color: #E77DB5; }
span { border-color: rgb(231,125,181); }
td.TdClassName
{
border-color: #E77DB5;
}
.TagClassName
{
border-color: #E77DB5;
}
</style>