Shades of Pale Violet Red #E2689D
Tints of Pale Violet Red #E2689D
RGB
CMYK
RGB Variations
Color information
#E2689D (or 0xE2689D) is known color: Pale Violet Red. HEX triplet: E2, 68 and 9D. RGB value is (226,104,157). Sum of RGB (Red+Green+Blue) = 226+104+157=487 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.41% from 487); Green value is 104 (41.02% from 255 or 21.36% from 487); Blue value is 157 (61.72% from 255 or 32.24% from 487); Max value from RGB is 226 - color contains mainly: red. Hex color #E2689D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2689D is #1D9762. Grayscale: #929292. Windows color (decimal): -1939299 or 10316002. OLE color: 10316002.
HSL color Cylindrical-coordinate representation of color #E2689D: hue angle of 333.93º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E2689D is Cyan = 0, Magento = 0.54, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 104 | 157 | - |
| CMYK | 0 | 0.54 | 0.31 | 0.11 |
| HSL | 333.93º | 0.68% | 0.65% | - |
| HSV(B) | 333.93º | 0.54% | 0.89% | - |
| XYZ | 42.4 | 28.5 | 35.17 | - |
| YUV | 146.52 | 133.92 | 184.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 104 | 157 | 0 | 0.54 | 0.31 | 0.11 | 333.93 | 0.68 | 0.65 |
| Hex | E2 | 68 | 9D | 0 | 36 | 1F | B | 14E | 44 | 41 |
| Octal | 342 | 150 | 235 | 0 | 66 | 37 | 13 | 516 | 104 | 101 |
| Binary | 11100010 | 1101000 | 10011101 | 0 | 110110 | 11111 | 1011 | 101001110 | 1000100 | 1000001 |
Color Harmonies of #E2689D
Complementary color
Monochromatic Colors of #E2689D
Black with #E2689D
Text Example
Text Example
White with #E2689D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2689D; }
p { color: rgb(226,104,157); }
H1.HeaderClassName
{
color: #E2689D;
}
.AnyTagClassName
{
color: #E2689D;
}
</style>
background-color css
<style>
a { background-color: #E2689D; }
a { background-color: rgb(226,104,157); }
div.DivClassName
{
background-color: #E2689D;
}
.BgClassName
{
background-color: #E2689D;
}
</style>
border-color css
<style>
span { border-color: #E2689D; }
span { border-color: rgb(226,104,157); }
td.TdClassName
{
border-color: #E2689D;
}
.TagClassName
{
border-color: #E2689D;
}
</style>