Shades of Pale Violet Red #E1779D
Tints of Pale Violet Red #E1779D
RGB
CMYK
RGB Variations
Color information
#E1779D (or 0xE1779D) is known color: Pale Violet Red. HEX triplet: E1, 77 and 9D. RGB value is (225,119,157). Sum of RGB (Red+Green+Blue) = 225+119+157=501 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.91% from 501); Green value is 119 (46.88% from 255 or 23.75% from 501); Blue value is 157 (61.72% from 255 or 31.34% from 501); Max value from RGB is 225 - color contains mainly: red. Hex color #E1779D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1779D is #1E8862. Grayscale: #9A9A9A. Windows color (decimal): -2000995 or 10319841. OLE color: 10319841.
HSL color Cylindrical-coordinate representation of color #E1779D: hue angle of 338.49º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E1779D is Cyan = 0, Magento = 0.47, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 119 | 157 | - |
| CMYK | 0 | 0.47 | 0.30 | 0.12 |
| HSL | 338.49º | 0.64% | 0.67% | - |
| HSV(B) | 338.49º | 0.47% | 0.88% | - |
| XYZ | 43.73 | 31.64 | 35.7 | - |
| YUV | 155.03 | 129.12 | 177.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 119 | 157 | 0 | 0.47 | 0.30 | 0.12 | 338.49 | 0.64 | 0.67 |
| Hex | E1 | 77 | 9D | 0 | 2F | 1E | C | 152 | 40 | 43 |
| Octal | 341 | 167 | 235 | 0 | 57 | 36 | 14 | 522 | 100 | 103 |
| Binary | 11100001 | 1110111 | 10011101 | 0 | 101111 | 11110 | 1100 | 101010010 | 1000000 | 1000011 |
Color Harmonies of #E1779D
Complementary color
Monochromatic Colors of #E1779D
Black with #E1779D
Text Example
Text Example
White with #E1779D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1779D; }
p { color: rgb(225,119,157); }
H1.HeaderClassName
{
color: #E1779D;
}
.AnyTagClassName
{
color: #E1779D;
}
</style>
background-color css
<style>
a { background-color: #E1779D; }
a { background-color: rgb(225,119,157); }
div.DivClassName
{
background-color: #E1779D;
}
.BgClassName
{
background-color: #E1779D;
}
</style>
border-color css
<style>
span { border-color: #E1779D; }
span { border-color: rgb(225,119,157); }
td.TdClassName
{
border-color: #E1779D;
}
.TagClassName
{
border-color: #E1779D;
}
</style>