Shades of Pale Violet Red #E971A1
Tints of Pale Violet Red #E971A1
RGB
CMYK
RGB Variations
Color information
#E971A1 (or 0xE971A1) is known color: Pale Violet Red. HEX triplet: E9, 71 and A1. RGB value is (233,113,161). Sum of RGB (Red+Green+Blue) = 233+113+161=507 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.96% from 507); Green value is 113 (44.53% from 255 or 22.29% from 507); Blue value is 161 (63.28% from 255 or 31.76% from 507); Max value from RGB is 233 - color contains mainly: red. Hex color #E971A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E971A1 is #168E5E. Grayscale: #9A9A9A. Windows color (decimal): -1478239 or 10580457. OLE color: 10580457.
HSL color Cylindrical-coordinate representation of color #E971A1: hue angle of 336º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E971A1 is Cyan = 0, Magento = 0.52, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 113 | 161 | - |
| CMYK | 0 | 0.52 | 0.31 | 0.09 |
| HSL | 336º | 0.73% | 0.68% | - |
| HSV(B) | 336º | 0.52% | 0.91% | - |
| XYZ | 45.94 | 31.71 | 37.42 | - |
| YUV | 154.35 | 131.76 | 184.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 113 | 161 | 0 | 0.52 | 0.31 | 0.09 | 336 | 0.73 | 0.68 |
| Hex | E9 | 71 | A1 | 0 | 34 | 1F | 9 | 150 | 49 | 44 |
| Octal | 351 | 161 | 241 | 0 | 64 | 37 | 11 | 520 | 111 | 104 |
| Binary | 11101001 | 1110001 | 10100001 | 0 | 110100 | 11111 | 1001 | 101010000 | 1001001 | 1000100 |
Color Harmonies of #E971A1
Complementary color
Monochromatic Colors of #E971A1
Black with #E971A1
Text Example
Text Example
White with #E971A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E971A1; }
p { color: rgb(233,113,161); }
H1.HeaderClassName
{
color: #E971A1;
}
.AnyTagClassName
{
color: #E971A1;
}
</style>
background-color css
<style>
a { background-color: #E971A1; }
a { background-color: rgb(233,113,161); }
div.DivClassName
{
background-color: #E971A1;
}
.BgClassName
{
background-color: #E971A1;
}
</style>
border-color css
<style>
span { border-color: #E971A1; }
span { border-color: rgb(233,113,161); }
td.TdClassName
{
border-color: #E971A1;
}
.TagClassName
{
border-color: #E971A1;
}
</style>