Shades of Pale Violet Red #E26190
Tints of Pale Violet Red #E26190
RGB
CMYK
RGB Variations
Color information
#E26190 (or 0xE26190) is known color: Pale Violet Red. HEX triplet: E2, 61 and 90. RGB value is (226,97,144). Sum of RGB (Red+Green+Blue) = 226+97+144=467 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.39% from 467); Green value is 97 (38.28% from 255 or 20.77% from 467); Blue value is 144 (56.64% from 255 or 30.84% from 467); Max value from RGB is 226 - color contains mainly: red. Hex color #E26190 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26190 is #1D9E6F. Grayscale: #8C8C8C. Windows color (decimal): -1941104 or 9462242. OLE color: 9462242.
HSL color Cylindrical-coordinate representation of color #E26190: hue angle of 338.14º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E26190 is Cyan = 0, Magento = 0.57, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 97 | 144 | - |
| CMYK | 0 | 0.57 | 0.36 | 0.11 |
| HSL | 338.14º | 0.69% | 0.63% | - |
| HSV(B) | 338.14º | 0.57% | 0.89% | - |
| XYZ | 40.67 | 26.73 | 29.4 | - |
| YUV | 140.93 | 129.74 | 188.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 97 | 144 | 0 | 0.57 | 0.36 | 0.11 | 338.14 | 0.69 | 0.63 |
| Hex | E2 | 61 | 90 | 0 | 39 | 24 | B | 152 | 45 | 3F |
| Octal | 342 | 141 | 220 | 0 | 71 | 44 | 13 | 522 | 105 | 77 |
| Binary | 11100010 | 1100001 | 10010000 | 0 | 111001 | 100100 | 1011 | 101010010 | 1000101 | 111111 |
Color Harmonies of #E26190
Complementary color
Monochromatic Colors of #E26190
Black with #E26190
Text Example
Text Example
White with #E26190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26190; }
p { color: rgb(226,97,144); }
H1.HeaderClassName
{
color: #E26190;
}
.AnyTagClassName
{
color: #E26190;
}
</style>
background-color css
<style>
a { background-color: #E26190; }
a { background-color: rgb(226,97,144); }
div.DivClassName
{
background-color: #E26190;
}
.BgClassName
{
background-color: #E26190;
}
</style>
border-color css
<style>
span { border-color: #E26190; }
span { border-color: rgb(226,97,144); }
td.TdClassName
{
border-color: #E26190;
}
.TagClassName
{
border-color: #E26190;
}
</style>