Shades of Persian Pink #E783B6
Tints of Persian Pink #E783B6
RGB
CMYK
RGB Variations
Color information
#E783B6 (or 0xE783B6) is known color: Persian Pink. HEX triplet: E7, 83 and B6. RGB value is (231,131,182). Sum of RGB (Red+Green+Blue) = 231+131+182=544 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.46% from 544); Green value is 131 (51.56% from 255 or 24.08% from 544); Blue value is 182 (71.48% from 255 or 33.46% from 544); Max value from RGB is 231 - color contains mainly: red. Hex color #E783B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E783B6 is #187C49. Grayscale: #A6A6A6. Windows color (decimal): -1604682 or 11961319. OLE color: 11961319.
HSL color Cylindrical-coordinate representation of color #E783B6: hue angle of 329.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 #E783B6 is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 131 | 182 | - |
| CMYK | 0 | 0.43 | 0.21 | 0.09 |
| HSL | 329.4º | 0.68% | 0.71% | - |
| HSV(B) | 329.4º | 0.43% | 0.91% | - |
| XYZ | 49.51 | 36.6 | 48.71 | - |
| YUV | 166.71 | 136.63 | 173.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 131 | 182 | 0 | 0.43 | 0.21 | 0.09 | 329.4 | 0.68 | 0.71 |
| Hex | E7 | 83 | B6 | 0 | 2B | 15 | 9 | 149 | 44 | 47 |
| Octal | 347 | 203 | 266 | 0 | 53 | 25 | 11 | 511 | 104 | 107 |
| Binary | 11100111 | 10000011 | 10110110 | 0 | 101011 | 10101 | 1001 | 101001001 | 1000100 | 1000111 |
Color Harmonies of #E783B6
Complementary color
Monochromatic Colors of #E783B6
Black with #E783B6
Text Example
Text Example
White with #E783B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E783B6; }
p { color: rgb(231,131,182); }
H1.HeaderClassName
{
color: #E783B6;
}
.AnyTagClassName
{
color: #E783B6;
}
</style>
background-color css
<style>
a { background-color: #E783B6; }
a { background-color: rgb(231,131,182); }
div.DivClassName
{
background-color: #E783B6;
}
.BgClassName
{
background-color: #E783B6;
}
</style>
border-color css
<style>
span { border-color: #E783B6; }
span { border-color: rgb(231,131,182); }
td.TdClassName
{
border-color: #E783B6;
}
.TagClassName
{
border-color: #E783B6;
}
</style>