Shades of Pale Violet Red #E8689E
Tints of Pale Violet Red #E8689E
RGB
CMYK
RGB Variations
Color information
#E8689E (or 0xE8689E) is known color: Pale Violet Red. HEX triplet: E8, 68 and 9E. RGB value is (232,104,158). Sum of RGB (Red+Green+Blue) = 232+104+158=494 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.96% from 494); Green value is 104 (41.02% from 255 or 21.05% from 494); Blue value is 158 (62.11% from 255 or 31.98% from 494); Max value from RGB is 232 - color contains mainly: red. Hex color #E8689E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E8689E is #179761. Grayscale: #949494. Windows color (decimal): -1546082 or 10381544. OLE color: 10381544.
HSL color Cylindrical-coordinate representation of color #E8689E: hue angle of 334.69º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E8689E is Cyan = 0, Magento = 0.55, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 104 | 158 | - |
| CMYK | 0 | 0.55 | 0.32 | 0.09 |
| HSL | 334.69º | 0.74% | 0.66% | - |
| HSV(B) | 334.69º | 0.55% | 0.91% | - |
| XYZ | 44.4 | 29.53 | 35.71 | - |
| YUV | 148.43 | 133.41 | 187.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 104 | 158 | 0 | 0.55 | 0.32 | 0.09 | 334.69 | 0.74 | 0.66 |
| Hex | E8 | 68 | 9E | 0 | 37 | 20 | 9 | 14F | 4A | 42 |
| Octal | 350 | 150 | 236 | 0 | 67 | 40 | 11 | 517 | 112 | 102 |
| Binary | 11101000 | 1101000 | 10011110 | 0 | 110111 | 100000 | 1001 | 101001111 | 1001010 | 1000010 |
Color Harmonies of #E8689E
Complementary color
Monochromatic Colors of #E8689E
Black with #E8689E
Text Example
Text Example
White with #E8689E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8689E; }
p { color: rgb(232,104,158); }
H1.HeaderClassName
{
color: #E8689E;
}
.AnyTagClassName
{
color: #E8689E;
}
</style>
background-color css
<style>
a { background-color: #E8689E; }
a { background-color: rgb(232,104,158); }
div.DivClassName
{
background-color: #E8689E;
}
.BgClassName
{
background-color: #E8689E;
}
</style>
border-color css
<style>
span { border-color: #E8689E; }
span { border-color: rgb(232,104,158); }
td.TdClassName
{
border-color: #E8689E;
}
.TagClassName
{
border-color: #E8689E;
}
</style>