Shades of Pale Violet Red #E26596
Tints of Pale Violet Red #E26596
RGB
CMYK
RGB Variations
Color information
#E26596 (or 0xE26596) is known color: Pale Violet Red. HEX triplet: E2, 65 and 96. RGB value is (226,101,150). Sum of RGB (Red+Green+Blue) = 226+101+150=477 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.38% from 477); Green value is 101 (39.84% from 255 or 21.17% from 477); Blue value is 150 (58.98% from 255 or 31.45% from 477); Max value from RGB is 226 - color contains mainly: red. Hex color #E26596 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26596 is #1D9A69. Grayscale: #8F8F8F. Windows color (decimal): -1940074 or 9856482. OLE color: 9856482.
HSL color Cylindrical-coordinate representation of color #E26596: hue angle of 336.48º 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 #E26596 is Cyan = 0, Magento = 0.55, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 101 | 150 | - |
| CMYK | 0 | 0.55 | 0.34 | 0.11 |
| HSL | 336.48º | 0.68% | 0.64% | - |
| HSV(B) | 336.48º | 0.55% | 0.89% | - |
| XYZ | 41.52 | 27.68 | 32.01 | - |
| YUV | 143.96 | 131.41 | 186.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 101 | 150 | 0 | 0.55 | 0.34 | 0.11 | 336.48 | 0.68 | 0.64 |
| Hex | E2 | 65 | 96 | 0 | 37 | 22 | B | 150 | 44 | 40 |
| Octal | 342 | 145 | 226 | 0 | 67 | 42 | 13 | 520 | 104 | 100 |
| Binary | 11100010 | 1100101 | 10010110 | 0 | 110111 | 100010 | 1011 | 101010000 | 1000100 | 1000000 |
Color Harmonies of #E26596
Complementary color
Monochromatic Colors of #E26596
Black with #E26596
Text Example
Text Example
White with #E26596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26596; }
p { color: rgb(226,101,150); }
H1.HeaderClassName
{
color: #E26596;
}
.AnyTagClassName
{
color: #E26596;
}
</style>
background-color css
<style>
a { background-color: #E26596; }
a { background-color: rgb(226,101,150); }
div.DivClassName
{
background-color: #E26596;
}
.BgClassName
{
background-color: #E26596;
}
</style>
border-color css
<style>
span { border-color: #E26596; }
span { border-color: rgb(226,101,150); }
td.TdClassName
{
border-color: #E26596;
}
.TagClassName
{
border-color: #E26596;
}
</style>