Shades of Persian Pink #E56DB9
Tints of Persian Pink #E56DB9
RGB
CMYK
RGB Variations
Color information
#E56DB9 (or 0xE56DB9) is known color: Persian Pink. HEX triplet: E5, 6D and B9. RGB value is (229,109,185). Sum of RGB (Red+Green+Blue) = 229+109+185=523 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.79% from 523); Green value is 109 (42.97% from 255 or 20.84% from 523); Blue value is 185 (72.66% from 255 or 35.37% from 523); Max value from RGB is 229 - color contains mainly: red. Hex color #E56DB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E56DB9 is #1A9246. Grayscale: #999999. Windows color (decimal): -1741383 or 12152293. OLE color: 12152293.
HSL color Cylindrical-coordinate representation of color #E56DB9: hue angle of 322º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E56DB9 is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 109 | 185 | - |
| CMYK | 0 | 0.52 | 0.19 | 0.10 |
| HSL | 322º | 0.7% | 0.66% | - |
| HSV(B) | 322º | 0.52% | 0.9% | - |
| XYZ | 46.54 | 31.1 | 49.45 | - |
| YUV | 153.54 | 145.76 | 181.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 109 | 185 | 0 | 0.52 | 0.19 | 0.10 | 322 | 0.7 | 0.66 |
| Hex | E5 | 6D | B9 | 0 | 34 | 13 | A | 142 | 46 | 42 |
| Octal | 345 | 155 | 271 | 0 | 64 | 23 | 12 | 502 | 106 | 102 |
| Binary | 11100101 | 1101101 | 10111001 | 0 | 110100 | 10011 | 1010 | 101000010 | 1000110 | 1000010 |
Color Harmonies of #E56DB9
Complementary color
Monochromatic Colors of #E56DB9
Black with #E56DB9
Text Example
Text Example
White with #E56DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56DB9; }
p { color: rgb(229,109,185); }
H1.HeaderClassName
{
color: #E56DB9;
}
.AnyTagClassName
{
color: #E56DB9;
}
</style>
background-color css
<style>
a { background-color: #E56DB9; }
a { background-color: rgb(229,109,185); }
div.DivClassName
{
background-color: #E56DB9;
}
.BgClassName
{
background-color: #E56DB9;
}
</style>
border-color css
<style>
span { border-color: #E56DB9; }
span { border-color: rgb(229,109,185); }
td.TdClassName
{
border-color: #E56DB9;
}
.TagClassName
{
border-color: #E56DB9;
}
</style>