Shades of Persian Pink #E56FB5
Tints of Persian Pink #E56FB5
RGB
CMYK
RGB Variations
Color information
#E56FB5 (or 0xE56FB5) is known color: Persian Pink. HEX triplet: E5, 6F and B5. RGB value is (229,111,181). Sum of RGB (Red+Green+Blue) = 229+111+181=521 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.95% from 521); Green value is 111 (43.75% from 255 or 21.31% from 521); Blue value is 181 (71.09% from 255 or 34.74% from 521); Max value from RGB is 229 - color contains mainly: red. Hex color #E56FB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E56FB5 is #1A904A. Grayscale: #9A9A9A. Windows color (decimal): -1740875 or 11890661. OLE color: 11890661.
HSL color Cylindrical-coordinate representation of color #E56FB5: hue angle of 324.41º 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 #E56FB5 is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 111 | 181 | - |
| CMYK | 0 | 0.52 | 0.21 | 0.10 |
| HSL | 324.41º | 0.69% | 0.67% | - |
| HSV(B) | 324.41º | 0.52% | 0.9% | - |
| XYZ | 46.34 | 31.36 | 47.33 | - |
| YUV | 154.26 | 143.09 | 181.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 111 | 181 | 0 | 0.52 | 0.21 | 0.10 | 324.41 | 0.69 | 0.67 |
| Hex | E5 | 6F | B5 | 0 | 34 | 15 | A | 144 | 45 | 43 |
| Octal | 345 | 157 | 265 | 0 | 64 | 25 | 12 | 504 | 105 | 103 |
| Binary | 11100101 | 1101111 | 10110101 | 0 | 110100 | 10101 | 1010 | 101000100 | 1000101 | 1000011 |
Color Harmonies of #E56FB5
Complementary color
Monochromatic Colors of #E56FB5
Black with #E56FB5
Text Example
Text Example
White with #E56FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56FB5; }
p { color: rgb(229,111,181); }
H1.HeaderClassName
{
color: #E56FB5;
}
.AnyTagClassName
{
color: #E56FB5;
}
</style>
background-color css
<style>
a { background-color: #E56FB5; }
a { background-color: rgb(229,111,181); }
div.DivClassName
{
background-color: #E56FB5;
}
.BgClassName
{
background-color: #E56FB5;
}
</style>
border-color css
<style>
span { border-color: #E56FB5; }
span { border-color: rgb(229,111,181); }
td.TdClassName
{
border-color: #E56FB5;
}
.TagClassName
{
border-color: #E56FB5;
}
</style>