Shades of Persian Pink #E56EBB
Tints of Persian Pink #E56EBB
RGB
CMYK
RGB Variations
Color information
#E56EBB (or 0xE56EBB) is known color: Persian Pink. HEX triplet: E5, 6E and BB. RGB value is (229,110,187). Sum of RGB (Red+Green+Blue) = 229+110+187=526 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.54% from 526); Green value is 110 (43.36% from 255 or 20.91% from 526); Blue value is 187 (73.44% from 255 or 35.55% from 526); Max value from RGB is 229 - color contains mainly: red. Hex color #E56EBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E56EBB is #1A9144. Grayscale: #9A9A9A. Windows color (decimal): -1741125 or 12283621. OLE color: 12283621.
HSL color Cylindrical-coordinate representation of color #E56EBB: hue angle of 321.18º 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 #E56EBB is Cyan = 0, Magento = 0.52, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 110 | 187 | - |
| CMYK | 0 | 0.52 | 0.18 | 0.10 |
| HSL | 321.18º | 0.7% | 0.66% | - |
| HSV(B) | 321.18º | 0.52% | 0.9% | - |
| XYZ | 46.86 | 31.4 | 50.6 | - |
| YUV | 154.36 | 146.42 | 181.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 110 | 187 | 0 | 0.52 | 0.18 | 0.10 | 321.18 | 0.7 | 0.66 |
| Hex | E5 | 6E | BB | 0 | 34 | 12 | A | 141 | 46 | 42 |
| Octal | 345 | 156 | 273 | 0 | 64 | 22 | 12 | 501 | 106 | 102 |
| Binary | 11100101 | 1101110 | 10111011 | 0 | 110100 | 10010 | 1010 | 101000001 | 1000110 | 1000010 |
Color Harmonies of #E56EBB
Complementary color
Monochromatic Colors of #E56EBB
Black with #E56EBB
Text Example
Text Example
White with #E56EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56EBB; }
p { color: rgb(229,110,187); }
H1.HeaderClassName
{
color: #E56EBB;
}
.AnyTagClassName
{
color: #E56EBB;
}
</style>
background-color css
<style>
a { background-color: #E56EBB; }
a { background-color: rgb(229,110,187); }
div.DivClassName
{
background-color: #E56EBB;
}
.BgClassName
{
background-color: #E56EBB;
}
</style>
border-color css
<style>
span { border-color: #E56EBB; }
span { border-color: rgb(229,110,187); }
td.TdClassName
{
border-color: #E56EBB;
}
.TagClassName
{
border-color: #E56EBB;
}
</style>