Shades of Pale Violet Red #E972A7
Tints of Pale Violet Red #E972A7
RGB
CMYK
RGB Variations
Color information
#E972A7 (or 0xE972A7) is known color: Pale Violet Red. HEX triplet: E9, 72 and A7. RGB value is (233,114,167). Sum of RGB (Red+Green+Blue) = 233+114+167=514 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.33% from 514); Green value is 114 (44.92% from 255 or 22.18% from 514); Blue value is 167 (65.62% from 255 or 32.49% from 514); Max value from RGB is 233 - color contains mainly: red. Hex color #E972A7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E972A7 is #168D58. Grayscale: #9B9B9B. Windows color (decimal): -1477977 or 10973929. OLE color: 10973929.
HSL color Cylindrical-coordinate representation of color #E972A7: hue angle of 333.28º 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 #E972A7 is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 114 | 167 | - |
| CMYK | 0 | 0.51 | 0.28 | 0.09 |
| HSL | 333.28º | 0.73% | 0.68% | - |
| HSV(B) | 333.28º | 0.51% | 0.91% | - |
| XYZ | 46.6 | 32.15 | 40.31 | - |
| YUV | 155.62 | 134.42 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 114 | 167 | 0 | 0.51 | 0.28 | 0.09 | 333.28 | 0.73 | 0.68 |
| Hex | E9 | 72 | A7 | 0 | 33 | 1C | 9 | 14D | 49 | 44 |
| Octal | 351 | 162 | 247 | 0 | 63 | 34 | 11 | 515 | 111 | 104 |
| Binary | 11101001 | 1110010 | 10100111 | 0 | 110011 | 11100 | 1001 | 101001101 | 1001001 | 1000100 |
Color Harmonies of #E972A7
Complementary color
Monochromatic Colors of #E972A7
Black with #E972A7
Text Example
Text Example
White with #E972A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E972A7; }
p { color: rgb(233,114,167); }
H1.HeaderClassName
{
color: #E972A7;
}
.AnyTagClassName
{
color: #E972A7;
}
</style>
background-color css
<style>
a { background-color: #E972A7; }
a { background-color: rgb(233,114,167); }
div.DivClassName
{
background-color: #E972A7;
}
.BgClassName
{
background-color: #E972A7;
}
</style>
border-color css
<style>
span { border-color: #E972A7; }
span { border-color: rgb(233,114,167); }
td.TdClassName
{
border-color: #E972A7;
}
.TagClassName
{
border-color: #E972A7;
}
</style>