Shades of Pale Violet Red #E7749B
Tints of Pale Violet Red #E7749B
RGB
CMYK
RGB Variations
Color information
#E7749B (or 0xE7749B) is known color: Pale Violet Red. HEX triplet: E7, 74 and 9B. RGB value is (231,116,155). Sum of RGB (Red+Green+Blue) = 231+116+155=502 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.02% from 502); Green value is 116 (45.70% from 255 or 23.11% from 502); Blue value is 155 (60.94% from 255 or 30.88% from 502); Max value from RGB is 231 - color contains mainly: red. Hex color #E7749B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E7749B is #188B64. Grayscale: #9A9A9A. Windows color (decimal): -1608549 or 10188007. OLE color: 10188007.
HSL color Cylindrical-coordinate representation of color #E7749B: hue angle of 339.65º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E7749B is Cyan = 0, Magento = 0.50, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 116 | 155 | - |
| CMYK | 0 | 0.50 | 0.33 | 0.09 |
| HSL | 339.65º | 0.71% | 0.68% | - |
| HSV(B) | 339.65º | 0.5% | 0.91% | - |
| XYZ | 45.12 | 31.85 | 34.78 | - |
| YUV | 154.83 | 128.1 | 182.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 116 | 155 | 0 | 0.50 | 0.33 | 0.09 | 339.65 | 0.71 | 0.68 |
| Hex | E7 | 74 | 9B | 0 | 32 | 21 | 9 | 154 | 47 | 44 |
| Octal | 347 | 164 | 233 | 0 | 62 | 41 | 11 | 524 | 107 | 104 |
| Binary | 11100111 | 1110100 | 10011011 | 0 | 110010 | 100001 | 1001 | 101010100 | 1000111 | 1000100 |
Color Harmonies of #E7749B
Complementary color
Monochromatic Colors of #E7749B
Black with #E7749B
Text Example
Text Example
White with #E7749B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7749B; }
p { color: rgb(231,116,155); }
H1.HeaderClassName
{
color: #E7749B;
}
.AnyTagClassName
{
color: #E7749B;
}
</style>
background-color css
<style>
a { background-color: #E7749B; }
a { background-color: rgb(231,116,155); }
div.DivClassName
{
background-color: #E7749B;
}
.BgClassName
{
background-color: #E7749B;
}
</style>
border-color css
<style>
span { border-color: #E7749B; }
span { border-color: rgb(231,116,155); }
td.TdClassName
{
border-color: #E7749B;
}
.TagClassName
{
border-color: #E7749B;
}
</style>