Shades of Pale Violet Red #E76A94
Tints of Pale Violet Red #E76A94
RGB
CMYK
RGB Variations
Color information
#E76A94 (or 0xE76A94) is known color: Pale Violet Red. HEX triplet: E7, 6A and 94. RGB value is (231,106,148). Sum of RGB (Red+Green+Blue) = 231+106+148=485 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.63% from 485); Green value is 106 (41.80% from 255 or 21.86% from 485); Blue value is 148 (58.20% from 255 or 30.52% from 485); Max value from RGB is 231 - color contains mainly: red. Hex color #E76A94 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76A94 is #18956B. Grayscale: #949494. Windows color (decimal): -1611116 or 9726695. OLE color: 9726695.
HSL color Cylindrical-coordinate representation of color #E76A94: hue angle of 339.84º 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 #E76A94 is Cyan = 0, Magento = 0.54, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 106 | 148 | - |
| CMYK | 0 | 0.54 | 0.36 | 0.09 |
| HSL | 339.84º | 0.72% | 0.66% | - |
| HSV(B) | 339.84º | 0.54% | 0.91% | - |
| XYZ | 43.45 | 29.44 | 31.41 | - |
| YUV | 148.16 | 127.91 | 187.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 106 | 148 | 0 | 0.54 | 0.36 | 0.09 | 339.84 | 0.72 | 0.66 |
| Hex | E7 | 6A | 94 | 0 | 36 | 24 | 9 | 154 | 48 | 42 |
| Octal | 347 | 152 | 224 | 0 | 66 | 44 | 11 | 524 | 110 | 102 |
| Binary | 11100111 | 1101010 | 10010100 | 0 | 110110 | 100100 | 1001 | 101010100 | 1001000 | 1000010 |
Color Harmonies of #E76A94
Complementary color
Monochromatic Colors of #E76A94
Black with #E76A94
Text Example
Text Example
White with #E76A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76A94; }
p { color: rgb(231,106,148); }
H1.HeaderClassName
{
color: #E76A94;
}
.AnyTagClassName
{
color: #E76A94;
}
</style>
background-color css
<style>
a { background-color: #E76A94; }
a { background-color: rgb(231,106,148); }
div.DivClassName
{
background-color: #E76A94;
}
.BgClassName
{
background-color: #E76A94;
}
</style>
border-color css
<style>
span { border-color: #E76A94; }
span { border-color: rgb(231,106,148); }
td.TdClassName
{
border-color: #E76A94;
}
.TagClassName
{
border-color: #E76A94;
}
</style>