Shades of Pale Violet Red #E76698
Tints of Pale Violet Red #E76698
RGB
CMYK
RGB Variations
Color information
#E76698 (or 0xE76698) is known color: Pale Violet Red. HEX triplet: E7, 66 and 98. RGB value is (231,102,152). Sum of RGB (Red+Green+Blue) = 231+102+152=485 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.63% from 485); Green value is 102 (40.23% from 255 or 21.03% from 485); Blue value is 152 (59.77% from 255 or 31.34% from 485); Max value from RGB is 231 - color contains mainly: red. Hex color #E76698 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76698 is #189967. Grayscale: #929292. Windows color (decimal): -1612136 or 9987815. OLE color: 9987815.
HSL color Cylindrical-coordinate representation of color #E76698: hue angle of 336.74º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E76698 is Cyan = 0, Magento = 0.56, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 102 | 152 | - |
| CMYK | 0 | 0.56 | 0.34 | 0.09 |
| HSL | 336.74º | 0.73% | 0.65% | - |
| HSV(B) | 336.74º | 0.56% | 0.91% | - |
| XYZ | 43.37 | 28.76 | 32.97 | - |
| YUV | 146.27 | 131.24 | 188.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 102 | 152 | 0 | 0.56 | 0.34 | 0.09 | 336.74 | 0.73 | 0.65 |
| Hex | E7 | 66 | 98 | 0 | 38 | 22 | 9 | 151 | 49 | 41 |
| Octal | 347 | 146 | 230 | 0 | 70 | 42 | 11 | 521 | 111 | 101 |
| Binary | 11100111 | 1100110 | 10011000 | 0 | 111000 | 100010 | 1001 | 101010001 | 1001001 | 1000001 |
Color Harmonies of #E76698
Complementary color
Monochromatic Colors of #E76698
Black with #E76698
Text Example
Text Example
White with #E76698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76698; }
p { color: rgb(231,102,152); }
H1.HeaderClassName
{
color: #E76698;
}
.AnyTagClassName
{
color: #E76698;
}
</style>
background-color css
<style>
a { background-color: #E76698; }
a { background-color: rgb(231,102,152); }
div.DivClassName
{
background-color: #E76698;
}
.BgClassName
{
background-color: #E76698;
}
</style>
border-color css
<style>
span { border-color: #E76698; }
span { border-color: rgb(231,102,152); }
td.TdClassName
{
border-color: #E76698;
}
.TagClassName
{
border-color: #E76698;
}
</style>