Shades of Persian Pink #E97BBC
Tints of Persian Pink #E97BBC
RGB
CMYK
RGB Variations
Color information
#E97BBC (or 0xE97BBC) is known color: Persian Pink. HEX triplet: E9, 7B and BC. RGB value is (233,123,188). Sum of RGB (Red+Green+Blue) = 233+123+188=544 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.83% from 544); Green value is 123 (48.44% from 255 or 22.61% from 544); Blue value is 188 (73.83% from 255 or 34.56% from 544); Max value from RGB is 233 - color contains mainly: red. Hex color #E97BBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E97BBC is #168443. Grayscale: #A3A3A3. Windows color (decimal): -1475652 or 12352489. OLE color: 12352489.
HSL color Cylindrical-coordinate representation of color #E97BBC: hue angle of 324.55º 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 #E97BBC is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 123 | 188 | - |
| CMYK | 0 | 0.47 | 0.19 | 0.09 |
| HSL | 324.55º | 0.71% | 0.7% | - |
| HSV(B) | 324.55º | 0.47% | 0.91% | - |
| XYZ | 49.76 | 35.12 | 51.73 | - |
| YUV | 163.3 | 141.94 | 177.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 123 | 188 | 0 | 0.47 | 0.19 | 0.09 | 324.55 | 0.71 | 0.7 |
| Hex | E9 | 7B | BC | 0 | 2F | 13 | 9 | 145 | 47 | 46 |
| Octal | 351 | 173 | 274 | 0 | 57 | 23 | 11 | 505 | 107 | 106 |
| Binary | 11101001 | 1111011 | 10111100 | 0 | 101111 | 10011 | 1001 | 101000101 | 1000111 | 1000110 |
Color Harmonies of #E97BBC
Complementary color
Monochromatic Colors of #E97BBC
Black with #E97BBC
Text Example
Text Example
White with #E97BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E97BBC; }
p { color: rgb(233,123,188); }
H1.HeaderClassName
{
color: #E97BBC;
}
.AnyTagClassName
{
color: #E97BBC;
}
</style>
background-color css
<style>
a { background-color: #E97BBC; }
a { background-color: rgb(233,123,188); }
div.DivClassName
{
background-color: #E97BBC;
}
.BgClassName
{
background-color: #E97BBC;
}
</style>
border-color css
<style>
span { border-color: #E97BBC; }
span { border-color: rgb(233,123,188); }
td.TdClassName
{
border-color: #E97BBC;
}
.TagClassName
{
border-color: #E97BBC;
}
</style>