Shades of Persian Pink #E97BAD
Tints of Persian Pink #E97BAD
RGB
CMYK
RGB Variations
Color information
#E97BAD (or 0xE97BAD) is known color: Persian Pink. HEX triplet: E9, 7B and AD. RGB value is (233,123,173). Sum of RGB (Red+Green+Blue) = 233+123+173=529 (70% of max value = 765). Red value is 233 (91.41% from 255 or 44.05% from 529); Green value is 123 (48.44% from 255 or 23.25% from 529); Blue value is 173 (67.97% from 255 or 32.70% from 529); Max value from RGB is 233 - color contains mainly: red. Hex color #E97BAD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E97BAD is #168452. Grayscale: #A1A1A1. Windows color (decimal): -1475667 or 11369449. OLE color: 11369449.
HSL color Cylindrical-coordinate representation of color #E97BAD: hue angle of 332.73º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E97BAD is Cyan = 0, Magento = 0.47, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 123 | 173 | - |
| CMYK | 0 | 0.47 | 0.26 | 0.09 |
| HSL | 332.73º | 0.71% | 0.7% | - |
| HSV(B) | 332.73º | 0.47% | 0.91% | - |
| XYZ | 48.23 | 34.51 | 43.65 | - |
| YUV | 161.59 | 134.44 | 178.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 123 | 173 | 0 | 0.47 | 0.26 | 0.09 | 332.73 | 0.71 | 0.7 |
| Hex | E9 | 7B | AD | 0 | 2F | 1A | 9 | 14D | 47 | 46 |
| Octal | 351 | 173 | 255 | 0 | 57 | 32 | 11 | 515 | 107 | 106 |
| Binary | 11101001 | 1111011 | 10101101 | 0 | 101111 | 11010 | 1001 | 101001101 | 1000111 | 1000110 |
Color Harmonies of #E97BAD
Complementary color
Monochromatic Colors of #E97BAD
Black with #E97BAD
Text Example
Text Example
White with #E97BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E97BAD; }
p { color: rgb(233,123,173); }
H1.HeaderClassName
{
color: #E97BAD;
}
.AnyTagClassName
{
color: #E97BAD;
}
</style>
background-color css
<style>
a { background-color: #E97BAD; }
a { background-color: rgb(233,123,173); }
div.DivClassName
{
background-color: #E97BAD;
}
.BgClassName
{
background-color: #E97BAD;
}
</style>
border-color css
<style>
span { border-color: #E97BAD; }
span { border-color: rgb(233,123,173); }
td.TdClassName
{
border-color: #E97BAD;
}
.TagClassName
{
border-color: #E97BAD;
}
</style>