Shades of Persian Pink #E97DBA
Tints of Persian Pink #E97DBA
RGB
CMYK
RGB Variations
Color information
#E97DBA (or 0xE97DBA) is known color: Persian Pink. HEX triplet: E9, 7D and BA. RGB value is (233,125,186). Sum of RGB (Red+Green+Blue) = 233+125+186=544 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.83% from 544); Green value is 125 (49.22% from 255 or 22.98% from 544); Blue value is 186 (73.05% from 255 or 34.19% from 544); Max value from RGB is 233 - color contains mainly: red. Hex color #E97DBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E97DBA is #168245. Grayscale: #A4A4A4. Windows color (decimal): -1475142 or 12221929. OLE color: 12221929.
HSL color Cylindrical-coordinate representation of color #E97DBA: hue angle of 326.11º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E97DBA is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 125 | 186 | - |
| CMYK | 0 | 0.46 | 0.20 | 0.09 |
| HSL | 326.11º | 0.71% | 0.7% | - |
| HSV(B) | 326.11º | 0.46% | 0.91% | - |
| XYZ | 49.8 | 35.54 | 50.69 | - |
| YUV | 164.25 | 140.28 | 177.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 125 | 186 | 0 | 0.46 | 0.20 | 0.09 | 326.11 | 0.71 | 0.7 |
| Hex | E9 | 7D | BA | 0 | 2E | 14 | 9 | 146 | 47 | 46 |
| Octal | 351 | 175 | 272 | 0 | 56 | 24 | 11 | 506 | 107 | 106 |
| Binary | 11101001 | 1111101 | 10111010 | 0 | 101110 | 10100 | 1001 | 101000110 | 1000111 | 1000110 |
Color Harmonies of #E97DBA
Complementary color
Monochromatic Colors of #E97DBA
Black with #E97DBA
Text Example
Text Example
White with #E97DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E97DBA; }
p { color: rgb(233,125,186); }
H1.HeaderClassName
{
color: #E97DBA;
}
.AnyTagClassName
{
color: #E97DBA;
}
</style>
background-color css
<style>
a { background-color: #E97DBA; }
a { background-color: rgb(233,125,186); }
div.DivClassName
{
background-color: #E97DBA;
}
.BgClassName
{
background-color: #E97DBA;
}
</style>
border-color css
<style>
span { border-color: #E97DBA; }
span { border-color: rgb(233,125,186); }
td.TdClassName
{
border-color: #E97DBA;
}
.TagClassName
{
border-color: #E97DBA;
}
</style>