Shades of Persian Pink #E781BD
Tints of Persian Pink #E781BD
RGB
CMYK
RGB Variations
Color information
#E781BD (or 0xE781BD) is known color: Persian Pink. HEX triplet: E7, 81 and BD. RGB value is (231,129,189). Sum of RGB (Red+Green+Blue) = 231+129+189=549 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.08% from 549); Green value is 129 (50.78% from 255 or 23.50% from 549); Blue value is 189 (74.22% from 255 or 34.43% from 549); Max value from RGB is 231 - color contains mainly: red. Hex color #E781BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E781BD is #187E42. Grayscale: #A6A6A6. Windows color (decimal): -1605187 or 12419559. OLE color: 12419559.
HSL color Cylindrical-coordinate representation of color #E781BD: hue angle of 324.71º 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 #E781BD is Cyan = 0, Magento = 0.44, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 129 | 189 | - |
| CMYK | 0 | 0.44 | 0.18 | 0.09 |
| HSL | 324.71º | 0.68% | 0.71% | - |
| HSV(B) | 324.71º | 0.44% | 0.91% | - |
| XYZ | 49.99 | 36.36 | 52.53 | - |
| YUV | 166.34 | 140.79 | 174.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 129 | 189 | 0 | 0.44 | 0.18 | 0.09 | 324.71 | 0.68 | 0.71 |
| Hex | E7 | 81 | BD | 0 | 2C | 12 | 9 | 145 | 44 | 47 |
| Octal | 347 | 201 | 275 | 0 | 54 | 22 | 11 | 505 | 104 | 107 |
| Binary | 11100111 | 10000001 | 10111101 | 0 | 101100 | 10010 | 1001 | 101000101 | 1000100 | 1000111 |
Color Harmonies of #E781BD
Complementary color
Monochromatic Colors of #E781BD
Black with #E781BD
Text Example
Text Example
White with #E781BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E781BD; }
p { color: rgb(231,129,189); }
H1.HeaderClassName
{
color: #E781BD;
}
.AnyTagClassName
{
color: #E781BD;
}
</style>
background-color css
<style>
a { background-color: #E781BD; }
a { background-color: rgb(231,129,189); }
div.DivClassName
{
background-color: #E781BD;
}
.BgClassName
{
background-color: #E781BD;
}
</style>
border-color css
<style>
span { border-color: #E781BD; }
span { border-color: rgb(231,129,189); }
td.TdClassName
{
border-color: #E781BD;
}
.TagClassName
{
border-color: #E781BD;
}
</style>