Shades of Persian Pink #E783BB
Tints of Persian Pink #E783BB
RGB
CMYK
RGB Variations
Color information
#E783BB (or 0xE783BB) is known color: Persian Pink. HEX triplet: E7, 83 and BB. RGB value is (231,131,187). Sum of RGB (Red+Green+Blue) = 231+131+187=549 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.08% from 549); Green value is 131 (51.56% from 255 or 23.86% from 549); Blue value is 187 (73.44% from 255 or 34.06% from 549); Max value from RGB is 231 - color contains mainly: red. Hex color #E783BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E783BB is #187C44. Grayscale: #A7A7A7. Windows color (decimal): -1604677 or 12288999. OLE color: 12288999.
HSL color Cylindrical-coordinate representation of color #E783BB: hue angle of 326.4º 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 #E783BB is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 131 | 187 | - |
| CMYK | 0 | 0.43 | 0.19 | 0.09 |
| HSL | 326.4º | 0.68% | 0.71% | - |
| HSV(B) | 326.4º | 0.43% | 0.91% | - |
| XYZ | 50.04 | 36.81 | 51.48 | - |
| YUV | 167.28 | 139.13 | 173.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 131 | 187 | 0 | 0.43 | 0.19 | 0.09 | 326.4 | 0.68 | 0.71 |
| Hex | E7 | 83 | BB | 0 | 2B | 13 | 9 | 146 | 44 | 47 |
| Octal | 347 | 203 | 273 | 0 | 53 | 23 | 11 | 506 | 104 | 107 |
| Binary | 11100111 | 10000011 | 10111011 | 0 | 101011 | 10011 | 1001 | 101000110 | 1000100 | 1000111 |
Color Harmonies of #E783BB
Complementary color
Monochromatic Colors of #E783BB
Black with #E783BB
Text Example
Text Example
White with #E783BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E783BB; }
p { color: rgb(231,131,187); }
H1.HeaderClassName
{
color: #E783BB;
}
.AnyTagClassName
{
color: #E783BB;
}
</style>
background-color css
<style>
a { background-color: #E783BB; }
a { background-color: rgb(231,131,187); }
div.DivClassName
{
background-color: #E783BB;
}
.BgClassName
{
background-color: #E783BB;
}
</style>
border-color css
<style>
span { border-color: #E783BB; }
span { border-color: rgb(231,131,187); }
td.TdClassName
{
border-color: #E783BB;
}
.TagClassName
{
border-color: #E783BB;
}
</style>