Shades of Pale Violet Red #E76CA4
Tints of Pale Violet Red #E76CA4
RGB
CMYK
RGB Variations
Color information
#E76CA4 (or 0xE76CA4) is known color: Pale Violet Red. HEX triplet: E7, 6C and A4. RGB value is (231,108,164). Sum of RGB (Red+Green+Blue) = 231+108+164=503 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.92% from 503); Green value is 108 (42.58% from 255 or 21.47% from 503); Blue value is 164 (64.45% from 255 or 32.60% from 503); Max value from RGB is 231 - color contains mainly: red. Hex color #E76CA4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76CA4 is #18935B. Grayscale: #979797. Windows color (decimal): -1610588 or 10775783. OLE color: 10775783.
HSL color Cylindrical-coordinate representation of color #E76CA4: hue angle of 332.68º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E76CA4 is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 108 | 164 | - |
| CMYK | 0 | 0.53 | 0.29 | 0.09 |
| HSL | 332.68º | 0.72% | 0.66% | - |
| HSV(B) | 332.68º | 0.53% | 0.91% | - |
| XYZ | 45.02 | 30.39 | 38.62 | - |
| YUV | 151.16 | 135.25 | 184.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 108 | 164 | 0 | 0.53 | 0.29 | 0.09 | 332.68 | 0.72 | 0.66 |
| Hex | E7 | 6C | A4 | 0 | 35 | 1D | 9 | 14D | 48 | 42 |
| Octal | 347 | 154 | 244 | 0 | 65 | 35 | 11 | 515 | 110 | 102 |
| Binary | 11100111 | 1101100 | 10100100 | 0 | 110101 | 11101 | 1001 | 101001101 | 1001000 | 1000010 |
Color Harmonies of #E76CA4
Complementary color
Monochromatic Colors of #E76CA4
Black with #E76CA4
Text Example
Text Example
White with #E76CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76CA4; }
p { color: rgb(231,108,164); }
H1.HeaderClassName
{
color: #E76CA4;
}
.AnyTagClassName
{
color: #E76CA4;
}
</style>
background-color css
<style>
a { background-color: #E76CA4; }
a { background-color: rgb(231,108,164); }
div.DivClassName
{
background-color: #E76CA4;
}
.BgClassName
{
background-color: #E76CA4;
}
</style>
border-color css
<style>
span { border-color: #E76CA4; }
span { border-color: rgb(231,108,164); }
td.TdClassName
{
border-color: #E76CA4;
}
.TagClassName
{
border-color: #E76CA4;
}
</style>