Shades of Pale Violet Red #E7699B
Tints of Pale Violet Red #E7699B
RGB
CMYK
RGB Variations
Color information
#E7699B (or 0xE7699B) is known color: Pale Violet Red. HEX triplet: E7, 69 and 9B. RGB value is (231,105,155). Sum of RGB (Red+Green+Blue) = 231+105+155=491 (65% of max value = 765). Red value is 231 (90.62% from 255 or 47.05% from 491); Green value is 105 (41.41% from 255 or 21.38% from 491); Blue value is 155 (60.94% from 255 or 31.57% from 491); Max value from RGB is 231 - color contains mainly: red. Hex color #E7699B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E7699B is #189664. Grayscale: #949494. Windows color (decimal): -1611365 or 10185191. OLE color: 10185191.
HSL color Cylindrical-coordinate representation of color #E7699B: hue angle of 336.19º degrees, saturation: 0.72, 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 #E7699B is Cyan = 0, Magento = 0.55, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 105 | 155 | - |
| CMYK | 0 | 0.55 | 0.33 | 0.09 |
| HSL | 336.19º | 0.72% | 0.66% | - |
| HSV(B) | 336.19º | 0.55% | 0.91% | - |
| XYZ | 43.92 | 29.46 | 34.38 | - |
| YUV | 148.37 | 131.74 | 186.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 105 | 155 | 0 | 0.55 | 0.33 | 0.09 | 336.19 | 0.72 | 0.66 |
| Hex | E7 | 69 | 9B | 0 | 37 | 21 | 9 | 150 | 48 | 42 |
| Octal | 347 | 151 | 233 | 0 | 67 | 41 | 11 | 520 | 110 | 102 |
| Binary | 11100111 | 1101001 | 10011011 | 0 | 110111 | 100001 | 1001 | 101010000 | 1001000 | 1000010 |
Color Harmonies of #E7699B
Complementary color
Monochromatic Colors of #E7699B
Black with #E7699B
Text Example
Text Example
White with #E7699B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7699B; }
p { color: rgb(231,105,155); }
H1.HeaderClassName
{
color: #E7699B;
}
.AnyTagClassName
{
color: #E7699B;
}
</style>
background-color css
<style>
a { background-color: #E7699B; }
a { background-color: rgb(231,105,155); }
div.DivClassName
{
background-color: #E7699B;
}
.BgClassName
{
background-color: #E7699B;
}
</style>
border-color css
<style>
span { border-color: #E7699B; }
span { border-color: rgb(231,105,155); }
td.TdClassName
{
border-color: #E7699B;
}
.TagClassName
{
border-color: #E7699B;
}
</style>