Shades of Pale Violet Red #E972A3
Tints of Pale Violet Red #E972A3
RGB
CMYK
RGB Variations
Color information
#E972A3 (or 0xE972A3) is known color: Pale Violet Red. HEX triplet: E9, 72 and A3. RGB value is (233,114,163). Sum of RGB (Red+Green+Blue) = 233+114+163=510 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.69% from 510); Green value is 114 (44.92% from 255 or 22.35% from 510); Blue value is 163 (64.06% from 255 or 31.96% from 510); Max value from RGB is 233 - color contains mainly: red. Hex color #E972A3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E972A3 is #168D5C. Grayscale: #9B9B9B. Windows color (decimal): -1477981 or 10711785. OLE color: 10711785.
HSL color Cylindrical-coordinate representation of color #E972A3: hue angle of 335.29º 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 #E972A3 is Cyan = 0, Magento = 0.51, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 114 | 163 | - |
| CMYK | 0 | 0.51 | 0.30 | 0.09 |
| HSL | 335.29º | 0.73% | 0.68% | - |
| HSV(B) | 335.29º | 0.51% | 0.91% | - |
| XYZ | 46.23 | 32 | 38.39 | - |
| YUV | 155.17 | 132.42 | 183.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 114 | 163 | 0 | 0.51 | 0.30 | 0.09 | 335.29 | 0.73 | 0.68 |
| Hex | E9 | 72 | A3 | 0 | 33 | 1E | 9 | 14F | 49 | 44 |
| Octal | 351 | 162 | 243 | 0 | 63 | 36 | 11 | 517 | 111 | 104 |
| Binary | 11101001 | 1110010 | 10100011 | 0 | 110011 | 11110 | 1001 | 101001111 | 1001001 | 1000100 |
Color Harmonies of #E972A3
Complementary color
Monochromatic Colors of #E972A3
Black with #E972A3
Text Example
Text Example
White with #E972A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E972A3; }
p { color: rgb(233,114,163); }
H1.HeaderClassName
{
color: #E972A3;
}
.AnyTagClassName
{
color: #E972A3;
}
</style>
background-color css
<style>
a { background-color: #E972A3; }
a { background-color: rgb(233,114,163); }
div.DivClassName
{
background-color: #E972A3;
}
.BgClassName
{
background-color: #E972A3;
}
</style>
border-color css
<style>
span { border-color: #E972A3; }
span { border-color: rgb(233,114,163); }
td.TdClassName
{
border-color: #E972A3;
}
.TagClassName
{
border-color: #E972A3;
}
</style>