Shades of Persian Pink #E56CBA
Tints of Persian Pink #E56CBA
RGB
CMYK
RGB Variations
Color information
#E56CBA (or 0xE56CBA) is known color: Persian Pink. HEX triplet: E5, 6C and BA. RGB value is (229,108,186). Sum of RGB (Red+Green+Blue) = 229+108+186=523 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.79% from 523); Green value is 108 (42.58% from 255 or 20.65% from 523); Blue value is 186 (73.05% from 255 or 35.56% from 523); Max value from RGB is 229 - color contains mainly: red. Hex color #E56CBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E56CBA is #1A9345. Grayscale: #989898. Windows color (decimal): -1741638 or 12217573. OLE color: 12217573.
HSL color Cylindrical-coordinate representation of color #E56CBA: hue angle of 321.32º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E56CBA is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 108 | 186 | - |
| CMYK | 0 | 0.53 | 0.19 | 0.10 |
| HSL | 321.32º | 0.7% | 0.66% | - |
| HSV(B) | 321.32º | 0.53% | 0.9% | - |
| XYZ | 46.54 | 30.93 | 49.97 | - |
| YUV | 153.07 | 146.59 | 182.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 108 | 186 | 0 | 0.53 | 0.19 | 0.10 | 321.32 | 0.7 | 0.66 |
| Hex | E5 | 6C | BA | 0 | 35 | 13 | A | 141 | 46 | 42 |
| Octal | 345 | 154 | 272 | 0 | 65 | 23 | 12 | 501 | 106 | 102 |
| Binary | 11100101 | 1101100 | 10111010 | 0 | 110101 | 10011 | 1010 | 101000001 | 1000110 | 1000010 |
Color Harmonies of #E56CBA
Complementary color
Monochromatic Colors of #E56CBA
Black with #E56CBA
Text Example
Text Example
White with #E56CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56CBA; }
p { color: rgb(229,108,186); }
H1.HeaderClassName
{
color: #E56CBA;
}
.AnyTagClassName
{
color: #E56CBA;
}
</style>
background-color css
<style>
a { background-color: #E56CBA; }
a { background-color: rgb(229,108,186); }
div.DivClassName
{
background-color: #E56CBA;
}
.BgClassName
{
background-color: #E56CBA;
}
</style>
border-color css
<style>
span { border-color: #E56CBA; }
span { border-color: rgb(229,108,186); }
td.TdClassName
{
border-color: #E56CBA;
}
.TagClassName
{
border-color: #E56CBA;
}
</style>