Shades of Persian Pink #E97BAF
Tints of Persian Pink #E97BAF
RGB
CMYK
RGB Variations
Color information
#E97BAF (or 0xE97BAF) is known color: Persian Pink. HEX triplet: E9, 7B and AF. RGB value is (233,123,175). Sum of RGB (Red+Green+Blue) = 233+123+175=531 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.88% from 531); Green value is 123 (48.44% from 255 or 23.16% from 531); Blue value is 175 (68.75% from 255 or 32.96% from 531); Max value from RGB is 233 - color contains mainly: red. Hex color #E97BAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E97BAF is #168450. Grayscale: #A1A1A1. Windows color (decimal): -1475665 or 11500521. OLE color: 11500521.
HSL color Cylindrical-coordinate representation of color #E97BAF: hue angle of 331.64º 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 #E97BAF is Cyan = 0, Magento = 0.47, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 123 | 175 | - |
| CMYK | 0 | 0.47 | 0.25 | 0.09 |
| HSL | 331.64º | 0.71% | 0.7% | - |
| HSV(B) | 331.64º | 0.47% | 0.91% | - |
| XYZ | 48.43 | 34.58 | 44.68 | - |
| YUV | 161.82 | 135.44 | 178.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 123 | 175 | 0 | 0.47 | 0.25 | 0.09 | 331.64 | 0.71 | 0.7 |
| Hex | E9 | 7B | AF | 0 | 2F | 19 | 9 | 14C | 47 | 46 |
| Octal | 351 | 173 | 257 | 0 | 57 | 31 | 11 | 514 | 107 | 106 |
| Binary | 11101001 | 1111011 | 10101111 | 0 | 101111 | 11001 | 1001 | 101001100 | 1000111 | 1000110 |
Color Harmonies of #E97BAF
Complementary color
Monochromatic Colors of #E97BAF
Black with #E97BAF
Text Example
Text Example
White with #E97BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E97BAF; }
p { color: rgb(233,123,175); }
H1.HeaderClassName
{
color: #E97BAF;
}
.AnyTagClassName
{
color: #E97BAF;
}
</style>
background-color css
<style>
a { background-color: #E97BAF; }
a { background-color: rgb(233,123,175); }
div.DivClassName
{
background-color: #E97BAF;
}
.BgClassName
{
background-color: #E97BAF;
}
</style>
border-color css
<style>
span { border-color: #E97BAF; }
span { border-color: rgb(233,123,175); }
td.TdClassName
{
border-color: #E97BAF;
}
.TagClassName
{
border-color: #E97BAF;
}
</style>