Shades of Persian Pink #E76DB7
Tints of Persian Pink #E76DB7
RGB
CMYK
RGB Variations
Color information
#E76DB7 (or 0xE76DB7) is known color: Persian Pink. HEX triplet: E7, 6D and B7. RGB value is (231,109,183). Sum of RGB (Red+Green+Blue) = 231+109+183=523 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.17% from 523); Green value is 109 (42.97% from 255 or 20.84% from 523); Blue value is 183 (71.88% from 255 or 34.99% from 523); Max value from RGB is 231 - color contains mainly: red. Hex color #E76DB7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76DB7 is #189248. Grayscale: #999999. Windows color (decimal): -1610313 or 12021223. OLE color: 12021223.
HSL color Cylindrical-coordinate representation of color #E76DB7: hue angle of 323.61º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E76DB7 is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 109 | 183 | - |
| CMYK | 0 | 0.53 | 0.21 | 0.09 |
| HSL | 323.61º | 0.72% | 0.67% | - |
| HSV(B) | 323.61º | 0.53% | 0.91% | - |
| XYZ | 46.97 | 31.35 | 48.37 | - |
| YUV | 153.91 | 144.42 | 182.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 109 | 183 | 0 | 0.53 | 0.21 | 0.09 | 323.61 | 0.72 | 0.67 |
| Hex | E7 | 6D | B7 | 0 | 35 | 15 | 9 | 144 | 48 | 43 |
| Octal | 347 | 155 | 267 | 0 | 65 | 25 | 11 | 504 | 110 | 103 |
| Binary | 11100111 | 1101101 | 10110111 | 0 | 110101 | 10101 | 1001 | 101000100 | 1001000 | 1000011 |
Color Harmonies of #E76DB7
Complementary color
Monochromatic Colors of #E76DB7
Black with #E76DB7
Text Example
Text Example
White with #E76DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76DB7; }
p { color: rgb(231,109,183); }
H1.HeaderClassName
{
color: #E76DB7;
}
.AnyTagClassName
{
color: #E76DB7;
}
</style>
background-color css
<style>
a { background-color: #E76DB7; }
a { background-color: rgb(231,109,183); }
div.DivClassName
{
background-color: #E76DB7;
}
.BgClassName
{
background-color: #E76DB7;
}
</style>
border-color css
<style>
span { border-color: #E76DB7; }
span { border-color: rgb(231,109,183); }
td.TdClassName
{
border-color: #E76DB7;
}
.TagClassName
{
border-color: #E76DB7;
}
</style>