Shades of Persian Pink #E785B7
Tints of Persian Pink #E785B7
RGB
CMYK
RGB Variations
Color information
#E785B7 (or 0xE785B7) is known color: Persian Pink. HEX triplet: E7, 85 and B7. RGB value is (231,133,183). Sum of RGB (Red+Green+Blue) = 231+133+183=547 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.23% from 547); Green value is 133 (52.34% from 255 or 24.31% from 547); Blue value is 183 (71.88% from 255 or 33.46% from 547); Max value from RGB is 231 - color contains mainly: red. Hex color #E785B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E785B7 is #187A48. Grayscale: #A7A7A7. Windows color (decimal): -1604169 or 12027367. OLE color: 12027367.
HSL color Cylindrical-coordinate representation of color #E785B7: hue angle of 329.39º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E785B7 is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 133 | 183 | - |
| CMYK | 0 | 0.42 | 0.21 | 0.09 |
| HSL | 329.39º | 0.67% | 0.71% | - |
| HSV(B) | 329.39º | 0.42% | 0.91% | - |
| XYZ | 49.89 | 37.18 | 49.35 | - |
| YUV | 168 | 136.47 | 172.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 133 | 183 | 0 | 0.42 | 0.21 | 0.09 | 329.39 | 0.67 | 0.71 |
| Hex | E7 | 85 | B7 | 0 | 2A | 15 | 9 | 149 | 43 | 47 |
| Octal | 347 | 205 | 267 | 0 | 52 | 25 | 11 | 511 | 103 | 107 |
| Binary | 11100111 | 10000101 | 10110111 | 0 | 101010 | 10101 | 1001 | 101001001 | 1000011 | 1000111 |
Color Harmonies of #E785B7
Complementary color
Monochromatic Colors of #E785B7
Black with #E785B7
Text Example
Text Example
White with #E785B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E785B7; }
p { color: rgb(231,133,183); }
H1.HeaderClassName
{
color: #E785B7;
}
.AnyTagClassName
{
color: #E785B7;
}
</style>
background-color css
<style>
a { background-color: #E785B7; }
a { background-color: rgb(231,133,183); }
div.DivClassName
{
background-color: #E785B7;
}
.BgClassName
{
background-color: #E785B7;
}
</style>
border-color css
<style>
span { border-color: #E785B7; }
span { border-color: rgb(231,133,183); }
td.TdClassName
{
border-color: #E785B7;
}
.TagClassName
{
border-color: #E785B7;
}
</style>