Shades of Pale Violet Red #E2659B
Tints of Pale Violet Red #E2659B
RGB
CMYK
RGB Variations
Color information
#E2659B (or 0xE2659B) is known color: Pale Violet Red. HEX triplet: E2, 65 and 9B. RGB value is (226,101,155). Sum of RGB (Red+Green+Blue) = 226+101+155=482 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.89% from 482); Green value is 101 (39.84% from 255 or 20.95% from 482); Blue value is 155 (60.94% from 255 or 32.16% from 482); Max value from RGB is 226 - color contains mainly: red. Hex color #E2659B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2659B is #1D9A64. Grayscale: #909090. Windows color (decimal): -1940069 or 10184162. OLE color: 10184162.
HSL color Cylindrical-coordinate representation of color #E2659B: hue angle of 334.08º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E2659B is Cyan = 0, Magento = 0.55, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 101 | 155 | - |
| CMYK | 0 | 0.55 | 0.31 | 0.11 |
| HSL | 334.08º | 0.68% | 0.64% | - |
| HSV(B) | 334.08º | 0.55% | 0.89% | - |
| XYZ | 41.93 | 27.84 | 34.17 | - |
| YUV | 144.53 | 133.91 | 186.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 101 | 155 | 0 | 0.55 | 0.31 | 0.11 | 334.08 | 0.68 | 0.64 |
| Hex | E2 | 65 | 9B | 0 | 37 | 1F | B | 14E | 44 | 40 |
| Octal | 342 | 145 | 233 | 0 | 67 | 37 | 13 | 516 | 104 | 100 |
| Binary | 11100010 | 1100101 | 10011011 | 0 | 110111 | 11111 | 1011 | 101001110 | 1000100 | 1000000 |
Color Harmonies of #E2659B
Complementary color
Monochromatic Colors of #E2659B
Black with #E2659B
Text Example
Text Example
White with #E2659B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2659B; }
p { color: rgb(226,101,155); }
H1.HeaderClassName
{
color: #E2659B;
}
.AnyTagClassName
{
color: #E2659B;
}
</style>
background-color css
<style>
a { background-color: #E2659B; }
a { background-color: rgb(226,101,155); }
div.DivClassName
{
background-color: #E2659B;
}
.BgClassName
{
background-color: #E2659B;
}
</style>
border-color css
<style>
span { border-color: #E2659B; }
span { border-color: rgb(226,101,155); }
td.TdClassName
{
border-color: #E2659B;
}
.TagClassName
{
border-color: #E2659B;
}
</style>