Shades of Persian Pink #E785BD
Tints of Persian Pink #E785BD
RGB
CMYK
RGB Variations
Color information
#E785BD (or 0xE785BD) is known color: Persian Pink. HEX triplet: E7, 85 and BD. RGB value is (231,133,189). Sum of RGB (Red+Green+Blue) = 231+133+189=553 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.77% from 553); Green value is 133 (52.34% from 255 or 24.05% from 553); Blue value is 189 (74.22% from 255 or 34.18% from 553); Max value from RGB is 231 - color contains mainly: red. Hex color #E785BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E785BD is #187A42. Grayscale: #A8A8A8. Windows color (decimal): -1604163 or 12420583. OLE color: 12420583.
HSL color Cylindrical-coordinate representation of color #E785BD: hue angle of 325.71º 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 #E785BD is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 133 | 189 | - |
| CMYK | 0 | 0.42 | 0.18 | 0.09 |
| HSL | 325.71º | 0.67% | 0.71% | - |
| HSV(B) | 325.71º | 0.42% | 0.91% | - |
| XYZ | 50.53 | 37.44 | 52.71 | - |
| YUV | 168.69 | 139.47 | 172.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 133 | 189 | 0 | 0.42 | 0.18 | 0.09 | 325.71 | 0.67 | 0.71 |
| Hex | E7 | 85 | BD | 0 | 2A | 12 | 9 | 146 | 43 | 47 |
| Octal | 347 | 205 | 275 | 0 | 52 | 22 | 11 | 506 | 103 | 107 |
| Binary | 11100111 | 10000101 | 10111101 | 0 | 101010 | 10010 | 1001 | 101000110 | 1000011 | 1000111 |
Color Harmonies of #E785BD
Complementary color
Monochromatic Colors of #E785BD
Black with #E785BD
Text Example
Text Example
White with #E785BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E785BD; }
p { color: rgb(231,133,189); }
H1.HeaderClassName
{
color: #E785BD;
}
.AnyTagClassName
{
color: #E785BD;
}
</style>
background-color css
<style>
a { background-color: #E785BD; }
a { background-color: rgb(231,133,189); }
div.DivClassName
{
background-color: #E785BD;
}
.BgClassName
{
background-color: #E785BD;
}
</style>
border-color css
<style>
span { border-color: #E785BD; }
span { border-color: rgb(231,133,189); }
td.TdClassName
{
border-color: #E785BD;
}
.TagClassName
{
border-color: #E785BD;
}
</style>