Shades of Pale Violet Red #E26492
Tints of Pale Violet Red #E26492
RGB
CMYK
RGB Variations
Color information
#E26492 (or 0xE26492) is known color: Pale Violet Red. HEX triplet: E2, 64 and 92. RGB value is (226,100,146). Sum of RGB (Red+Green+Blue) = 226+100+146=472 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.88% from 472); Green value is 100 (39.45% from 255 or 21.19% from 472); Blue value is 146 (57.42% from 255 or 30.93% from 472); Max value from RGB is 226 - color contains mainly: red. Hex color #E26492 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26492 is #1D9B6D. Grayscale: #8E8E8E. Windows color (decimal): -1940334 or 9594082. OLE color: 9594082.
HSL color Cylindrical-coordinate representation of color #E26492: hue angle of 338.1º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E26492 is Cyan = 0, Magento = 0.56, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 100 | 146 | - |
| CMYK | 0 | 0.56 | 0.35 | 0.11 |
| HSL | 338.1º | 0.68% | 0.64% | - |
| HSV(B) | 338.1º | 0.56% | 0.89% | - |
| XYZ | 41.11 | 27.36 | 30.31 | - |
| YUV | 142.92 | 129.74 | 187.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 100 | 146 | 0 | 0.56 | 0.35 | 0.11 | 338.1 | 0.68 | 0.64 |
| Hex | E2 | 64 | 92 | 0 | 38 | 23 | B | 152 | 44 | 40 |
| Octal | 342 | 144 | 222 | 0 | 70 | 43 | 13 | 522 | 104 | 100 |
| Binary | 11100010 | 1100100 | 10010010 | 0 | 111000 | 100011 | 1011 | 101010010 | 1000100 | 1000000 |
Color Harmonies of #E26492
Complementary color
Monochromatic Colors of #E26492
Black with #E26492
Text Example
Text Example
White with #E26492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26492; }
p { color: rgb(226,100,146); }
H1.HeaderClassName
{
color: #E26492;
}
.AnyTagClassName
{
color: #E26492;
}
</style>
background-color css
<style>
a { background-color: #E26492; }
a { background-color: rgb(226,100,146); }
div.DivClassName
{
background-color: #E26492;
}
.BgClassName
{
background-color: #E26492;
}
</style>
border-color css
<style>
span { border-color: #E26492; }
span { border-color: rgb(226,100,146); }
td.TdClassName
{
border-color: #E26492;
}
.TagClassName
{
border-color: #E26492;
}
</style>