Shades of Persian Pink #E97FB1
Tints of Persian Pink #E97FB1
RGB
CMYK
RGB Variations
Color information
#E97FB1 (or 0xE97FB1) is known color: Persian Pink. HEX triplet: E9, 7F and B1. RGB value is (233,127,177). Sum of RGB (Red+Green+Blue) = 233+127+177=537 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.39% from 537); Green value is 127 (50% from 255 or 23.65% from 537); Blue value is 177 (69.53% from 255 or 32.96% from 537); Max value from RGB is 233 - color contains mainly: red. Hex color #E97FB1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E97FB1 is #16804E. Grayscale: #A4A4A4. Windows color (decimal): -1474639 or 11632617. OLE color: 11632617.
HSL color Cylindrical-coordinate representation of color #E97FB1: hue angle of 331.7º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E97FB1 is Cyan = 0, Magento = 0.45, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 127 | 177 | - |
| CMYK | 0 | 0.45 | 0.24 | 0.09 |
| HSL | 331.7º | 0.71% | 0.71% | - |
| HSV(B) | 331.7º | 0.45% | 0.91% | - |
| XYZ | 49.13 | 35.68 | 45.89 | - |
| YUV | 164.39 | 135.12 | 176.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 127 | 177 | 0 | 0.45 | 0.24 | 0.09 | 331.7 | 0.71 | 0.71 |
| Hex | E9 | 7F | B1 | 0 | 2D | 18 | 9 | 14C | 47 | 47 |
| Octal | 351 | 177 | 261 | 0 | 55 | 30 | 11 | 514 | 107 | 107 |
| Binary | 11101001 | 1111111 | 10110001 | 0 | 101101 | 11000 | 1001 | 101001100 | 1000111 | 1000111 |
Color Harmonies of #E97FB1
Complementary color
Monochromatic Colors of #E97FB1
Black with #E97FB1
Text Example
Text Example
White with #E97FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E97FB1; }
p { color: rgb(233,127,177); }
H1.HeaderClassName
{
color: #E97FB1;
}
.AnyTagClassName
{
color: #E97FB1;
}
</style>
background-color css
<style>
a { background-color: #E97FB1; }
a { background-color: rgb(233,127,177); }
div.DivClassName
{
background-color: #E97FB1;
}
.BgClassName
{
background-color: #E97FB1;
}
</style>
border-color css
<style>
span { border-color: #E97FB1; }
span { border-color: rgb(233,127,177); }
td.TdClassName
{
border-color: #E97FB1;
}
.TagClassName
{
border-color: #E97FB1;
}
</style>