Shades of Pale Violet Red #E2649B
Tints of Pale Violet Red #E2649B
RGB
CMYK
RGB Variations
Color information
#E2649B (or 0xE2649B) is known color: Pale Violet Red. HEX triplet: E2, 64 and 9B. RGB value is (226,100,155). Sum of RGB (Red+Green+Blue) = 226+100+155=481 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.99% from 481); Green value is 100 (39.45% from 255 or 20.79% from 481); Blue value is 155 (60.94% from 255 or 32.22% from 481); Max value from RGB is 226 - color contains mainly: red. Hex color #E2649B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2649B is #1D9B64. Grayscale: #8F8F8F. Windows color (decimal): -1940325 or 10183906. OLE color: 10183906.
HSL color Cylindrical-coordinate representation of color #E2649B: hue angle of 333.81º 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 #E2649B is Cyan = 0, Magento = 0.56, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 100 | 155 | - |
| CMYK | 0 | 0.56 | 0.31 | 0.11 |
| HSL | 333.81º | 0.68% | 0.64% | - |
| HSV(B) | 333.81º | 0.56% | 0.89% | - |
| XYZ | 41.84 | 27.65 | 34.14 | - |
| YUV | 143.94 | 134.24 | 186.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 100 | 155 | 0 | 0.56 | 0.31 | 0.11 | 333.81 | 0.68 | 0.64 |
| Hex | E2 | 64 | 9B | 0 | 38 | 1F | B | 14E | 44 | 40 |
| Octal | 342 | 144 | 233 | 0 | 70 | 37 | 13 | 516 | 104 | 100 |
| Binary | 11100010 | 1100100 | 10011011 | 0 | 111000 | 11111 | 1011 | 101001110 | 1000100 | 1000000 |
Color Harmonies of #E2649B
Complementary color
Monochromatic Colors of #E2649B
Black with #E2649B
Text Example
Text Example
White with #E2649B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2649B; }
p { color: rgb(226,100,155); }
H1.HeaderClassName
{
color: #E2649B;
}
.AnyTagClassName
{
color: #E2649B;
}
</style>
background-color css
<style>
a { background-color: #E2649B; }
a { background-color: rgb(226,100,155); }
div.DivClassName
{
background-color: #E2649B;
}
.BgClassName
{
background-color: #E2649B;
}
</style>
border-color css
<style>
span { border-color: #E2649B; }
span { border-color: rgb(226,100,155); }
td.TdClassName
{
border-color: #E2649B;
}
.TagClassName
{
border-color: #E2649B;
}
</style>