Shades of Pale Violet Red #E2649C
Tints of Pale Violet Red #E2649C
RGB
CMYK
RGB Variations
Color information
#E2649C (or 0xE2649C) is known color: Pale Violet Red. HEX triplet: E2, 64 and 9C. RGB value is (226,100,156). Sum of RGB (Red+Green+Blue) = 226+100+156=482 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.89% from 482); Green value is 100 (39.45% from 255 or 20.75% from 482); Blue value is 156 (61.33% from 255 or 32.37% from 482); Max value from RGB is 226 - color contains mainly: red. Hex color #E2649C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2649C is #1D9B63. Grayscale: #8F8F8F. Windows color (decimal): -1940324 or 10249442. OLE color: 10249442.
HSL color Cylindrical-coordinate representation of color #E2649C: hue angle of 333.33º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E2649C is Cyan = 0, Magento = 0.56, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 100 | 156 | - |
| CMYK | 0 | 0.56 | 0.31 | 0.11 |
| HSL | 333.33º | 0.68% | 0.64% | - |
| HSV(B) | 333.33º | 0.56% | 0.89% | - |
| XYZ | 41.92 | 27.68 | 34.59 | - |
| YUV | 144.06 | 134.74 | 186.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 100 | 156 | 0 | 0.56 | 0.31 | 0.11 | 333.33 | 0.68 | 0.64 |
| Hex | E2 | 64 | 9C | 0 | 38 | 1F | B | 14D | 44 | 40 |
| Octal | 342 | 144 | 234 | 0 | 70 | 37 | 13 | 515 | 104 | 100 |
| Binary | 11100010 | 1100100 | 10011100 | 0 | 111000 | 11111 | 1011 | 101001101 | 1000100 | 1000000 |
Color Harmonies of #E2649C
Complementary color
Monochromatic Colors of #E2649C
Black with #E2649C
Text Example
Text Example
White with #E2649C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2649C; }
p { color: rgb(226,100,156); }
H1.HeaderClassName
{
color: #E2649C;
}
.AnyTagClassName
{
color: #E2649C;
}
</style>
background-color css
<style>
a { background-color: #E2649C; }
a { background-color: rgb(226,100,156); }
div.DivClassName
{
background-color: #E2649C;
}
.BgClassName
{
background-color: #E2649C;
}
</style>
border-color css
<style>
span { border-color: #E2649C; }
span { border-color: rgb(226,100,156); }
td.TdClassName
{
border-color: #E2649C;
}
.TagClassName
{
border-color: #E2649C;
}
</style>