Shades of Persian Pink #E786B5
Tints of Persian Pink #E786B5
RGB
CMYK
RGB Variations
Color information
#E786B5 (or 0xE786B5) is known color: Persian Pink. HEX triplet: E7, 86 and B5. RGB value is (231,134,181). Sum of RGB (Red+Green+Blue) = 231+134+181=546 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.31% from 546); Green value is 134 (52.73% from 255 or 24.54% from 546); Blue value is 181 (71.09% from 255 or 33.15% from 546); Max value from RGB is 231 - color contains mainly: red. Hex color #E786B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E786B5 is #18794A. Grayscale: #A8A8A8. Windows color (decimal): -1603915 or 11896551. OLE color: 11896551.
HSL color Cylindrical-coordinate representation of color #E786B5: hue angle of 330.93º degrees, saturation: 0.67, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E786B5 is Cyan = 0, Magento = 0.42, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 134 | 181 | - |
| CMYK | 0 | 0.42 | 0.22 | 0.09 |
| HSL | 330.93º | 0.67% | 0.72% | - |
| HSV(B) | 330.93º | 0.42% | 0.91% | - |
| XYZ | 49.82 | 37.38 | 48.3 | - |
| YUV | 168.36 | 135.14 | 172.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 134 | 181 | 0 | 0.42 | 0.22 | 0.09 | 330.93 | 0.67 | 0.72 |
| Hex | E7 | 86 | B5 | 0 | 2A | 16 | 9 | 14B | 43 | 48 |
| Octal | 347 | 206 | 265 | 0 | 52 | 26 | 11 | 513 | 103 | 110 |
| Binary | 11100111 | 10000110 | 10110101 | 0 | 101010 | 10110 | 1001 | 101001011 | 1000011 | 1001000 |
Color Harmonies of #E786B5
Complementary color
Monochromatic Colors of #E786B5
Black with #E786B5
Text Example
Text Example
White with #E786B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E786B5; }
p { color: rgb(231,134,181); }
H1.HeaderClassName
{
color: #E786B5;
}
.AnyTagClassName
{
color: #E786B5;
}
</style>
background-color css
<style>
a { background-color: #E786B5; }
a { background-color: rgb(231,134,181); }
div.DivClassName
{
background-color: #E786B5;
}
.BgClassName
{
background-color: #E786B5;
}
</style>
border-color css
<style>
span { border-color: #E786B5; }
span { border-color: rgb(231,134,181); }
td.TdClassName
{
border-color: #E786B5;
}
.TagClassName
{
border-color: #E786B5;
}
</style>