Shades of Persian Pink #E57FB6
Tints of Persian Pink #E57FB6
RGB
CMYK
RGB Variations
Color information
#E57FB6 (or 0xE57FB6) is known color: Persian Pink. HEX triplet: E5, 7F and B6. RGB value is (229,127,182). Sum of RGB (Red+Green+Blue) = 229+127+182=538 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.57% from 538); Green value is 127 (50% from 255 or 23.61% from 538); Blue value is 182 (71.48% from 255 or 33.83% from 538); Max value from RGB is 229 - color contains mainly: red. Hex color #E57FB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E57FB6 is #1A8049. Grayscale: #A3A3A3. Windows color (decimal): -1736778 or 11960293. OLE color: 11960293.
HSL color Cylindrical-coordinate representation of color #E57FB6: hue angle of 327.65º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E57FB6 is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 127 | 182 | - |
| CMYK | 0 | 0.45 | 0.21 | 0.10 |
| HSL | 327.65º | 0.66% | 0.7% | - |
| HSV(B) | 327.65º | 0.45% | 0.9% | - |
| XYZ | 48.35 | 35.21 | 48.5 | - |
| YUV | 163.77 | 138.29 | 174.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 127 | 182 | 0 | 0.45 | 0.21 | 0.10 | 327.65 | 0.66 | 0.7 |
| Hex | E5 | 7F | B6 | 0 | 2D | 15 | A | 148 | 42 | 46 |
| Octal | 345 | 177 | 266 | 0 | 55 | 25 | 12 | 510 | 102 | 106 |
| Binary | 11100101 | 1111111 | 10110110 | 0 | 101101 | 10101 | 1010 | 101001000 | 1000010 | 1000110 |
Color Harmonies of #E57FB6
Complementary color
Monochromatic Colors of #E57FB6
Black with #E57FB6
Text Example
Text Example
White with #E57FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57FB6; }
p { color: rgb(229,127,182); }
H1.HeaderClassName
{
color: #E57FB6;
}
.AnyTagClassName
{
color: #E57FB6;
}
</style>
background-color css
<style>
a { background-color: #E57FB6; }
a { background-color: rgb(229,127,182); }
div.DivClassName
{
background-color: #E57FB6;
}
.BgClassName
{
background-color: #E57FB6;
}
</style>
border-color css
<style>
span { border-color: #E57FB6; }
span { border-color: rgb(229,127,182); }
td.TdClassName
{
border-color: #E57FB6;
}
.TagClassName
{
border-color: #E57FB6;
}
</style>