Shades of Pale Violet Red #E1649C
Tints of Pale Violet Red #E1649C
RGB
CMYK
RGB Variations
Color information
#E1649C (or 0xE1649C) is known color: Pale Violet Red. HEX triplet: E1, 64 and 9C. RGB value is (225,100,156). Sum of RGB (Red+Green+Blue) = 225+100+156=481 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.78% from 481); Green value is 100 (39.45% from 255 or 20.79% from 481); Blue value is 156 (61.33% from 255 or 32.43% from 481); Max value from RGB is 225 - color contains mainly: red. Hex color #E1649C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1649C is #1E9B63. Grayscale: #8F8F8F. Windows color (decimal): -2005860 or 10249441. OLE color: 10249441.
HSL color Cylindrical-coordinate representation of color #E1649C: hue angle of 333.12º 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 #E1649C is Cyan = 0, Magento = 0.56, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 100 | 156 | - |
| CMYK | 0 | 0.56 | 0.31 | 0.12 |
| HSL | 333.12º | 0.68% | 0.64% | - |
| HSV(B) | 333.12º | 0.56% | 0.88% | - |
| XYZ | 41.61 | 27.52 | 34.57 | - |
| YUV | 143.76 | 134.91 | 185.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 100 | 156 | 0 | 0.56 | 0.31 | 0.12 | 333.12 | 0.68 | 0.64 |
| Hex | E1 | 64 | 9C | 0 | 38 | 1F | C | 14D | 44 | 40 |
| Octal | 341 | 144 | 234 | 0 | 70 | 37 | 14 | 515 | 104 | 100 |
| Binary | 11100001 | 1100100 | 10011100 | 0 | 111000 | 11111 | 1100 | 101001101 | 1000100 | 1000000 |
Color Harmonies of #E1649C
Complementary color
Monochromatic Colors of #E1649C
Black with #E1649C
Text Example
Text Example
White with #E1649C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1649C; }
p { color: rgb(225,100,156); }
H1.HeaderClassName
{
color: #E1649C;
}
.AnyTagClassName
{
color: #E1649C;
}
</style>
background-color css
<style>
a { background-color: #E1649C; }
a { background-color: rgb(225,100,156); }
div.DivClassName
{
background-color: #E1649C;
}
.BgClassName
{
background-color: #E1649C;
}
</style>
border-color css
<style>
span { border-color: #E1649C; }
span { border-color: rgb(225,100,156); }
td.TdClassName
{
border-color: #E1649C;
}
.TagClassName
{
border-color: #E1649C;
}
</style>