Shades of Persian Pink #E57BB3
Tints of Persian Pink #E57BB3
RGB
CMYK
RGB Variations
Color information
#E57BB3 (or 0xE57BB3) is known color: Persian Pink. HEX triplet: E5, 7B and B3. RGB value is (229,123,179). Sum of RGB (Red+Green+Blue) = 229+123+179=531 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.13% from 531); Green value is 123 (48.44% from 255 or 23.16% from 531); Blue value is 179 (70.31% from 255 or 33.71% from 531); Max value from RGB is 229 - color contains mainly: red. Hex color #E57BB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E57BB3 is #1A844C. Grayscale: #A0A0A0. Windows color (decimal): -1737805 or 11762661. OLE color: 11762661.
HSL color Cylindrical-coordinate representation of color #E57BB3: hue angle of 328.3º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E57BB3 is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 123 | 179 | - |
| CMYK | 0 | 0.46 | 0.22 | 0.10 |
| HSL | 328.3º | 0.67% | 0.69% | - |
| HSV(B) | 328.3º | 0.46% | 0.9% | - |
| XYZ | 47.53 | 34.08 | 46.72 | - |
| YUV | 161.08 | 138.12 | 176.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 123 | 179 | 0 | 0.46 | 0.22 | 0.10 | 328.3 | 0.67 | 0.69 |
| Hex | E5 | 7B | B3 | 0 | 2E | 16 | A | 148 | 43 | 45 |
| Octal | 345 | 173 | 263 | 0 | 56 | 26 | 12 | 510 | 103 | 105 |
| Binary | 11100101 | 1111011 | 10110011 | 0 | 101110 | 10110 | 1010 | 101001000 | 1000011 | 1000101 |
Color Harmonies of #E57BB3
Complementary color
Monochromatic Colors of #E57BB3
Black with #E57BB3
Text Example
Text Example
White with #E57BB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57BB3; }
p { color: rgb(229,123,179); }
H1.HeaderClassName
{
color: #E57BB3;
}
.AnyTagClassName
{
color: #E57BB3;
}
</style>
background-color css
<style>
a { background-color: #E57BB3; }
a { background-color: rgb(229,123,179); }
div.DivClassName
{
background-color: #E57BB3;
}
.BgClassName
{
background-color: #E57BB3;
}
</style>
border-color css
<style>
span { border-color: #E57BB3; }
span { border-color: rgb(229,123,179); }
td.TdClassName
{
border-color: #E57BB3;
}
.TagClassName
{
border-color: #E57BB3;
}
</style>