Shades of Pale Violet Red #E26690
Tints of Pale Violet Red #E26690
RGB
CMYK
RGB Variations
Color information
#E26690 (or 0xE26690) is known color: Pale Violet Red. HEX triplet: E2, 66 and 90. RGB value is (226,102,144). Sum of RGB (Red+Green+Blue) = 226+102+144=472 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.88% from 472); Green value is 102 (40.23% from 255 or 21.61% from 472); Blue value is 144 (56.64% from 255 or 30.51% from 472); Max value from RGB is 226 - color contains mainly: red. Hex color #E26690 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26690 is #1D996F. Grayscale: #8F8F8F. Windows color (decimal): -1939824 or 9463522. OLE color: 9463522.
HSL color Cylindrical-coordinate representation of color #E26690: hue angle of 339.68º 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 #E26690 is Cyan = 0, Magento = 0.55, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 102 | 144 | - |
| CMYK | 0 | 0.55 | 0.36 | 0.11 |
| HSL | 339.68º | 0.68% | 0.64% | - |
| HSV(B) | 339.68º | 0.55% | 0.89% | - |
| XYZ | 41.15 | 27.69 | 29.56 | - |
| YUV | 143.86 | 128.08 | 186.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 102 | 144 | 0 | 0.55 | 0.36 | 0.11 | 339.68 | 0.68 | 0.64 |
| Hex | E2 | 66 | 90 | 0 | 37 | 24 | B | 154 | 44 | 40 |
| Octal | 342 | 146 | 220 | 0 | 67 | 44 | 13 | 524 | 104 | 100 |
| Binary | 11100010 | 1100110 | 10010000 | 0 | 110111 | 100100 | 1011 | 101010100 | 1000100 | 1000000 |
Color Harmonies of #E26690
Complementary color
Monochromatic Colors of #E26690
Black with #E26690
Text Example
Text Example
White with #E26690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26690; }
p { color: rgb(226,102,144); }
H1.HeaderClassName
{
color: #E26690;
}
.AnyTagClassName
{
color: #E26690;
}
</style>
background-color css
<style>
a { background-color: #E26690; }
a { background-color: rgb(226,102,144); }
div.DivClassName
{
background-color: #E26690;
}
.BgClassName
{
background-color: #E26690;
}
</style>
border-color css
<style>
span { border-color: #E26690; }
span { border-color: rgb(226,102,144); }
td.TdClassName
{
border-color: #E26690;
}
.TagClassName
{
border-color: #E26690;
}
</style>