Shades of Pale Violet Red #E8689A
Tints of Pale Violet Red #E8689A
RGB
CMYK
RGB Variations
Color information
#E8689A (or 0xE8689A) is known color: Pale Violet Red. HEX triplet: E8, 68 and 9A. RGB value is (232,104,154). Sum of RGB (Red+Green+Blue) = 232+104+154=490 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.35% from 490); Green value is 104 (41.02% from 255 or 21.22% from 490); Blue value is 154 (60.55% from 255 or 31.43% from 490); Max value from RGB is 232 - color contains mainly: red. Hex color #E8689A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E8689A is #179765. Grayscale: #939393. Windows color (decimal): -1546086 or 10119400. OLE color: 10119400.
HSL color Cylindrical-coordinate representation of color #E8689A: hue angle of 336.56º 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 #E8689A is Cyan = 0, Magento = 0.55, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 104 | 154 | - |
| CMYK | 0 | 0.55 | 0.34 | 0.09 |
| HSL | 336.56º | 0.74% | 0.66% | - |
| HSV(B) | 336.56º | 0.55% | 0.91% | - |
| XYZ | 44.06 | 29.39 | 33.92 | - |
| YUV | 147.97 | 131.41 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 104 | 154 | 0 | 0.55 | 0.34 | 0.09 | 336.56 | 0.74 | 0.66 |
| Hex | E8 | 68 | 9A | 0 | 37 | 22 | 9 | 151 | 4A | 42 |
| Octal | 350 | 150 | 232 | 0 | 67 | 42 | 11 | 521 | 112 | 102 |
| Binary | 11101000 | 1101000 | 10011010 | 0 | 110111 | 100010 | 1001 | 101010001 | 1001010 | 1000010 |
Color Harmonies of #E8689A
Complementary color
Monochromatic Colors of #E8689A
Black with #E8689A
Text Example
Text Example
White with #E8689A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8689A; }
p { color: rgb(232,104,154); }
H1.HeaderClassName
{
color: #E8689A;
}
.AnyTagClassName
{
color: #E8689A;
}
</style>
background-color css
<style>
a { background-color: #E8689A; }
a { background-color: rgb(232,104,154); }
div.DivClassName
{
background-color: #E8689A;
}
.BgClassName
{
background-color: #E8689A;
}
</style>
border-color css
<style>
span { border-color: #E8689A; }
span { border-color: rgb(232,104,154); }
td.TdClassName
{
border-color: #E8689A;
}
.TagClassName
{
border-color: #E8689A;
}
</style>