Shades of Pale Violet Red #E7619D
Tints of Pale Violet Red #E7619D
RGB
CMYK
RGB Variations
Color information
#E7619D (or 0xE7619D) is known color: Pale Violet Red. HEX triplet: E7, 61 and 9D. RGB value is (231,97,157). Sum of RGB (Red+Green+Blue) = 231+97+157=485 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.63% from 485); Green value is 97 (38.28% from 255 or 20% from 485); Blue value is 157 (61.72% from 255 or 32.37% from 485); Max value from RGB is 231 - color contains mainly: red. Hex color #E7619D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E7619D is #189E62. Grayscale: #8F8F8F. Windows color (decimal): -1613411 or 10314215. OLE color: 10314215.
HSL color Cylindrical-coordinate representation of color #E7619D: hue angle of 333.13º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E7619D is Cyan = 0, Magento = 0.58, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 97 | 157 | - |
| CMYK | 0 | 0.58 | 0.32 | 0.09 |
| HSL | 333.13º | 0.74% | 0.64% | - |
| HSV(B) | 333.13º | 0.58% | 0.91% | - |
| XYZ | 43.32 | 27.97 | 35.01 | - |
| YUV | 143.91 | 135.39 | 190.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 97 | 157 | 0 | 0.58 | 0.32 | 0.09 | 333.13 | 0.74 | 0.64 |
| Hex | E7 | 61 | 9D | 0 | 3A | 20 | 9 | 14D | 4A | 40 |
| Octal | 347 | 141 | 235 | 0 | 72 | 40 | 11 | 515 | 112 | 100 |
| Binary | 11100111 | 1100001 | 10011101 | 0 | 111010 | 100000 | 1001 | 101001101 | 1001010 | 1000000 |
Color Harmonies of #E7619D
Complementary color
Monochromatic Colors of #E7619D
Black with #E7619D
Text Example
Text Example
White with #E7619D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7619D; }
p { color: rgb(231,97,157); }
H1.HeaderClassName
{
color: #E7619D;
}
.AnyTagClassName
{
color: #E7619D;
}
</style>
background-color css
<style>
a { background-color: #E7619D; }
a { background-color: rgb(231,97,157); }
div.DivClassName
{
background-color: #E7619D;
}
.BgClassName
{
background-color: #E7619D;
}
</style>
border-color css
<style>
span { border-color: #E7619D; }
span { border-color: rgb(231,97,157); }
td.TdClassName
{
border-color: #E7619D;
}
.TagClassName
{
border-color: #E7619D;
}
</style>