Shades of Persian Pink #E56FB6
Tints of Persian Pink #E56FB6
RGB
CMYK
RGB Variations
Color information
#E56FB6 (or 0xE56FB6) is known color: Persian Pink. HEX triplet: E5, 6F and B6. RGB value is (229,111,182). Sum of RGB (Red+Green+Blue) = 229+111+182=522 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.87% from 522); Green value is 111 (43.75% from 255 or 21.26% from 522); Blue value is 182 (71.48% from 255 or 34.87% from 522); Max value from RGB is 229 - color contains mainly: red. Hex color #E56FB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E56FB6 is #1A9049. Grayscale: #9A9A9A. Windows color (decimal): -1740874 or 11956197. OLE color: 11956197.
HSL color Cylindrical-coordinate representation of color #E56FB6: hue angle of 323.9º 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 #E56FB6 is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 111 | 182 | - |
| CMYK | 0 | 0.52 | 0.21 | 0.10 |
| HSL | 323.9º | 0.69% | 0.67% | - |
| HSV(B) | 323.9º | 0.52% | 0.9% | - |
| XYZ | 46.44 | 31.4 | 47.87 | - |
| YUV | 154.38 | 143.59 | 181.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 111 | 182 | 0 | 0.52 | 0.21 | 0.10 | 323.9 | 0.69 | 0.67 |
| Hex | E5 | 6F | B6 | 0 | 34 | 15 | A | 144 | 45 | 43 |
| Octal | 345 | 157 | 266 | 0 | 64 | 25 | 12 | 504 | 105 | 103 |
| Binary | 11100101 | 1101111 | 10110110 | 0 | 110100 | 10101 | 1010 | 101000100 | 1000101 | 1000011 |
Color Harmonies of #E56FB6
Complementary color
Monochromatic Colors of #E56FB6
Black with #E56FB6
Text Example
Text Example
White with #E56FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56FB6; }
p { color: rgb(229,111,182); }
H1.HeaderClassName
{
color: #E56FB6;
}
.AnyTagClassName
{
color: #E56FB6;
}
</style>
background-color css
<style>
a { background-color: #E56FB6; }
a { background-color: rgb(229,111,182); }
div.DivClassName
{
background-color: #E56FB6;
}
.BgClassName
{
background-color: #E56FB6;
}
</style>
border-color css
<style>
span { border-color: #E56FB6; }
span { border-color: rgb(229,111,182); }
td.TdClassName
{
border-color: #E56FB6;
}
.TagClassName
{
border-color: #E56FB6;
}
</style>