Shades of Persian Pink #E772B7
Tints of Persian Pink #E772B7
RGB
CMYK
RGB Variations
Color information
#E772B7 (or 0xE772B7) is known color: Persian Pink. HEX triplet: E7, 72 and B7. RGB value is (231,114,183). Sum of RGB (Red+Green+Blue) = 231+114+183=528 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.75% from 528); Green value is 114 (44.92% from 255 or 21.59% from 528); Blue value is 183 (71.88% from 255 or 34.66% from 528); Max value from RGB is 231 - color contains mainly: red. Hex color #E772B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E772B7 is #188D48. Grayscale: #9C9C9C. Windows color (decimal): -1609033 or 12022503. OLE color: 12022503.
HSL color Cylindrical-coordinate representation of color #E772B7: hue angle of 324.62º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E772B7 is Cyan = 0, Magento = 0.51, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 114 | 183 | - |
| CMYK | 0 | 0.51 | 0.21 | 0.09 |
| HSL | 324.62º | 0.71% | 0.68% | - |
| HSV(B) | 324.62º | 0.51% | 0.91% | - |
| XYZ | 47.52 | 32.44 | 48.56 | - |
| YUV | 156.85 | 142.76 | 180.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 114 | 183 | 0 | 0.51 | 0.21 | 0.09 | 324.62 | 0.71 | 0.68 |
| Hex | E7 | 72 | B7 | 0 | 33 | 15 | 9 | 145 | 47 | 44 |
| Octal | 347 | 162 | 267 | 0 | 63 | 25 | 11 | 505 | 107 | 104 |
| Binary | 11100111 | 1110010 | 10110111 | 0 | 110011 | 10101 | 1001 | 101000101 | 1000111 | 1000100 |
Color Harmonies of #E772B7
Complementary color
Monochromatic Colors of #E772B7
Black with #E772B7
Text Example
Text Example
White with #E772B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E772B7; }
p { color: rgb(231,114,183); }
H1.HeaderClassName
{
color: #E772B7;
}
.AnyTagClassName
{
color: #E772B7;
}
</style>
background-color css
<style>
a { background-color: #E772B7; }
a { background-color: rgb(231,114,183); }
div.DivClassName
{
background-color: #E772B7;
}
.BgClassName
{
background-color: #E772B7;
}
</style>
border-color css
<style>
span { border-color: #E772B7; }
span { border-color: rgb(231,114,183); }
td.TdClassName
{
border-color: #E772B7;
}
.TagClassName
{
border-color: #E772B7;
}
</style>