Shades of Pale Violet Red #E764A4
Tints of Pale Violet Red #E764A4
RGB
CMYK
RGB Variations
Color information
#E764A4 (or 0xE764A4) is known color: Pale Violet Red. HEX triplet: E7, 64 and A4. RGB value is (231,100,164). Sum of RGB (Red+Green+Blue) = 231+100+164=495 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.67% from 495); Green value is 100 (39.45% from 255 or 20.20% from 495); Blue value is 164 (64.45% from 255 or 33.13% from 495); Max value from RGB is 231 - color contains mainly: red. Hex color #E764A4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E764A4 is #189B5B. Grayscale: #929292. Windows color (decimal): -1612636 or 10773735. OLE color: 10773735.
HSL color Cylindrical-coordinate representation of color #E764A4: hue angle of 330.69º 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 #E764A4 is Cyan = 0, Magento = 0.57, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 100 | 164 | - |
| CMYK | 0 | 0.57 | 0.29 | 0.09 |
| HSL | 330.69º | 0.73% | 0.65% | - |
| HSV(B) | 330.69º | 0.57% | 0.91% | - |
| XYZ | 44.21 | 28.78 | 38.35 | - |
| YUV | 146.47 | 137.9 | 188.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 100 | 164 | 0 | 0.57 | 0.29 | 0.09 | 330.69 | 0.73 | 0.65 |
| Hex | E7 | 64 | A4 | 0 | 39 | 1D | 9 | 14B | 49 | 41 |
| Octal | 347 | 144 | 244 | 0 | 71 | 35 | 11 | 513 | 111 | 101 |
| Binary | 11100111 | 1100100 | 10100100 | 0 | 111001 | 11101 | 1001 | 101001011 | 1001001 | 1000001 |
Color Harmonies of #E764A4
Complementary color
Monochromatic Colors of #E764A4
Black with #E764A4
Text Example
Text Example
White with #E764A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E764A4; }
p { color: rgb(231,100,164); }
H1.HeaderClassName
{
color: #E764A4;
}
.AnyTagClassName
{
color: #E764A4;
}
</style>
background-color css
<style>
a { background-color: #E764A4; }
a { background-color: rgb(231,100,164); }
div.DivClassName
{
background-color: #E764A4;
}
.BgClassName
{
background-color: #E764A4;
}
</style>
border-color css
<style>
span { border-color: #E764A4; }
span { border-color: rgb(231,100,164); }
td.TdClassName
{
border-color: #E764A4;
}
.TagClassName
{
border-color: #E764A4;
}
</style>