Shades of Persian Pink #E783BA
Tints of Persian Pink #E783BA
RGB
CMYK
RGB Variations
Color information
#E783BA (or 0xE783BA) is known color: Persian Pink. HEX triplet: E7, 83 and BA. RGB value is (231,131,186). Sum of RGB (Red+Green+Blue) = 231+131+186=548 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.15% from 548); Green value is 131 (51.56% from 255 or 23.91% from 548); Blue value is 186 (73.05% from 255 or 33.94% from 548); Max value from RGB is 231 - color contains mainly: red. Hex color #E783BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E783BA is #187C45. Grayscale: #A7A7A7. Windows color (decimal): -1604678 or 12223463. OLE color: 12223463.
HSL color Cylindrical-coordinate representation of color #E783BA: hue angle of 327º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E783BA is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 131 | 186 | - |
| CMYK | 0 | 0.43 | 0.19 | 0.09 |
| HSL | 327º | 0.68% | 0.71% | - |
| HSV(B) | 327º | 0.43% | 0.91% | - |
| XYZ | 49.93 | 36.77 | 50.92 | - |
| YUV | 167.17 | 138.63 | 173.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 131 | 186 | 0 | 0.43 | 0.19 | 0.09 | 327 | 0.68 | 0.71 |
| Hex | E7 | 83 | BA | 0 | 2B | 13 | 9 | 147 | 44 | 47 |
| Octal | 347 | 203 | 272 | 0 | 53 | 23 | 11 | 507 | 104 | 107 |
| Binary | 11100111 | 10000011 | 10111010 | 0 | 101011 | 10011 | 1001 | 101000111 | 1000100 | 1000111 |
Color Harmonies of #E783BA
Complementary color
Monochromatic Colors of #E783BA
Black with #E783BA
Text Example
Text Example
White with #E783BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E783BA; }
p { color: rgb(231,131,186); }
H1.HeaderClassName
{
color: #E783BA;
}
.AnyTagClassName
{
color: #E783BA;
}
</style>
background-color css
<style>
a { background-color: #E783BA; }
a { background-color: rgb(231,131,186); }
div.DivClassName
{
background-color: #E783BA;
}
.BgClassName
{
background-color: #E783BA;
}
</style>
border-color css
<style>
span { border-color: #E783BA; }
span { border-color: rgb(231,131,186); }
td.TdClassName
{
border-color: #E783BA;
}
.TagClassName
{
border-color: #E783BA;
}
</style>