Shades of Persian Pink #E973B6
Tints of Persian Pink #E973B6
RGB
CMYK
RGB Variations
Color information
#E973B6 (or 0xE973B6) is known color: Persian Pink. HEX triplet: E9, 73 and B6. RGB value is (233,115,182). Sum of RGB (Red+Green+Blue) = 233+115+182=530 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.96% from 530); Green value is 115 (45.31% from 255 or 21.70% from 530); Blue value is 182 (71.48% from 255 or 34.34% from 530); Max value from RGB is 233 - color contains mainly: red. Hex color #E973B6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E973B6 is #168C49. Grayscale: #9D9D9D. Windows color (decimal): -1477706 or 11957225. OLE color: 11957225.
HSL color Cylindrical-coordinate representation of color #E973B6: hue angle of 325.93º 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 #E973B6 is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 115 | 182 | - |
| CMYK | 0 | 0.51 | 0.22 | 0.09 |
| HSL | 325.93º | 0.73% | 0.68% | - |
| HSV(B) | 325.93º | 0.51% | 0.91% | - |
| XYZ | 48.18 | 32.96 | 48.08 | - |
| YUV | 157.92 | 141.59 | 181.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 115 | 182 | 0 | 0.51 | 0.22 | 0.09 | 325.93 | 0.73 | 0.68 |
| Hex | E9 | 73 | B6 | 0 | 33 | 16 | 9 | 146 | 49 | 44 |
| Octal | 351 | 163 | 266 | 0 | 63 | 26 | 11 | 506 | 111 | 104 |
| Binary | 11101001 | 1110011 | 10110110 | 0 | 110011 | 10110 | 1001 | 101000110 | 1001001 | 1000100 |
Color Harmonies of #E973B6
Complementary color
Monochromatic Colors of #E973B6
Black with #E973B6
Text Example
Text Example
White with #E973B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E973B6; }
p { color: rgb(233,115,182); }
H1.HeaderClassName
{
color: #E973B6;
}
.AnyTagClassName
{
color: #E973B6;
}
</style>
background-color css
<style>
a { background-color: #E973B6; }
a { background-color: rgb(233,115,182); }
div.DivClassName
{
background-color: #E973B6;
}
.BgClassName
{
background-color: #E973B6;
}
</style>
border-color css
<style>
span { border-color: #E973B6; }
span { border-color: rgb(233,115,182); }
td.TdClassName
{
border-color: #E973B6;
}
.TagClassName
{
border-color: #E973B6;
}
</style>