Shades of Pale Violet Red #E0719D
Tints of Pale Violet Red #E0719D
RGB
CMYK
RGB Variations
Color information
#E0719D (or 0xE0719D) is known color: Pale Violet Red. HEX triplet: E0, 71 and 9D. RGB value is (224,113,157). Sum of RGB (Red+Green+Blue) = 224+113+157=494 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.34% from 494); Green value is 113 (44.53% from 255 or 22.87% from 494); Blue value is 157 (61.72% from 255 or 31.78% from 494); Max value from RGB is 224 - color contains mainly: red. Hex color #E0719D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0719D is #1F8E62. Grayscale: #979797. Windows color (decimal): -2068067 or 10318304. OLE color: 10318304.
HSL color Cylindrical-coordinate representation of color #E0719D: hue angle of 336.22º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E0719D is Cyan = 0, Magento = 0.50, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 113 | 157 | - |
| CMYK | 0 | 0.50 | 0.30 | 0.12 |
| HSL | 336.22º | 0.64% | 0.66% | - |
| HSV(B) | 336.22º | 0.5% | 0.88% | - |
| XYZ | 42.73 | 30.09 | 35.45 | - |
| YUV | 151.21 | 131.27 | 179.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 113 | 157 | 0 | 0.50 | 0.30 | 0.12 | 336.22 | 0.64 | 0.66 |
| Hex | E0 | 71 | 9D | 0 | 32 | 1E | C | 150 | 40 | 42 |
| Octal | 340 | 161 | 235 | 0 | 62 | 36 | 14 | 520 | 100 | 102 |
| Binary | 11100000 | 1110001 | 10011101 | 0 | 110010 | 11110 | 1100 | 101010000 | 1000000 | 1000010 |
Color Harmonies of #E0719D
Complementary color
Monochromatic Colors of #E0719D
Black with #E0719D
Text Example
Text Example
White with #E0719D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0719D; }
p { color: rgb(224,113,157); }
H1.HeaderClassName
{
color: #E0719D;
}
.AnyTagClassName
{
color: #E0719D;
}
</style>
background-color css
<style>
a { background-color: #E0719D; }
a { background-color: rgb(224,113,157); }
div.DivClassName
{
background-color: #E0719D;
}
.BgClassName
{
background-color: #E0719D;
}
</style>
border-color css
<style>
span { border-color: #E0719D; }
span { border-color: rgb(224,113,157); }
td.TdClassName
{
border-color: #E0719D;
}
.TagClassName
{
border-color: #E0719D;
}
</style>