Shades of Persian Pink #E784B5
Tints of Persian Pink #E784B5
RGB
CMYK
RGB Variations
Color information
#E784B5 (or 0xE784B5) is known color: Persian Pink. HEX triplet: E7, 84 and B5. RGB value is (231,132,181). Sum of RGB (Red+Green+Blue) = 231+132+181=544 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.46% from 544); Green value is 132 (51.95% from 255 or 24.26% from 544); Blue value is 181 (71.09% from 255 or 33.27% from 544); Max value from RGB is 231 - color contains mainly: red. Hex color #E784B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E784B5 is #187B4A. Grayscale: #A7A7A7. Windows color (decimal): -1604427 or 11896039. OLE color: 11896039.
HSL color Cylindrical-coordinate representation of color #E784B5: hue angle of 330.3º 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 #E784B5 is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 132 | 181 | - |
| CMYK | 0 | 0.43 | 0.22 | 0.09 |
| HSL | 330.3º | 0.67% | 0.71% | - |
| HSV(B) | 330.3º | 0.43% | 0.91% | - |
| XYZ | 49.55 | 36.83 | 48.21 | - |
| YUV | 167.19 | 135.8 | 173.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 132 | 181 | 0 | 0.43 | 0.22 | 0.09 | 330.3 | 0.67 | 0.71 |
| Hex | E7 | 84 | B5 | 0 | 2B | 16 | 9 | 14A | 43 | 47 |
| Octal | 347 | 204 | 265 | 0 | 53 | 26 | 11 | 512 | 103 | 107 |
| Binary | 11100111 | 10000100 | 10110101 | 0 | 101011 | 10110 | 1001 | 101001010 | 1000011 | 1000111 |
Color Harmonies of #E784B5
Complementary color
Monochromatic Colors of #E784B5
Black with #E784B5
Text Example
Text Example
White with #E784B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E784B5; }
p { color: rgb(231,132,181); }
H1.HeaderClassName
{
color: #E784B5;
}
.AnyTagClassName
{
color: #E784B5;
}
</style>
background-color css
<style>
a { background-color: #E784B5; }
a { background-color: rgb(231,132,181); }
div.DivClassName
{
background-color: #E784B5;
}
.BgClassName
{
background-color: #E784B5;
}
</style>
border-color css
<style>
span { border-color: #E784B5; }
span { border-color: rgb(231,132,181); }
td.TdClassName
{
border-color: #E784B5;
}
.TagClassName
{
border-color: #E784B5;
}
</style>