Shades of Pale Violet Red #E26890
Tints of Pale Violet Red #E26890
RGB
CMYK
RGB Variations
Color information
#E26890 (or 0xE26890) is known color: Pale Violet Red. HEX triplet: E2, 68 and 90. RGB value is (226,104,144). Sum of RGB (Red+Green+Blue) = 226+104+144=474 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.68% from 474); Green value is 104 (41.02% from 255 or 21.94% from 474); Blue value is 144 (56.64% from 255 or 30.38% from 474); Max value from RGB is 226 - color contains mainly: red. Hex color #E26890 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26890 is #1D976F. Grayscale: #919191. Windows color (decimal): -1939312 or 9464034. OLE color: 9464034.
HSL color Cylindrical-coordinate representation of color #E26890: hue angle of 340.33º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E26890 is Cyan = 0, Magento = 0.54, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 104 | 144 | - |
| CMYK | 0 | 0.54 | 0.36 | 0.11 |
| HSL | 340.33º | 0.68% | 0.65% | - |
| HSV(B) | 340.33º | 0.54% | 0.89% | - |
| XYZ | 41.35 | 28.08 | 29.63 | - |
| YUV | 145.04 | 127.42 | 185.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 104 | 144 | 0 | 0.54 | 0.36 | 0.11 | 340.33 | 0.68 | 0.65 |
| Hex | E2 | 68 | 90 | 0 | 36 | 24 | B | 154 | 44 | 41 |
| Octal | 342 | 150 | 220 | 0 | 66 | 44 | 13 | 524 | 104 | 101 |
| Binary | 11100010 | 1101000 | 10010000 | 0 | 110110 | 100100 | 1011 | 101010100 | 1000100 | 1000001 |
Color Harmonies of #E26890
Complementary color
Monochromatic Colors of #E26890
Black with #E26890
Text Example
Text Example
White with #E26890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26890; }
p { color: rgb(226,104,144); }
H1.HeaderClassName
{
color: #E26890;
}
.AnyTagClassName
{
color: #E26890;
}
</style>
background-color css
<style>
a { background-color: #E26890; }
a { background-color: rgb(226,104,144); }
div.DivClassName
{
background-color: #E26890;
}
.BgClassName
{
background-color: #E26890;
}
</style>
border-color css
<style>
span { border-color: #E26890; }
span { border-color: rgb(226,104,144); }
td.TdClassName
{
border-color: #E26890;
}
.TagClassName
{
border-color: #E26890;
}
</style>