Shades of Pale Violet Red #E1649D
Tints of Pale Violet Red #E1649D
RGB
CMYK
RGB Variations
Color information
#E1649D (or 0xE1649D) is known color: Pale Violet Red. HEX triplet: E1, 64 and 9D. RGB value is (225,100,157). Sum of RGB (Red+Green+Blue) = 225+100+157=482 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.68% from 482); Green value is 100 (39.45% from 255 or 20.75% from 482); Blue value is 157 (61.72% from 255 or 32.57% from 482); Max value from RGB is 225 - color contains mainly: red. Hex color #E1649D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1649D is #1E9B62. Grayscale: #8F8F8F. Windows color (decimal): -2005859 or 10314977. OLE color: 10314977.
HSL color Cylindrical-coordinate representation of color #E1649D: hue angle of 332.64º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E1649D is Cyan = 0, Magento = 0.56, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 100 | 157 | - |
| CMYK | 0 | 0.56 | 0.30 | 0.12 |
| HSL | 332.64º | 0.68% | 0.64% | - |
| HSV(B) | 332.64º | 0.56% | 0.88% | - |
| XYZ | 41.69 | 27.56 | 35.02 | - |
| YUV | 143.87 | 135.41 | 185.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 100 | 157 | 0 | 0.56 | 0.30 | 0.12 | 332.64 | 0.68 | 0.64 |
| Hex | E1 | 64 | 9D | 0 | 38 | 1E | C | 14D | 44 | 40 |
| Octal | 341 | 144 | 235 | 0 | 70 | 36 | 14 | 515 | 104 | 100 |
| Binary | 11100001 | 1100100 | 10011101 | 0 | 111000 | 11110 | 1100 | 101001101 | 1000100 | 1000000 |
Color Harmonies of #E1649D
Complementary color
Monochromatic Colors of #E1649D
Black with #E1649D
Text Example
Text Example
White with #E1649D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1649D; }
p { color: rgb(225,100,157); }
H1.HeaderClassName
{
color: #E1649D;
}
.AnyTagClassName
{
color: #E1649D;
}
</style>
background-color css
<style>
a { background-color: #E1649D; }
a { background-color: rgb(225,100,157); }
div.DivClassName
{
background-color: #E1649D;
}
.BgClassName
{
background-color: #E1649D;
}
</style>
border-color css
<style>
span { border-color: #E1649D; }
span { border-color: rgb(225,100,157); }
td.TdClassName
{
border-color: #E1649D;
}
.TagClassName
{
border-color: #E1649D;
}
</style>