Shades of Pale Violet Red #E6719C
Tints of Pale Violet Red #E6719C
RGB
CMYK
RGB Variations
Color information
#E6719C (or 0xE6719C) is known color: Pale Violet Red. HEX triplet: E6, 71 and 9C. RGB value is (230,113,156). Sum of RGB (Red+Green+Blue) = 230+113+156=499 (66% of max value = 765). Red value is 230 (90.23% from 255 or 46.09% from 499); Green value is 113 (44.53% from 255 or 22.65% from 499); Blue value is 156 (61.33% from 255 or 31.26% from 499); Max value from RGB is 230 - color contains mainly: red. Hex color #E6719C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6719C is #198E63. Grayscale: #989898. Windows color (decimal): -1674852 or 10252774. OLE color: 10252774.
HSL color Cylindrical-coordinate representation of color #E6719C: hue angle of 337.95º 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 #E6719C is Cyan = 0, Magento = 0.51, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 113 | 156 | - |
| CMYK | 0 | 0.51 | 0.32 | 0.10 |
| HSL | 337.95º | 0.7% | 0.67% | - |
| HSV(B) | 337.95º | 0.51% | 0.9% | - |
| XYZ | 44.54 | 31.03 | 35.1 | - |
| YUV | 152.89 | 129.76 | 183 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 113 | 156 | 0 | 0.51 | 0.32 | 0.10 | 337.95 | 0.7 | 0.67 |
| Hex | E6 | 71 | 9C | 0 | 33 | 20 | A | 152 | 46 | 43 |
| Octal | 346 | 161 | 234 | 0 | 63 | 40 | 12 | 522 | 106 | 103 |
| Binary | 11100110 | 1110001 | 10011100 | 0 | 110011 | 100000 | 1010 | 101010010 | 1000110 | 1000011 |
Color Harmonies of #E6719C
Complementary color
Monochromatic Colors of #E6719C
Black with #E6719C
Text Example
Text Example
White with #E6719C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6719C; }
p { color: rgb(230,113,156); }
H1.HeaderClassName
{
color: #E6719C;
}
.AnyTagClassName
{
color: #E6719C;
}
</style>
background-color css
<style>
a { background-color: #E6719C; }
a { background-color: rgb(230,113,156); }
div.DivClassName
{
background-color: #E6719C;
}
.BgClassName
{
background-color: #E6719C;
}
</style>
border-color css
<style>
span { border-color: #E6719C; }
span { border-color: rgb(230,113,156); }
td.TdClassName
{
border-color: #E6719C;
}
.TagClassName
{
border-color: #E6719C;
}
</style>