Shades of Persian Pink #E782B5
Tints of Persian Pink #E782B5
RGB
CMYK
RGB Variations
Color information
#E782B5 (or 0xE782B5) is known color: Persian Pink. HEX triplet: E7, 82 and B5. RGB value is (231,130,181). Sum of RGB (Red+Green+Blue) = 231+130+181=542 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.62% from 542); Green value is 130 (51.17% from 255 or 23.99% from 542); Blue value is 181 (71.09% from 255 or 33.39% from 542); Max value from RGB is 231 - color contains mainly: red. Hex color #E782B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E782B5 is #187D4A. Grayscale: #A5A5A5. Windows color (decimal): -1604939 or 11895527. OLE color: 11895527.
HSL color Cylindrical-coordinate representation of color #E782B5: hue angle of 329.7º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E782B5 is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 130 | 181 | - |
| CMYK | 0 | 0.44 | 0.22 | 0.09 |
| HSL | 329.7º | 0.68% | 0.71% | - |
| HSV(B) | 329.7º | 0.44% | 0.91% | - |
| XYZ | 49.28 | 36.29 | 48.12 | - |
| YUV | 166.01 | 136.46 | 174.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 130 | 181 | 0 | 0.44 | 0.22 | 0.09 | 329.7 | 0.68 | 0.71 |
| Hex | E7 | 82 | B5 | 0 | 2C | 16 | 9 | 14A | 44 | 47 |
| Octal | 347 | 202 | 265 | 0 | 54 | 26 | 11 | 512 | 104 | 107 |
| Binary | 11100111 | 10000010 | 10110101 | 0 | 101100 | 10110 | 1001 | 101001010 | 1000100 | 1000111 |
Color Harmonies of #E782B5
Complementary color
Monochromatic Colors of #E782B5
Black with #E782B5
Text Example
Text Example
White with #E782B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E782B5; }
p { color: rgb(231,130,181); }
H1.HeaderClassName
{
color: #E782B5;
}
.AnyTagClassName
{
color: #E782B5;
}
</style>
background-color css
<style>
a { background-color: #E782B5; }
a { background-color: rgb(231,130,181); }
div.DivClassName
{
background-color: #E782B5;
}
.BgClassName
{
background-color: #E782B5;
}
</style>
border-color css
<style>
span { border-color: #E782B5; }
span { border-color: rgb(231,130,181); }
td.TdClassName
{
border-color: #E782B5;
}
.TagClassName
{
border-color: #E782B5;
}
</style>