Shades of Persian Pink #E77FBD
Tints of Persian Pink #E77FBD
RGB
CMYK
RGB Variations
Color information
#E77FBD (or 0xE77FBD) is known color: Persian Pink. HEX triplet: E7, 7F and BD. RGB value is (231,127,189). Sum of RGB (Red+Green+Blue) = 231+127+189=547 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.23% from 547); Green value is 127 (50% from 255 or 23.22% from 547); Blue value is 189 (74.22% from 255 or 34.55% from 547); Max value from RGB is 231 - color contains mainly: red. Hex color #E77FBD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77FBD is #188042. Grayscale: #A5A5A5. Windows color (decimal): -1605699 or 12419047. OLE color: 12419047.
HSL color Cylindrical-coordinate representation of color #E77FBD: hue angle of 324.23º degrees, saturation: 0.68, 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 #E77FBD is Cyan = 0, Magento = 0.45, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 127 | 189 | - |
| CMYK | 0 | 0.45 | 0.18 | 0.09 |
| HSL | 324.23º | 0.68% | 0.7% | - |
| HSV(B) | 324.23º | 0.45% | 0.91% | - |
| XYZ | 49.73 | 35.84 | 52.44 | - |
| YUV | 165.16 | 141.46 | 174.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 127 | 189 | 0 | 0.45 | 0.18 | 0.09 | 324.23 | 0.68 | 0.7 |
| Hex | E7 | 7F | BD | 0 | 2D | 12 | 9 | 144 | 44 | 46 |
| Octal | 347 | 177 | 275 | 0 | 55 | 22 | 11 | 504 | 104 | 106 |
| Binary | 11100111 | 1111111 | 10111101 | 0 | 101101 | 10010 | 1001 | 101000100 | 1000100 | 1000110 |
Color Harmonies of #E77FBD
Complementary color
Monochromatic Colors of #E77FBD
Black with #E77FBD
Text Example
Text Example
White with #E77FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77FBD; }
p { color: rgb(231,127,189); }
H1.HeaderClassName
{
color: #E77FBD;
}
.AnyTagClassName
{
color: #E77FBD;
}
</style>
background-color css
<style>
a { background-color: #E77FBD; }
a { background-color: rgb(231,127,189); }
div.DivClassName
{
background-color: #E77FBD;
}
.BgClassName
{
background-color: #E77FBD;
}
</style>
border-color css
<style>
span { border-color: #E77FBD; }
span { border-color: rgb(231,127,189); }
td.TdClassName
{
border-color: #E77FBD;
}
.TagClassName
{
border-color: #E77FBD;
}
</style>