Shades of Persian Pink #E785BE
Tints of Persian Pink #E785BE
RGB
CMYK
RGB Variations
Color information
#E785BE (or 0xE785BE) is known color: Persian Pink. HEX triplet: E7, 85 and BE. RGB value is (231,133,190). Sum of RGB (Red+Green+Blue) = 231+133+190=554 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.70% from 554); Green value is 133 (52.34% from 255 or 24.01% from 554); Blue value is 190 (74.61% from 255 or 34.30% from 554); Max value from RGB is 231 - color contains mainly: red. Hex color #E785BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E785BE is #187A41. Grayscale: #A8A8A8. Windows color (decimal): -1604162 or 12486119. OLE color: 12486119.
HSL color Cylindrical-coordinate representation of color #E785BE: hue angle of 325.1º 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 #E785BE is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 133 | 190 | - |
| CMYK | 0 | 0.42 | 0.18 | 0.09 |
| HSL | 325.1º | 0.67% | 0.71% | - |
| HSV(B) | 325.1º | 0.42% | 0.91% | - |
| XYZ | 50.64 | 37.48 | 53.28 | - |
| YUV | 168.8 | 139.97 | 172.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 133 | 190 | 0 | 0.42 | 0.18 | 0.09 | 325.1 | 0.67 | 0.71 |
| Hex | E7 | 85 | BE | 0 | 2A | 12 | 9 | 145 | 43 | 47 |
| Octal | 347 | 205 | 276 | 0 | 52 | 22 | 11 | 505 | 103 | 107 |
| Binary | 11100111 | 10000101 | 10111110 | 0 | 101010 | 10010 | 1001 | 101000101 | 1000011 | 1000111 |
Color Harmonies of #E785BE
Complementary color
Monochromatic Colors of #E785BE
Black with #E785BE
Text Example
Text Example
White with #E785BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E785BE; }
p { color: rgb(231,133,190); }
H1.HeaderClassName
{
color: #E785BE;
}
.AnyTagClassName
{
color: #E785BE;
}
</style>
background-color css
<style>
a { background-color: #E785BE; }
a { background-color: rgb(231,133,190); }
div.DivClassName
{
background-color: #E785BE;
}
.BgClassName
{
background-color: #E785BE;
}
</style>
border-color css
<style>
span { border-color: #E785BE; }
span { border-color: rgb(231,133,190); }
td.TdClassName
{
border-color: #E785BE;
}
.TagClassName
{
border-color: #E785BE;
}
</style>