Shades of Pale Violet Red #E973A3
Tints of Pale Violet Red #E973A3
RGB
CMYK
RGB Variations
Color information
#E973A3 (or 0xE973A3) is known color: Pale Violet Red. HEX triplet: E9, 73 and A3. RGB value is (233,115,163). Sum of RGB (Red+Green+Blue) = 233+115+163=511 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.60% from 511); Green value is 115 (45.31% from 255 or 22.50% from 511); Blue value is 163 (64.06% from 255 or 31.90% from 511); Max value from RGB is 233 - color contains mainly: red. Hex color #E973A3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E973A3 is #168C5C. Grayscale: #9B9B9B. Windows color (decimal): -1477725 or 10712041. OLE color: 10712041.
HSL color Cylindrical-coordinate representation of color #E973A3: hue angle of 335.59º 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 #E973A3 is Cyan = 0, Magento = 0.51, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 115 | 163 | - |
| CMYK | 0 | 0.51 | 0.30 | 0.09 |
| HSL | 335.59º | 0.73% | 0.68% | - |
| HSV(B) | 335.59º | 0.51% | 0.91% | - |
| XYZ | 46.35 | 32.23 | 38.43 | - |
| YUV | 155.75 | 132.09 | 183.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 115 | 163 | 0 | 0.51 | 0.30 | 0.09 | 335.59 | 0.73 | 0.68 |
| Hex | E9 | 73 | A3 | 0 | 33 | 1E | 9 | 150 | 49 | 44 |
| Octal | 351 | 163 | 243 | 0 | 63 | 36 | 11 | 520 | 111 | 104 |
| Binary | 11101001 | 1110011 | 10100011 | 0 | 110011 | 11110 | 1001 | 101010000 | 1001001 | 1000100 |
Color Harmonies of #E973A3
Complementary color
Monochromatic Colors of #E973A3
Black with #E973A3
Text Example
Text Example
White with #E973A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E973A3; }
p { color: rgb(233,115,163); }
H1.HeaderClassName
{
color: #E973A3;
}
.AnyTagClassName
{
color: #E973A3;
}
</style>
background-color css
<style>
a { background-color: #E973A3; }
a { background-color: rgb(233,115,163); }
div.DivClassName
{
background-color: #E973A3;
}
.BgClassName
{
background-color: #E973A3;
}
</style>
border-color css
<style>
span { border-color: #E973A3; }
span { border-color: rgb(233,115,163); }
td.TdClassName
{
border-color: #E973A3;
}
.TagClassName
{
border-color: #E973A3;
}
</style>