Shades of Persian Pink #E784BC
Tints of Persian Pink #E784BC
RGB
CMYK
RGB Variations
Color information
#E784BC (or 0xE784BC) is known color: Persian Pink. HEX triplet: E7, 84 and BC. RGB value is (231,132,188). Sum of RGB (Red+Green+Blue) = 231+132+188=551 (72% of max value = 765). Red value is 231 (90.62% from 255 or 41.92% from 551); Green value is 132 (51.95% from 255 or 23.96% from 551); Blue value is 188 (73.83% from 255 or 34.12% from 551); Max value from RGB is 231 - color contains mainly: red. Hex color #E784BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E784BC is #187B43. Grayscale: #A7A7A7. Windows color (decimal): -1604420 or 12354791. OLE color: 12354791.
HSL color Cylindrical-coordinate representation of color #E784BC: hue angle of 326.06º degrees, saturation: 0.67, 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 #E784BC is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 132 | 188 | - |
| CMYK | 0 | 0.43 | 0.19 | 0.09 |
| HSL | 326.06º | 0.67% | 0.71% | - |
| HSV(B) | 326.06º | 0.43% | 0.91% | - |
| XYZ | 50.28 | 37.12 | 52.09 | - |
| YUV | 167.99 | 139.3 | 172.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 132 | 188 | 0 | 0.43 | 0.19 | 0.09 | 326.06 | 0.67 | 0.71 |
| Hex | E7 | 84 | BC | 0 | 2B | 13 | 9 | 146 | 43 | 47 |
| Octal | 347 | 204 | 274 | 0 | 53 | 23 | 11 | 506 | 103 | 107 |
| Binary | 11100111 | 10000100 | 10111100 | 0 | 101011 | 10011 | 1001 | 101000110 | 1000011 | 1000111 |
Color Harmonies of #E784BC
Complementary color
Monochromatic Colors of #E784BC
Black with #E784BC
Text Example
Text Example
White with #E784BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E784BC; }
p { color: rgb(231,132,188); }
H1.HeaderClassName
{
color: #E784BC;
}
.AnyTagClassName
{
color: #E784BC;
}
</style>
background-color css
<style>
a { background-color: #E784BC; }
a { background-color: rgb(231,132,188); }
div.DivClassName
{
background-color: #E784BC;
}
.BgClassName
{
background-color: #E784BC;
}
</style>
border-color css
<style>
span { border-color: #E784BC; }
span { border-color: rgb(231,132,188); }
td.TdClassName
{
border-color: #E784BC;
}
.TagClassName
{
border-color: #E784BC;
}
</style>