Shades of Persian Pink #E97EAD
Tints of Persian Pink #E97EAD
RGB
CMYK
RGB Variations
Color information
#E97EAD (or 0xE97EAD) is known color: Persian Pink. HEX triplet: E9, 7E and AD. RGB value is (233,126,173). Sum of RGB (Red+Green+Blue) = 233+126+173=532 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.80% from 532); Green value is 126 (49.61% from 255 or 23.68% from 532); Blue value is 173 (67.97% from 255 or 32.52% from 532); Max value from RGB is 233 - color contains mainly: red. Hex color #E97EAD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E97EAD is #168152. Grayscale: #A3A3A3. Windows color (decimal): -1474899 or 11370217. OLE color: 11370217.
HSL color Cylindrical-coordinate representation of color #E97EAD: hue angle of 333.64º 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 #E97EAD is Cyan = 0, Magento = 0.46, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 126 | 173 | - |
| CMYK | 0 | 0.46 | 0.26 | 0.09 |
| HSL | 333.64º | 0.71% | 0.7% | - |
| HSV(B) | 333.64º | 0.46% | 0.91% | - |
| XYZ | 48.61 | 35.26 | 43.78 | - |
| YUV | 163.35 | 133.45 | 177.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 126 | 173 | 0 | 0.46 | 0.26 | 0.09 | 333.64 | 0.71 | 0.7 |
| Hex | E9 | 7E | AD | 0 | 2E | 1A | 9 | 14E | 47 | 46 |
| Octal | 351 | 176 | 255 | 0 | 56 | 32 | 11 | 516 | 107 | 106 |
| Binary | 11101001 | 1111110 | 10101101 | 0 | 101110 | 11010 | 1001 | 101001110 | 1000111 | 1000110 |
Color Harmonies of #E97EAD
Complementary color
Monochromatic Colors of #E97EAD
Black with #E97EAD
Text Example
Text Example
White with #E97EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E97EAD; }
p { color: rgb(233,126,173); }
H1.HeaderClassName
{
color: #E97EAD;
}
.AnyTagClassName
{
color: #E97EAD;
}
</style>
background-color css
<style>
a { background-color: #E97EAD; }
a { background-color: rgb(233,126,173); }
div.DivClassName
{
background-color: #E97EAD;
}
.BgClassName
{
background-color: #E97EAD;
}
</style>
border-color css
<style>
span { border-color: #E97EAD; }
span { border-color: rgb(233,126,173); }
td.TdClassName
{
border-color: #E97EAD;
}
.TagClassName
{
border-color: #E97EAD;
}
</style>