Shades of Persian Pink #E97DB8
Tints of Persian Pink #E97DB8
RGB
CMYK
RGB Variations
Color information
#E97DB8 (or 0xE97DB8) is known color: Persian Pink. HEX triplet: E9, 7D and B8. RGB value is (233,125,184). Sum of RGB (Red+Green+Blue) = 233+125+184=542 (71% of max value = 765). Red value is 233 (91.41% from 255 or 42.99% from 542); Green value is 125 (49.22% from 255 or 23.06% from 542); Blue value is 184 (72.27% from 255 or 33.95% from 542); Max value from RGB is 233 - color contains mainly: red. Hex color #E97DB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E97DB8 is #168247. Grayscale: #A3A3A3. Windows color (decimal): -1475144 or 12090857. OLE color: 12090857.
HSL color Cylindrical-coordinate representation of color #E97DB8: hue angle of 327.22º 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 #E97DB8 is Cyan = 0, Magento = 0.46, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 125 | 184 | - |
| CMYK | 0 | 0.46 | 0.21 | 0.09 |
| HSL | 327.22º | 0.71% | 0.7% | - |
| HSV(B) | 327.22º | 0.46% | 0.91% | - |
| XYZ | 49.59 | 35.45 | 49.58 | - |
| YUV | 164.02 | 139.28 | 177.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 125 | 184 | 0 | 0.46 | 0.21 | 0.09 | 327.22 | 0.71 | 0.7 |
| Hex | E9 | 7D | B8 | 0 | 2E | 15 | 9 | 147 | 47 | 46 |
| Octal | 351 | 175 | 270 | 0 | 56 | 25 | 11 | 507 | 107 | 106 |
| Binary | 11101001 | 1111101 | 10111000 | 0 | 101110 | 10101 | 1001 | 101000111 | 1000111 | 1000110 |
Color Harmonies of #E97DB8
Complementary color
Monochromatic Colors of #E97DB8
Black with #E97DB8
Text Example
Text Example
White with #E97DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E97DB8; }
p { color: rgb(233,125,184); }
H1.HeaderClassName
{
color: #E97DB8;
}
.AnyTagClassName
{
color: #E97DB8;
}
</style>
background-color css
<style>
a { background-color: #E97DB8; }
a { background-color: rgb(233,125,184); }
div.DivClassName
{
background-color: #E97DB8;
}
.BgClassName
{
background-color: #E97DB8;
}
</style>
border-color css
<style>
span { border-color: #E97DB8; }
span { border-color: rgb(233,125,184); }
td.TdClassName
{
border-color: #E97DB8;
}
.TagClassName
{
border-color: #E97DB8;
}
</style>