Shades of Pale Violet Red #E973A6
Tints of Pale Violet Red #E973A6
RGB
CMYK
RGB Variations
Color information
#E973A6 (or 0xE973A6) is known color: Pale Violet Red. HEX triplet: E9, 73 and A6. RGB value is (233,115,166). Sum of RGB (Red+Green+Blue) = 233+115+166=514 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.33% from 514); Green value is 115 (45.31% from 255 or 22.37% from 514); Blue value is 166 (65.23% from 255 or 32.30% from 514); Max value from RGB is 233 - color contains mainly: red. Hex color #E973A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E973A6 is #168C59. Grayscale: #9C9C9C. Windows color (decimal): -1477722 or 10908649. OLE color: 10908649.
HSL color Cylindrical-coordinate representation of color #E973A6: hue angle of 334.07º 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 #E973A6 is Cyan = 0, Magento = 0.51, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 115 | 166 | - |
| CMYK | 0 | 0.51 | 0.29 | 0.09 |
| HSL | 334.07º | 0.73% | 0.68% | - |
| HSV(B) | 334.07º | 0.51% | 0.91% | - |
| XYZ | 46.62 | 32.34 | 39.86 | - |
| YUV | 156.1 | 133.59 | 182.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 115 | 166 | 0 | 0.51 | 0.29 | 0.09 | 334.07 | 0.73 | 0.68 |
| Hex | E9 | 73 | A6 | 0 | 33 | 1D | 9 | 14E | 49 | 44 |
| Octal | 351 | 163 | 246 | 0 | 63 | 35 | 11 | 516 | 111 | 104 |
| Binary | 11101001 | 1110011 | 10100110 | 0 | 110011 | 11101 | 1001 | 101001110 | 1001001 | 1000100 |
Color Harmonies of #E973A6
Complementary color
Monochromatic Colors of #E973A6
Black with #E973A6
Text Example
Text Example
White with #E973A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E973A6; }
p { color: rgb(233,115,166); }
H1.HeaderClassName
{
color: #E973A6;
}
.AnyTagClassName
{
color: #E973A6;
}
</style>
background-color css
<style>
a { background-color: #E973A6; }
a { background-color: rgb(233,115,166); }
div.DivClassName
{
background-color: #E973A6;
}
.BgClassName
{
background-color: #E973A6;
}
</style>
border-color css
<style>
span { border-color: #E973A6; }
span { border-color: rgb(233,115,166); }
td.TdClassName
{
border-color: #E973A6;
}
.TagClassName
{
border-color: #E973A6;
}
</style>