Shades of Pale Violet Red #E2699B
Tints of Pale Violet Red #E2699B
RGB
CMYK
RGB Variations
Color information
#E2699B (or 0xE2699B) is known color: Pale Violet Red. HEX triplet: E2, 69 and 9B. RGB value is (226,105,155). Sum of RGB (Red+Green+Blue) = 226+105+155=486 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.50% from 486); Green value is 105 (41.41% from 255 or 21.60% from 486); Blue value is 155 (60.94% from 255 or 31.89% from 486); Max value from RGB is 226 - color contains mainly: red. Hex color #E2699B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2699B is #1D9664. Grayscale: #929292. Windows color (decimal): -1939045 or 10185186. OLE color: 10185186.
HSL color Cylindrical-coordinate representation of color #E2699B: hue angle of 335.21º 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 #E2699B is Cyan = 0, Magento = 0.54, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 105 | 155 | - |
| CMYK | 0 | 0.54 | 0.31 | 0.11 |
| HSL | 335.21º | 0.68% | 0.65% | - |
| HSV(B) | 335.21º | 0.54% | 0.89% | - |
| XYZ | 42.33 | 28.64 | 34.31 | - |
| YUV | 146.88 | 132.59 | 184.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 105 | 155 | 0 | 0.54 | 0.31 | 0.11 | 335.21 | 0.68 | 0.65 |
| Hex | E2 | 69 | 9B | 0 | 36 | 1F | B | 14F | 44 | 41 |
| Octal | 342 | 151 | 233 | 0 | 66 | 37 | 13 | 517 | 104 | 101 |
| Binary | 11100010 | 1101001 | 10011011 | 0 | 110110 | 11111 | 1011 | 101001111 | 1000100 | 1000001 |
Color Harmonies of #E2699B
Complementary color
Monochromatic Colors of #E2699B
Black with #E2699B
Text Example
Text Example
White with #E2699B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2699B; }
p { color: rgb(226,105,155); }
H1.HeaderClassName
{
color: #E2699B;
}
.AnyTagClassName
{
color: #E2699B;
}
</style>
background-color css
<style>
a { background-color: #E2699B; }
a { background-color: rgb(226,105,155); }
div.DivClassName
{
background-color: #E2699B;
}
.BgClassName
{
background-color: #E2699B;
}
</style>
border-color css
<style>
span { border-color: #E2699B; }
span { border-color: rgb(226,105,155); }
td.TdClassName
{
border-color: #E2699B;
}
.TagClassName
{
border-color: #E2699B;
}
</style>