Shades of Pale Violet Red #E0719E
Tints of Pale Violet Red #E0719E
RGB
CMYK
RGB Variations
Color information
#E0719E (or 0xE0719E) is known color: Pale Violet Red. HEX triplet: E0, 71 and 9E. RGB value is (224,113,158). Sum of RGB (Red+Green+Blue) = 224+113+158=495 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.25% from 495); Green value is 113 (44.53% from 255 or 22.83% from 495); Blue value is 158 (62.11% from 255 or 31.92% from 495); Max value from RGB is 224 - color contains mainly: red. Hex color #E0719E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0719E is #1F8E61. Grayscale: #979797. Windows color (decimal): -2068066 or 10383840. OLE color: 10383840.
HSL color Cylindrical-coordinate representation of color #E0719E: hue angle of 335.68º 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 #E0719E is Cyan = 0, Magento = 0.50, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 113 | 158 | - |
| CMYK | 0 | 0.50 | 0.29 | 0.12 |
| HSL | 335.68º | 0.64% | 0.66% | - |
| HSV(B) | 335.68º | 0.5% | 0.88% | - |
| XYZ | 42.82 | 30.13 | 35.91 | - |
| YUV | 151.32 | 131.77 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 113 | 158 | 0 | 0.50 | 0.29 | 0.12 | 335.68 | 0.64 | 0.66 |
| Hex | E0 | 71 | 9E | 0 | 32 | 1D | C | 150 | 40 | 42 |
| Octal | 340 | 161 | 236 | 0 | 62 | 35 | 14 | 520 | 100 | 102 |
| Binary | 11100000 | 1110001 | 10011110 | 0 | 110010 | 11101 | 1100 | 101010000 | 1000000 | 1000010 |
Color Harmonies of #E0719E
Complementary color
Monochromatic Colors of #E0719E
Black with #E0719E
Text Example
Text Example
White with #E0719E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0719E; }
p { color: rgb(224,113,158); }
H1.HeaderClassName
{
color: #E0719E;
}
.AnyTagClassName
{
color: #E0719E;
}
</style>
background-color css
<style>
a { background-color: #E0719E; }
a { background-color: rgb(224,113,158); }
div.DivClassName
{
background-color: #E0719E;
}
.BgClassName
{
background-color: #E0719E;
}
</style>
border-color css
<style>
span { border-color: #E0719E; }
span { border-color: rgb(224,113,158); }
td.TdClassName
{
border-color: #E0719E;
}
.TagClassName
{
border-color: #E0719E;
}
</style>