Shades of Persian Pink #E56CBB
Tints of Persian Pink #E56CBB
RGB
CMYK
RGB Variations
Color information
#E56CBB (or 0xE56CBB) is known color: Persian Pink. HEX triplet: E5, 6C and BB. RGB value is (229,108,187). Sum of RGB (Red+Green+Blue) = 229+108+187=524 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.70% from 524); Green value is 108 (42.58% from 255 or 20.61% from 524); Blue value is 187 (73.44% from 255 or 35.69% from 524); Max value from RGB is 229 - color contains mainly: red. Hex color #E56CBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E56CBB is #1A9344. Grayscale: #989898. Windows color (decimal): -1741637 or 12283109. OLE color: 12283109.
HSL color Cylindrical-coordinate representation of color #E56CBB: hue angle of 320.83º 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 #E56CBB is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 108 | 187 | - |
| CMYK | 0 | 0.53 | 0.18 | 0.10 |
| HSL | 320.83º | 0.7% | 0.66% | - |
| HSV(B) | 320.83º | 0.53% | 0.9% | - |
| XYZ | 46.65 | 30.97 | 50.53 | - |
| YUV | 153.19 | 147.09 | 182.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 108 | 187 | 0 | 0.53 | 0.18 | 0.10 | 320.83 | 0.7 | 0.66 |
| Hex | E5 | 6C | BB | 0 | 35 | 12 | A | 141 | 46 | 42 |
| Octal | 345 | 154 | 273 | 0 | 65 | 22 | 12 | 501 | 106 | 102 |
| Binary | 11100101 | 1101100 | 10111011 | 0 | 110101 | 10010 | 1010 | 101000001 | 1000110 | 1000010 |
Color Harmonies of #E56CBB
Complementary color
Monochromatic Colors of #E56CBB
Black with #E56CBB
Text Example
Text Example
White with #E56CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56CBB; }
p { color: rgb(229,108,187); }
H1.HeaderClassName
{
color: #E56CBB;
}
.AnyTagClassName
{
color: #E56CBB;
}
</style>
background-color css
<style>
a { background-color: #E56CBB; }
a { background-color: rgb(229,108,187); }
div.DivClassName
{
background-color: #E56CBB;
}
.BgClassName
{
background-color: #E56CBB;
}
</style>
border-color css
<style>
span { border-color: #E56CBB; }
span { border-color: rgb(229,108,187); }
td.TdClassName
{
border-color: #E56CBB;
}
.TagClassName
{
border-color: #E56CBB;
}
</style>