Shades of Pale Violet Red #E26090
Tints of Pale Violet Red #E26090
RGB
CMYK
RGB Variations
Color information
#E26090 (or 0xE26090) is known color: Pale Violet Red. HEX triplet: E2, 60 and 90. RGB value is (226,96,144). Sum of RGB (Red+Green+Blue) = 226+96+144=466 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.50% from 466); Green value is 96 (37.89% from 255 or 20.60% from 466); Blue value is 144 (56.64% from 255 or 30.90% from 466); Max value from RGB is 226 - color contains mainly: red. Hex color #E26090 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26090 is #1D9F6F. Grayscale: #8C8C8C. Windows color (decimal): -1941360 or 9461986. OLE color: 9461986.
HSL color Cylindrical-coordinate representation of color #E26090: hue angle of 337.85º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E26090 is Cyan = 0, Magento = 0.58, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 96 | 144 | - |
| CMYK | 0 | 0.58 | 0.36 | 0.11 |
| HSL | 337.85º | 0.69% | 0.63% | - |
| HSV(B) | 337.85º | 0.58% | 0.89% | - |
| XYZ | 40.58 | 26.55 | 29.37 | - |
| YUV | 140.34 | 130.07 | 189.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 96 | 144 | 0 | 0.58 | 0.36 | 0.11 | 337.85 | 0.69 | 0.63 |
| Hex | E2 | 60 | 90 | 0 | 3A | 24 | B | 152 | 45 | 3F |
| Octal | 342 | 140 | 220 | 0 | 72 | 44 | 13 | 522 | 105 | 77 |
| Binary | 11100010 | 1100000 | 10010000 | 0 | 111010 | 100100 | 1011 | 101010010 | 1000101 | 111111 |
Color Harmonies of #E26090
Complementary color
Monochromatic Colors of #E26090
Black with #E26090
Text Example
Text Example
White with #E26090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26090; }
p { color: rgb(226,96,144); }
H1.HeaderClassName
{
color: #E26090;
}
.AnyTagClassName
{
color: #E26090;
}
</style>
background-color css
<style>
a { background-color: #E26090; }
a { background-color: rgb(226,96,144); }
div.DivClassName
{
background-color: #E26090;
}
.BgClassName
{
background-color: #E26090;
}
</style>
border-color css
<style>
span { border-color: #E26090; }
span { border-color: rgb(226,96,144); }
td.TdClassName
{
border-color: #E26090;
}
.TagClassName
{
border-color: #E26090;
}
</style>