Shades of Persian Pink #E77DB3
Tints of Persian Pink #E77DB3
RGB
CMYK
RGB Variations
Color information
#E77DB3 (or 0xE77DB3) is known color: Persian Pink. HEX triplet: E7, 7D and B3. RGB value is (231,125,179). Sum of RGB (Red+Green+Blue) = 231+125+179=535 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.18% from 535); Green value is 125 (49.22% from 255 or 23.36% from 535); Blue value is 179 (70.31% from 255 or 33.46% from 535); Max value from RGB is 231 - color contains mainly: red. Hex color #E77DB3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77DB3 is #18824C. Grayscale: #A2A2A2. Windows color (decimal): -1606221 or 11763175. OLE color: 11763175.
HSL color Cylindrical-coordinate representation of color #E77DB3: hue angle of 329.43º 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 #E77DB3 is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 125 | 179 | - |
| CMYK | 0 | 0.46 | 0.23 | 0.09 |
| HSL | 329.43º | 0.69% | 0.7% | - |
| HSV(B) | 329.43º | 0.46% | 0.91% | - |
| XYZ | 48.43 | 34.91 | 46.83 | - |
| YUV | 162.85 | 137.12 | 176.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 125 | 179 | 0 | 0.46 | 0.23 | 0.09 | 329.43 | 0.69 | 0.7 |
| Hex | E7 | 7D | B3 | 0 | 2E | 17 | 9 | 149 | 45 | 46 |
| Octal | 347 | 175 | 263 | 0 | 56 | 27 | 11 | 511 | 105 | 106 |
| Binary | 11100111 | 1111101 | 10110011 | 0 | 101110 | 10111 | 1001 | 101001001 | 1000101 | 1000110 |
Color Harmonies of #E77DB3
Complementary color
Monochromatic Colors of #E77DB3
Black with #E77DB3
Text Example
Text Example
White with #E77DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77DB3; }
p { color: rgb(231,125,179); }
H1.HeaderClassName
{
color: #E77DB3;
}
.AnyTagClassName
{
color: #E77DB3;
}
</style>
background-color css
<style>
a { background-color: #E77DB3; }
a { background-color: rgb(231,125,179); }
div.DivClassName
{
background-color: #E77DB3;
}
.BgClassName
{
background-color: #E77DB3;
}
</style>
border-color css
<style>
span { border-color: #E77DB3; }
span { border-color: rgb(231,125,179); }
td.TdClassName
{
border-color: #E77DB3;
}
.TagClassName
{
border-color: #E77DB3;
}
</style>