Shades of Pale Violet Red #E764A0
Tints of Pale Violet Red #E764A0
RGB
CMYK
RGB Variations
Color information
#E764A0 (or 0xE764A0) is known color: Pale Violet Red. HEX triplet: E7, 64 and A0. RGB value is (231,100,160). Sum of RGB (Red+Green+Blue) = 231+100+160=491 (65% of max value = 765). Red value is 231 (90.62% from 255 or 47.05% from 491); Green value is 100 (39.45% from 255 or 20.37% from 491); Blue value is 160 (62.89% from 255 or 32.59% from 491); Max value from RGB is 231 - color contains mainly: red. Hex color #E764A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E764A0 is #189B5F. Grayscale: #919191. Windows color (decimal): -1612640 or 10511591. OLE color: 10511591.
HSL color Cylindrical-coordinate representation of color #E764A0: hue angle of 332.52º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E764A0 is Cyan = 0, Magento = 0.57, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 100 | 160 | - |
| CMYK | 0 | 0.57 | 0.31 | 0.09 |
| HSL | 332.52º | 0.73% | 0.65% | - |
| HSV(B) | 332.52º | 0.57% | 0.91% | - |
| XYZ | 43.86 | 28.64 | 36.47 | - |
| YUV | 146.01 | 135.9 | 188.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 100 | 160 | 0 | 0.57 | 0.31 | 0.09 | 332.52 | 0.73 | 0.65 |
| Hex | E7 | 64 | A0 | 0 | 39 | 1F | 9 | 14D | 49 | 41 |
| Octal | 347 | 144 | 240 | 0 | 71 | 37 | 11 | 515 | 111 | 101 |
| Binary | 11100111 | 1100100 | 10100000 | 0 | 111001 | 11111 | 1001 | 101001101 | 1001001 | 1000001 |
Color Harmonies of #E764A0
Complementary color
Monochromatic Colors of #E764A0
Black with #E764A0
Text Example
Text Example
White with #E764A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E764A0; }
p { color: rgb(231,100,160); }
H1.HeaderClassName
{
color: #E764A0;
}
.AnyTagClassName
{
color: #E764A0;
}
</style>
background-color css
<style>
a { background-color: #E764A0; }
a { background-color: rgb(231,100,160); }
div.DivClassName
{
background-color: #E764A0;
}
.BgClassName
{
background-color: #E764A0;
}
</style>
border-color css
<style>
span { border-color: #E764A0; }
span { border-color: rgb(231,100,160); }
td.TdClassName
{
border-color: #E764A0;
}
.TagClassName
{
border-color: #E764A0;
}
</style>