Shades of Pale Violet Red #E26294
Tints of Pale Violet Red #E26294
RGB
CMYK
RGB Variations
Color information
#E26294 (or 0xE26294) is known color: Pale Violet Red. HEX triplet: E2, 62 and 94. RGB value is (226,98,148). Sum of RGB (Red+Green+Blue) = 226+98+148=472 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.88% from 472); Green value is 98 (38.67% from 255 or 20.76% from 472); Blue value is 148 (58.20% from 255 or 31.36% from 472); Max value from RGB is 226 - color contains mainly: red. Hex color #E26294 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26294 is #1D9D6B. Grayscale: #8D8D8D. Windows color (decimal): -1940844 or 9724642. OLE color: 9724642.
HSL color Cylindrical-coordinate representation of color #E26294: hue angle of 336.56º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E26294 is Cyan = 0, Magento = 0.57, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 98 | 148 | - |
| CMYK | 0 | 0.57 | 0.35 | 0.11 |
| HSL | 336.56º | 0.69% | 0.64% | - |
| HSV(B) | 336.56º | 0.57% | 0.89% | - |
| XYZ | 41.08 | 27.04 | 31.07 | - |
| YUV | 141.97 | 131.41 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 98 | 148 | 0 | 0.57 | 0.35 | 0.11 | 336.56 | 0.69 | 0.64 |
| Hex | E2 | 62 | 94 | 0 | 39 | 23 | B | 151 | 45 | 40 |
| Octal | 342 | 142 | 224 | 0 | 71 | 43 | 13 | 521 | 105 | 100 |
| Binary | 11100010 | 1100010 | 10010100 | 0 | 111001 | 100011 | 1011 | 101010001 | 1000101 | 1000000 |
Color Harmonies of #E26294
Complementary color
Monochromatic Colors of #E26294
Black with #E26294
Text Example
Text Example
White with #E26294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26294; }
p { color: rgb(226,98,148); }
H1.HeaderClassName
{
color: #E26294;
}
.AnyTagClassName
{
color: #E26294;
}
</style>
background-color css
<style>
a { background-color: #E26294; }
a { background-color: rgb(226,98,148); }
div.DivClassName
{
background-color: #E26294;
}
.BgClassName
{
background-color: #E26294;
}
</style>
border-color css
<style>
span { border-color: #E26294; }
span { border-color: rgb(226,98,148); }
td.TdClassName
{
border-color: #E26294;
}
.TagClassName
{
border-color: #E26294;
}
</style>