Shades of Persian Pink #E97AB2
Tints of Persian Pink #E97AB2
RGB
CMYK
RGB Variations
Color information
#E97AB2 (or 0xE97AB2) is known color: Persian Pink. HEX triplet: E9, 7A and B2. RGB value is (233,122,178). Sum of RGB (Red+Green+Blue) = 233+122+178=533 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.71% from 533); Green value is 122 (48.05% from 255 or 22.89% from 533); Blue value is 178 (69.92% from 255 or 33.40% from 533); Max value from RGB is 233 - color contains mainly: red. Hex color #E97AB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E97AB2 is #16854D. Grayscale: #A1A1A1. Windows color (decimal): -1475918 or 11696873. OLE color: 11696873.
HSL color Cylindrical-coordinate representation of color #E97AB2: hue angle of 329.73º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E97AB2 is Cyan = 0, Magento = 0.48, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 122 | 178 | - |
| CMYK | 0 | 0.48 | 0.24 | 0.09 |
| HSL | 329.73º | 0.72% | 0.7% | - |
| HSV(B) | 329.73º | 0.48% | 0.91% | - |
| XYZ | 48.6 | 34.46 | 46.21 | - |
| YUV | 161.57 | 137.27 | 178.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 122 | 178 | 0 | 0.48 | 0.24 | 0.09 | 329.73 | 0.72 | 0.7 |
| Hex | E9 | 7A | B2 | 0 | 30 | 18 | 9 | 14A | 48 | 46 |
| Octal | 351 | 172 | 262 | 0 | 60 | 30 | 11 | 512 | 110 | 106 |
| Binary | 11101001 | 1111010 | 10110010 | 0 | 110000 | 11000 | 1001 | 101001010 | 1001000 | 1000110 |
Color Harmonies of #E97AB2
Complementary color
Monochromatic Colors of #E97AB2
Black with #E97AB2
Text Example
Text Example
White with #E97AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E97AB2; }
p { color: rgb(233,122,178); }
H1.HeaderClassName
{
color: #E97AB2;
}
.AnyTagClassName
{
color: #E97AB2;
}
</style>
background-color css
<style>
a { background-color: #E97AB2; }
a { background-color: rgb(233,122,178); }
div.DivClassName
{
background-color: #E97AB2;
}
.BgClassName
{
background-color: #E97AB2;
}
</style>
border-color css
<style>
span { border-color: #E97AB2; }
span { border-color: rgb(233,122,178); }
td.TdClassName
{
border-color: #E97AB2;
}
.TagClassName
{
border-color: #E97AB2;
}
</style>