Shades of Persian Pink #E57BBD
Tints of Persian Pink #E57BBD
RGB
CMYK
RGB Variations
Color information
#E57BBD (or 0xE57BBD) is known color: Persian Pink. HEX triplet: E5, 7B and BD. RGB value is (229,123,189). Sum of RGB (Red+Green+Blue) = 229+123+189=541 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.33% from 541); Green value is 123 (48.44% from 255 or 22.74% from 541); Blue value is 189 (74.22% from 255 or 34.94% from 541); Max value from RGB is 229 - color contains mainly: red. Hex color #E57BBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E57BBD is #1A8442. Grayscale: #A2A2A2. Windows color (decimal): -1737795 or 12418021. OLE color: 12418021.
HSL color Cylindrical-coordinate representation of color #E57BBD: hue angle of 322.64º 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 #E57BBD is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 123 | 189 | - |
| CMYK | 0 | 0.46 | 0.17 | 0.10 |
| HSL | 322.64º | 0.67% | 0.69% | - |
| HSV(B) | 322.64º | 0.46% | 0.9% | - |
| XYZ | 48.58 | 34.5 | 52.24 | - |
| YUV | 162.22 | 143.12 | 175.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 123 | 189 | 0 | 0.46 | 0.17 | 0.10 | 322.64 | 0.67 | 0.69 |
| Hex | E5 | 7B | BD | 0 | 2E | 11 | A | 143 | 43 | 45 |
| Octal | 345 | 173 | 275 | 0 | 56 | 21 | 12 | 503 | 103 | 105 |
| Binary | 11100101 | 1111011 | 10111101 | 0 | 101110 | 10001 | 1010 | 101000011 | 1000011 | 1000101 |
Color Harmonies of #E57BBD
Complementary color
Monochromatic Colors of #E57BBD
Black with #E57BBD
Text Example
Text Example
White with #E57BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57BBD; }
p { color: rgb(229,123,189); }
H1.HeaderClassName
{
color: #E57BBD;
}
.AnyTagClassName
{
color: #E57BBD;
}
</style>
background-color css
<style>
a { background-color: #E57BBD; }
a { background-color: rgb(229,123,189); }
div.DivClassName
{
background-color: #E57BBD;
}
.BgClassName
{
background-color: #E57BBD;
}
</style>
border-color css
<style>
span { border-color: #E57BBD; }
span { border-color: rgb(229,123,189); }
td.TdClassName
{
border-color: #E57BBD;
}
.TagClassName
{
border-color: #E57BBD;
}
</style>