Shades of Persian Pink #E56DBD
Tints of Persian Pink #E56DBD
RGB
CMYK
RGB Variations
Color information
#E56DBD (or 0xE56DBD) is known color: Persian Pink. HEX triplet: E5, 6D and BD. RGB value is (229,109,189). Sum of RGB (Red+Green+Blue) = 229+109+189=527 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.45% from 527); Green value is 109 (42.97% from 255 or 20.68% from 527); Blue value is 189 (74.22% from 255 or 35.86% from 527); Max value from RGB is 229 - color contains mainly: red. Hex color #E56DBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E56DBD is #1A9242. Grayscale: #999999. Windows color (decimal): -1741379 or 12414437. OLE color: 12414437.
HSL color Cylindrical-coordinate representation of color #E56DBD: hue angle of 320º 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 #E56DBD is Cyan = 0, Magento = 0.52, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 109 | 189 | - |
| CMYK | 0 | 0.52 | 0.17 | 0.10 |
| HSL | 320º | 0.7% | 0.66% | - |
| HSV(B) | 320º | 0.52% | 0.9% | - |
| XYZ | 46.97 | 31.27 | 51.7 | - |
| YUV | 154 | 147.76 | 181.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 109 | 189 | 0 | 0.52 | 0.17 | 0.10 | 320 | 0.7 | 0.66 |
| Hex | E5 | 6D | BD | 0 | 34 | 11 | A | 140 | 46 | 42 |
| Octal | 345 | 155 | 275 | 0 | 64 | 21 | 12 | 500 | 106 | 102 |
| Binary | 11100101 | 1101101 | 10111101 | 0 | 110100 | 10001 | 1010 | 101000000 | 1000110 | 1000010 |
Color Harmonies of #E56DBD
Complementary color
Monochromatic Colors of #E56DBD
Black with #E56DBD
Text Example
Text Example
White with #E56DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56DBD; }
p { color: rgb(229,109,189); }
H1.HeaderClassName
{
color: #E56DBD;
}
.AnyTagClassName
{
color: #E56DBD;
}
</style>
background-color css
<style>
a { background-color: #E56DBD; }
a { background-color: rgb(229,109,189); }
div.DivClassName
{
background-color: #E56DBD;
}
.BgClassName
{
background-color: #E56DBD;
}
</style>
border-color css
<style>
span { border-color: #E56DBD; }
span { border-color: rgb(229,109,189); }
td.TdClassName
{
border-color: #E56DBD;
}
.TagClassName
{
border-color: #E56DBD;
}
</style>