Shades of Pale Violet Red #E76BA3
Tints of Pale Violet Red #E76BA3
RGB
CMYK
RGB Variations
Color information
#E76BA3 (or 0xE76BA3) is known color: Pale Violet Red. HEX triplet: E7, 6B and A3. RGB value is (231,107,163). Sum of RGB (Red+Green+Blue) = 231+107+163=501 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.11% from 501); Green value is 107 (42.19% from 255 or 21.36% from 501); Blue value is 163 (64.06% from 255 or 32.53% from 501); Max value from RGB is 231 - color contains mainly: red. Hex color #E76BA3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76BA3 is #18945C. Grayscale: #969696. Windows color (decimal): -1610845 or 10709991. OLE color: 10709991.
HSL color Cylindrical-coordinate representation of color #E76BA3: hue angle of 332.9º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E76BA3 is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 107 | 163 | - |
| CMYK | 0 | 0.54 | 0.29 | 0.09 |
| HSL | 332.9º | 0.72% | 0.66% | - |
| HSV(B) | 332.9º | 0.54% | 0.91% | - |
| XYZ | 44.82 | 30.15 | 38.11 | - |
| YUV | 150.46 | 135.08 | 185.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 107 | 163 | 0 | 0.54 | 0.29 | 0.09 | 332.9 | 0.72 | 0.66 |
| Hex | E7 | 6B | A3 | 0 | 36 | 1D | 9 | 14D | 48 | 42 |
| Octal | 347 | 153 | 243 | 0 | 66 | 35 | 11 | 515 | 110 | 102 |
| Binary | 11100111 | 1101011 | 10100011 | 0 | 110110 | 11101 | 1001 | 101001101 | 1001000 | 1000010 |
Color Harmonies of #E76BA3
Complementary color
Monochromatic Colors of #E76BA3
Black with #E76BA3
Text Example
Text Example
White with #E76BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76BA3; }
p { color: rgb(231,107,163); }
H1.HeaderClassName
{
color: #E76BA3;
}
.AnyTagClassName
{
color: #E76BA3;
}
</style>
background-color css
<style>
a { background-color: #E76BA3; }
a { background-color: rgb(231,107,163); }
div.DivClassName
{
background-color: #E76BA3;
}
.BgClassName
{
background-color: #E76BA3;
}
</style>
border-color css
<style>
span { border-color: #E76BA3; }
span { border-color: rgb(231,107,163); }
td.TdClassName
{
border-color: #E76BA3;
}
.TagClassName
{
border-color: #E76BA3;
}
</style>