Shades of Persian Pink #E97BAE
Tints of Persian Pink #E97BAE
RGB
CMYK
RGB Variations
Color information
#E97BAE (or 0xE97BAE) is known color: Persian Pink. HEX triplet: E9, 7B and AE. RGB value is (233,123,174). Sum of RGB (Red+Green+Blue) = 233+123+174=530 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.96% from 530); Green value is 123 (48.44% from 255 or 23.21% from 530); Blue value is 174 (68.36% from 255 or 32.83% from 530); Max value from RGB is 233 - color contains mainly: red. Hex color #E97BAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E97BAE is #168451. Grayscale: #A1A1A1. Windows color (decimal): -1475666 or 11434985. OLE color: 11434985.
HSL color Cylindrical-coordinate representation of color #E97BAE: hue angle of 332.18º 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 #E97BAE is Cyan = 0, Magento = 0.47, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 123 | 174 | - |
| CMYK | 0 | 0.47 | 0.25 | 0.09 |
| HSL | 332.18º | 0.71% | 0.7% | - |
| HSV(B) | 332.18º | 0.47% | 0.91% | - |
| XYZ | 48.33 | 34.55 | 44.17 | - |
| YUV | 161.7 | 134.94 | 178.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 123 | 174 | 0 | 0.47 | 0.25 | 0.09 | 332.18 | 0.71 | 0.7 |
| Hex | E9 | 7B | AE | 0 | 2F | 19 | 9 | 14C | 47 | 46 |
| Octal | 351 | 173 | 256 | 0 | 57 | 31 | 11 | 514 | 107 | 106 |
| Binary | 11101001 | 1111011 | 10101110 | 0 | 101111 | 11001 | 1001 | 101001100 | 1000111 | 1000110 |
Color Harmonies of #E97BAE
Complementary color
Monochromatic Colors of #E97BAE
Black with #E97BAE
Text Example
Text Example
White with #E97BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E97BAE; }
p { color: rgb(233,123,174); }
H1.HeaderClassName
{
color: #E97BAE;
}
.AnyTagClassName
{
color: #E97BAE;
}
</style>
background-color css
<style>
a { background-color: #E97BAE; }
a { background-color: rgb(233,123,174); }
div.DivClassName
{
background-color: #E97BAE;
}
.BgClassName
{
background-color: #E97BAE;
}
</style>
border-color css
<style>
span { border-color: #E97BAE; }
span { border-color: rgb(233,123,174); }
td.TdClassName
{
border-color: #E97BAE;
}
.TagClassName
{
border-color: #E97BAE;
}
</style>