Shades of Persian Pink #E781B5
Tints of Persian Pink #E781B5
RGB
CMYK
RGB Variations
Color information
#E781B5 (or 0xE781B5) is known color: Persian Pink. HEX triplet: E7, 81 and B5. RGB value is (231,129,181). Sum of RGB (Red+Green+Blue) = 231+129+181=541 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.70% from 541); Green value is 129 (50.78% from 255 or 23.84% from 541); Blue value is 181 (71.09% from 255 or 33.46% from 541); Max value from RGB is 231 - color contains mainly: red. Hex color #E781B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E781B5 is #187E4A. Grayscale: #A5A5A5. Windows color (decimal): -1605195 or 11895271. OLE color: 11895271.
HSL color Cylindrical-coordinate representation of color #E781B5: hue angle of 329.41º 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 #E781B5 is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 129 | 181 | - |
| CMYK | 0 | 0.44 | 0.22 | 0.09 |
| HSL | 329.41º | 0.68% | 0.71% | - |
| HSV(B) | 329.41º | 0.44% | 0.91% | - |
| XYZ | 49.15 | 36.03 | 48.08 | - |
| YUV | 165.43 | 136.79 | 174.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 129 | 181 | 0 | 0.44 | 0.22 | 0.09 | 329.41 | 0.68 | 0.71 |
| Hex | E7 | 81 | B5 | 0 | 2C | 16 | 9 | 149 | 44 | 47 |
| Octal | 347 | 201 | 265 | 0 | 54 | 26 | 11 | 511 | 104 | 107 |
| Binary | 11100111 | 10000001 | 10110101 | 0 | 101100 | 10110 | 1001 | 101001001 | 1000100 | 1000111 |
Color Harmonies of #E781B5
Complementary color
Monochromatic Colors of #E781B5
Black with #E781B5
Text Example
Text Example
White with #E781B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E781B5; }
p { color: rgb(231,129,181); }
H1.HeaderClassName
{
color: #E781B5;
}
.AnyTagClassName
{
color: #E781B5;
}
</style>
background-color css
<style>
a { background-color: #E781B5; }
a { background-color: rgb(231,129,181); }
div.DivClassName
{
background-color: #E781B5;
}
.BgClassName
{
background-color: #E781B5;
}
</style>
border-color css
<style>
span { border-color: #E781B5; }
span { border-color: rgb(231,129,181); }
td.TdClassName
{
border-color: #E781B5;
}
.TagClassName
{
border-color: #E781B5;
}
</style>