Shades of Pale Violet Red #E2649E
Tints of Pale Violet Red #E2649E
RGB
CMYK
RGB Variations
Color information
#E2649E (or 0xE2649E) is known color: Pale Violet Red. HEX triplet: E2, 64 and 9E. RGB value is (226,100,158). Sum of RGB (Red+Green+Blue) = 226+100+158=484 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.69% from 484); Green value is 100 (39.45% from 255 or 20.66% from 484); Blue value is 158 (62.11% from 255 or 32.64% from 484); Max value from RGB is 226 - color contains mainly: red. Hex color #E2649E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2649E is #1D9B61. Grayscale: #909090. Windows color (decimal): -1940322 or 10380514. OLE color: 10380514.
HSL color Cylindrical-coordinate representation of color #E2649E: hue angle of 332.38º 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 #E2649E is Cyan = 0, Magento = 0.56, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 100 | 158 | - |
| CMYK | 0 | 0.56 | 0.30 | 0.11 |
| HSL | 332.38º | 0.68% | 0.64% | - |
| HSV(B) | 332.38º | 0.56% | 0.89% | - |
| XYZ | 42.09 | 27.75 | 35.49 | - |
| YUV | 144.29 | 135.74 | 186.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 100 | 158 | 0 | 0.56 | 0.30 | 0.11 | 332.38 | 0.68 | 0.64 |
| Hex | E2 | 64 | 9E | 0 | 38 | 1E | B | 14C | 44 | 40 |
| Octal | 342 | 144 | 236 | 0 | 70 | 36 | 13 | 514 | 104 | 100 |
| Binary | 11100010 | 1100100 | 10011110 | 0 | 111000 | 11110 | 1011 | 101001100 | 1000100 | 1000000 |
Color Harmonies of #E2649E
Complementary color
Monochromatic Colors of #E2649E
Black with #E2649E
Text Example
Text Example
White with #E2649E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2649E; }
p { color: rgb(226,100,158); }
H1.HeaderClassName
{
color: #E2649E;
}
.AnyTagClassName
{
color: #E2649E;
}
</style>
background-color css
<style>
a { background-color: #E2649E; }
a { background-color: rgb(226,100,158); }
div.DivClassName
{
background-color: #E2649E;
}
.BgClassName
{
background-color: #E2649E;
}
</style>
border-color css
<style>
span { border-color: #E2649E; }
span { border-color: rgb(226,100,158); }
td.TdClassName
{
border-color: #E2649E;
}
.TagClassName
{
border-color: #E2649E;
}
</style>