Shades of Pale Violet Red #E8689C
Tints of Pale Violet Red #E8689C
RGB
CMYK
RGB Variations
Color information
#E8689C (or 0xE8689C) is known color: Pale Violet Red. HEX triplet: E8, 68 and 9C. RGB value is (232,104,156). Sum of RGB (Red+Green+Blue) = 232+104+156=492 (65% of max value = 765). Red value is 232 (91.02% from 255 or 47.15% from 492); Green value is 104 (41.02% from 255 or 21.14% from 492); Blue value is 156 (61.33% from 255 or 31.71% from 492); Max value from RGB is 232 - color contains mainly: red. Hex color #E8689C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E8689C is #179763. Grayscale: #949494. Windows color (decimal): -1546084 or 10250472. OLE color: 10250472.
HSL color Cylindrical-coordinate representation of color #E8689C: hue angle of 335.62º 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 #E8689C is Cyan = 0, Magento = 0.55, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 104 | 156 | - |
| CMYK | 0 | 0.55 | 0.33 | 0.09 |
| HSL | 335.63º | 0.74% | 0.66% | - |
| HSV(B) | 335.63º | 0.55% | 0.91% | - |
| XYZ | 44.23 | 29.46 | 34.81 | - |
| YUV | 148.2 | 132.41 | 187.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 104 | 156 | 0 | 0.55 | 0.33 | 0.09 | 335.63 | 0.74 | 0.66 |
| Hex | E8 | 68 | 9C | 0 | 37 | 21 | 9 | 150 | 4A | 42 |
| Octal | 350 | 150 | 234 | 0 | 67 | 41 | 11 | 520 | 112 | 102 |
| Binary | 11101000 | 1101000 | 10011100 | 0 | 110111 | 100001 | 1001 | 101010000 | 1001010 | 1000010 |
Color Harmonies of #E8689C
Complementary color
Monochromatic Colors of #E8689C
Black with #E8689C
Text Example
Text Example
White with #E8689C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8689C; }
p { color: rgb(232,104,156); }
H1.HeaderClassName
{
color: #E8689C;
}
.AnyTagClassName
{
color: #E8689C;
}
</style>
background-color css
<style>
a { background-color: #E8689C; }
a { background-color: rgb(232,104,156); }
div.DivClassName
{
background-color: #E8689C;
}
.BgClassName
{
background-color: #E8689C;
}
</style>
border-color css
<style>
span { border-color: #E8689C; }
span { border-color: rgb(232,104,156); }
td.TdClassName
{
border-color: #E8689C;
}
.TagClassName
{
border-color: #E8689C;
}
</style>