Shades of Pale Violet Red #E8699D
Tints of Pale Violet Red #E8699D
RGB
CMYK
RGB Variations
Color information
#E8699D (or 0xE8699D) is known color: Pale Violet Red. HEX triplet: E8, 69 and 9D. RGB value is (232,105,157). Sum of RGB (Red+Green+Blue) = 232+105+157=494 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.96% from 494); Green value is 105 (41.41% from 255 or 21.26% from 494); Blue value is 157 (61.72% from 255 or 31.78% from 494); Max value from RGB is 232 - color contains mainly: red. Hex color #E8699D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E8699D is #179662. Grayscale: #949494. Windows color (decimal): -1545827 or 10316264. OLE color: 10316264.
HSL color Cylindrical-coordinate representation of color #E8699D: hue angle of 335.43º degrees, saturation: 0.73, 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 #E8699D is Cyan = 0, Magento = 0.55, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 105 | 157 | - |
| CMYK | 0 | 0.55 | 0.32 | 0.09 |
| HSL | 335.43º | 0.73% | 0.66% | - |
| HSV(B) | 335.43º | 0.55% | 0.91% | - |
| XYZ | 44.42 | 29.69 | 35.29 | - |
| YUV | 148.9 | 132.58 | 187.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 105 | 157 | 0 | 0.55 | 0.32 | 0.09 | 335.43 | 0.73 | 0.66 |
| Hex | E8 | 69 | 9D | 0 | 37 | 20 | 9 | 14F | 49 | 42 |
| Octal | 350 | 151 | 235 | 0 | 67 | 40 | 11 | 517 | 111 | 102 |
| Binary | 11101000 | 1101001 | 10011101 | 0 | 110111 | 100000 | 1001 | 101001111 | 1001001 | 1000010 |
Color Harmonies of #E8699D
Complementary color
Monochromatic Colors of #E8699D
Black with #E8699D
Text Example
Text Example
White with #E8699D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8699D; }
p { color: rgb(232,105,157); }
H1.HeaderClassName
{
color: #E8699D;
}
.AnyTagClassName
{
color: #E8699D;
}
</style>
background-color css
<style>
a { background-color: #E8699D; }
a { background-color: rgb(232,105,157); }
div.DivClassName
{
background-color: #E8699D;
}
.BgClassName
{
background-color: #E8699D;
}
</style>
border-color css
<style>
span { border-color: #E8699D; }
span { border-color: rgb(232,105,157); }
td.TdClassName
{
border-color: #E8699D;
}
.TagClassName
{
border-color: #E8699D;
}
</style>