Shades of Persian Pink #E56DBB
Tints of Persian Pink #E56DBB
RGB
CMYK
RGB Variations
Color information
#E56DBB (or 0xE56DBB) is known color: Persian Pink. HEX triplet: E5, 6D and BB. RGB value is (229,109,187). Sum of RGB (Red+Green+Blue) = 229+109+187=525 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.62% from 525); Green value is 109 (42.97% from 255 or 20.76% from 525); Blue value is 187 (73.44% from 255 or 35.62% from 525); Max value from RGB is 229 - color contains mainly: red. Hex color #E56DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E56DBB is #1A9244. Grayscale: #999999. Windows color (decimal): -1741381 or 12283365. OLE color: 12283365.
HSL color Cylindrical-coordinate representation of color #E56DBB: hue angle of 321º 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 #E56DBB is Cyan = 0, Magento = 0.52, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 109 | 187 | - |
| CMYK | 0 | 0.52 | 0.18 | 0.10 |
| HSL | 321º | 0.7% | 0.66% | - |
| HSV(B) | 321º | 0.52% | 0.9% | - |
| XYZ | 46.75 | 31.18 | 50.57 | - |
| YUV | 153.77 | 146.76 | 181.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 109 | 187 | 0 | 0.52 | 0.18 | 0.10 | 321 | 0.7 | 0.66 |
| Hex | E5 | 6D | BB | 0 | 34 | 12 | A | 141 | 46 | 42 |
| Octal | 345 | 155 | 273 | 0 | 64 | 22 | 12 | 501 | 106 | 102 |
| Binary | 11100101 | 1101101 | 10111011 | 0 | 110100 | 10010 | 1010 | 101000001 | 1000110 | 1000010 |
Color Harmonies of #E56DBB
Complementary color
Monochromatic Colors of #E56DBB
Black with #E56DBB
Text Example
Text Example
White with #E56DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56DBB; }
p { color: rgb(229,109,187); }
H1.HeaderClassName
{
color: #E56DBB;
}
.AnyTagClassName
{
color: #E56DBB;
}
</style>
background-color css
<style>
a { background-color: #E56DBB; }
a { background-color: rgb(229,109,187); }
div.DivClassName
{
background-color: #E56DBB;
}
.BgClassName
{
background-color: #E56DBB;
}
</style>
border-color css
<style>
span { border-color: #E56DBB; }
span { border-color: rgb(229,109,187); }
td.TdClassName
{
border-color: #E56DBB;
}
.TagClassName
{
border-color: #E56DBB;
}
</style>