Shades of Pale Violet Red #E7749D
Tints of Pale Violet Red #E7749D
RGB
CMYK
RGB Variations
Color information
#E7749D (or 0xE7749D) is known color: Pale Violet Red. HEX triplet: E7, 74 and 9D. RGB value is (231,116,157). Sum of RGB (Red+Green+Blue) = 231+116+157=504 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.83% from 504); Green value is 116 (45.70% from 255 or 23.02% from 504); Blue value is 157 (61.72% from 255 or 31.15% from 504); Max value from RGB is 231 - color contains mainly: red. Hex color #E7749D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E7749D is #188B62. Grayscale: #9B9B9B. Windows color (decimal): -1608547 or 10319079. OLE color: 10319079.
HSL color Cylindrical-coordinate representation of color #E7749D: hue angle of 338.61º 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 #E7749D is Cyan = 0, Magento = 0.50, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 116 | 157 | - |
| CMYK | 0 | 0.50 | 0.32 | 0.09 |
| HSL | 338.61º | 0.71% | 0.68% | - |
| HSV(B) | 338.61º | 0.5% | 0.91% | - |
| XYZ | 45.29 | 31.91 | 35.67 | - |
| YUV | 155.06 | 129.1 | 182.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 116 | 157 | 0 | 0.50 | 0.32 | 0.09 | 338.61 | 0.71 | 0.68 |
| Hex | E7 | 74 | 9D | 0 | 32 | 20 | 9 | 153 | 47 | 44 |
| Octal | 347 | 164 | 235 | 0 | 62 | 40 | 11 | 523 | 107 | 104 |
| Binary | 11100111 | 1110100 | 10011101 | 0 | 110010 | 100000 | 1001 | 101010011 | 1000111 | 1000100 |
Color Harmonies of #E7749D
Complementary color
Monochromatic Colors of #E7749D
Black with #E7749D
Text Example
Text Example
White with #E7749D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7749D; }
p { color: rgb(231,116,157); }
H1.HeaderClassName
{
color: #E7749D;
}
.AnyTagClassName
{
color: #E7749D;
}
</style>
background-color css
<style>
a { background-color: #E7749D; }
a { background-color: rgb(231,116,157); }
div.DivClassName
{
background-color: #E7749D;
}
.BgClassName
{
background-color: #E7749D;
}
</style>
border-color css
<style>
span { border-color: #E7749D; }
span { border-color: rgb(231,116,157); }
td.TdClassName
{
border-color: #E7749D;
}
.TagClassName
{
border-color: #E7749D;
}
</style>