Shades of Pale Violet Red #E6719D
Tints of Pale Violet Red #E6719D
RGB
CMYK
RGB Variations
Color information
#E6719D (or 0xE6719D) is known color: Pale Violet Red. HEX triplet: E6, 71 and 9D. RGB value is (230,113,157). Sum of RGB (Red+Green+Blue) = 230+113+157=500 (66% of max value = 765). Red value is 230 (90.23% from 255 or 46% from 500); Green value is 113 (44.53% from 255 or 22.6% from 500); Blue value is 157 (61.72% from 255 or 31.4% from 500); Max value from RGB is 230 - color contains mainly: red. Hex color #E6719D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6719D is #198E62. Grayscale: #989898. Windows color (decimal): -1674851 or 10318310. OLE color: 10318310.
HSL color Cylindrical-coordinate representation of color #E6719D: hue angle of 337.44º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E6719D is Cyan = 0, Magento = 0.51, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 113 | 157 | - |
| CMYK | 0 | 0.51 | 0.32 | 0.10 |
| HSL | 337.44º | 0.7% | 0.67% | - |
| HSV(B) | 337.44º | 0.51% | 0.9% | - |
| XYZ | 44.62 | 31.07 | 35.54 | - |
| YUV | 153 | 130.26 | 182.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 113 | 157 | 0 | 0.51 | 0.32 | 0.10 | 337.44 | 0.7 | 0.67 |
| Hex | E6 | 71 | 9D | 0 | 33 | 20 | A | 151 | 46 | 43 |
| Octal | 346 | 161 | 235 | 0 | 63 | 40 | 12 | 521 | 106 | 103 |
| Binary | 11100110 | 1110001 | 10011101 | 0 | 110011 | 100000 | 1010 | 101010001 | 1000110 | 1000011 |
Color Harmonies of #E6719D
Complementary color
Monochromatic Colors of #E6719D
Black with #E6719D
Text Example
Text Example
White with #E6719D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6719D; }
p { color: rgb(230,113,157); }
H1.HeaderClassName
{
color: #E6719D;
}
.AnyTagClassName
{
color: #E6719D;
}
</style>
background-color css
<style>
a { background-color: #E6719D; }
a { background-color: rgb(230,113,157); }
div.DivClassName
{
background-color: #E6719D;
}
.BgClassName
{
background-color: #E6719D;
}
</style>
border-color css
<style>
span { border-color: #E6719D; }
span { border-color: rgb(230,113,157); }
td.TdClassName
{
border-color: #E6719D;
}
.TagClassName
{
border-color: #E6719D;
}
</style>