Shades of Persian Pink #E56FB2
Tints of Persian Pink #E56FB2
RGB
CMYK
RGB Variations
Color information
#E56FB2 (or 0xE56FB2) is known color: Persian Pink. HEX triplet: E5, 6F and B2. RGB value is (229,111,178). Sum of RGB (Red+Green+Blue) = 229+111+178=518 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.21% from 518); Green value is 111 (43.75% from 255 or 21.43% from 518); Blue value is 178 (69.92% from 255 or 34.36% from 518); Max value from RGB is 229 - color contains mainly: red. Hex color #E56FB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E56FB2 is #1A904D. Grayscale: #999999. Windows color (decimal): -1740878 or 11694053. OLE color: 11694053.
HSL color Cylindrical-coordinate representation of color #E56FB2: hue angle of 325.93º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E56FB2 is Cyan = 0, Magento = 0.52, Yellow = 0.22 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 111 | 178 | - |
| CMYK | 0 | 0.52 | 0.22 | 0.10 |
| HSL | 325.93º | 0.69% | 0.67% | - |
| HSV(B) | 325.93º | 0.52% | 0.9% | - |
| XYZ | 46.03 | 31.24 | 45.72 | - |
| YUV | 153.92 | 141.59 | 181.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 111 | 178 | 0 | 0.52 | 0.22 | 0.10 | 325.93 | 0.69 | 0.67 |
| Hex | E5 | 6F | B2 | 0 | 34 | 16 | A | 146 | 45 | 43 |
| Octal | 345 | 157 | 262 | 0 | 64 | 26 | 12 | 506 | 105 | 103 |
| Binary | 11100101 | 1101111 | 10110010 | 0 | 110100 | 10110 | 1010 | 101000110 | 1000101 | 1000011 |
Color Harmonies of #E56FB2
Complementary color
Monochromatic Colors of #E56FB2
Black with #E56FB2
Text Example
Text Example
White with #E56FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56FB2; }
p { color: rgb(229,111,178); }
H1.HeaderClassName
{
color: #E56FB2;
}
.AnyTagClassName
{
color: #E56FB2;
}
</style>
background-color css
<style>
a { background-color: #E56FB2; }
a { background-color: rgb(229,111,178); }
div.DivClassName
{
background-color: #E56FB2;
}
.BgClassName
{
background-color: #E56FB2;
}
</style>
border-color css
<style>
span { border-color: #E56FB2; }
span { border-color: rgb(229,111,178); }
td.TdClassName
{
border-color: #E56FB2;
}
.TagClassName
{
border-color: #E56FB2;
}
</style>