Shades of Persian Pink #E57FBE
Tints of Persian Pink #E57FBE
RGB
CMYK
RGB Variations
Color information
#E57FBE (or 0xE57FBE) is known color: Persian Pink. HEX triplet: E5, 7F and BE. RGB value is (229,127,190). Sum of RGB (Red+Green+Blue) = 229+127+190=546 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.94% from 546); Green value is 127 (50% from 255 or 23.26% from 546); Blue value is 190 (74.61% from 255 or 34.80% from 546); Max value from RGB is 229 - color contains mainly: red. Hex color #E57FBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E57FBE is #1A8041. Grayscale: #A4A4A4. Windows color (decimal): -1736770 or 12484581. OLE color: 12484581.
HSL color Cylindrical-coordinate representation of color #E57FBE: hue angle of 322.94º 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 #E57FBE is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 127 | 190 | - |
| CMYK | 0 | 0.45 | 0.17 | 0.10 |
| HSL | 322.94º | 0.66% | 0.7% | - |
| HSV(B) | 322.94º | 0.45% | 0.9% | - |
| XYZ | 49.2 | 35.55 | 52.98 | - |
| YUV | 164.68 | 142.29 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 127 | 190 | 0 | 0.45 | 0.17 | 0.10 | 322.94 | 0.66 | 0.7 |
| Hex | E5 | 7F | BE | 0 | 2D | 11 | A | 143 | 42 | 46 |
| Octal | 345 | 177 | 276 | 0 | 55 | 21 | 12 | 503 | 102 | 106 |
| Binary | 11100101 | 1111111 | 10111110 | 0 | 101101 | 10001 | 1010 | 101000011 | 1000010 | 1000110 |
Color Harmonies of #E57FBE
Complementary color
Monochromatic Colors of #E57FBE
Black with #E57FBE
Text Example
Text Example
White with #E57FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57FBE; }
p { color: rgb(229,127,190); }
H1.HeaderClassName
{
color: #E57FBE;
}
.AnyTagClassName
{
color: #E57FBE;
}
</style>
background-color css
<style>
a { background-color: #E57FBE; }
a { background-color: rgb(229,127,190); }
div.DivClassName
{
background-color: #E57FBE;
}
.BgClassName
{
background-color: #E57FBE;
}
</style>
border-color css
<style>
span { border-color: #E57FBE; }
span { border-color: rgb(229,127,190); }
td.TdClassName
{
border-color: #E57FBE;
}
.TagClassName
{
border-color: #E57FBE;
}
</style>