Shades of Persian Pink #E973B1
Tints of Persian Pink #E973B1
RGB
CMYK
RGB Variations
Color information
#E973B1 (or 0xE973B1) is known color: Persian Pink. HEX triplet: E9, 73 and B1. RGB value is (233,115,177). Sum of RGB (Red+Green+Blue) = 233+115+177=525 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.38% from 525); Green value is 115 (45.31% from 255 or 21.90% from 525); Blue value is 177 (69.53% from 255 or 33.71% from 525); Max value from RGB is 233 - color contains mainly: red. Hex color #E973B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E973B1 is #168C4E. Grayscale: #9D9D9D. Windows color (decimal): -1477711 or 11629545. OLE color: 11629545.
HSL color Cylindrical-coordinate representation of color #E973B1: hue angle of 328.47º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E973B1 is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 115 | 177 | - |
| CMYK | 0 | 0.51 | 0.24 | 0.09 |
| HSL | 328.47º | 0.73% | 0.68% | - |
| HSV(B) | 328.47º | 0.51% | 0.91% | - |
| XYZ | 47.67 | 32.76 | 45.41 | - |
| YUV | 157.35 | 139.09 | 181.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 115 | 177 | 0 | 0.51 | 0.24 | 0.09 | 328.47 | 0.73 | 0.68 |
| Hex | E9 | 73 | B1 | 0 | 33 | 18 | 9 | 148 | 49 | 44 |
| Octal | 351 | 163 | 261 | 0 | 63 | 30 | 11 | 510 | 111 | 104 |
| Binary | 11101001 | 1110011 | 10110001 | 0 | 110011 | 11000 | 1001 | 101001000 | 1001001 | 1000100 |
Color Harmonies of #E973B1
Complementary color
Monochromatic Colors of #E973B1
Black with #E973B1
Text Example
Text Example
White with #E973B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E973B1; }
p { color: rgb(233,115,177); }
H1.HeaderClassName
{
color: #E973B1;
}
.AnyTagClassName
{
color: #E973B1;
}
</style>
background-color css
<style>
a { background-color: #E973B1; }
a { background-color: rgb(233,115,177); }
div.DivClassName
{
background-color: #E973B1;
}
.BgClassName
{
background-color: #E973B1;
}
</style>
border-color css
<style>
span { border-color: #E973B1; }
span { border-color: rgb(233,115,177); }
td.TdClassName
{
border-color: #E973B1;
}
.TagClassName
{
border-color: #E973B1;
}
</style>