Shades of Pale Violet Red #E26C92
Tints of Pale Violet Red #E26C92
RGB
CMYK
RGB Variations
Color information
#E26C92 (or 0xE26C92) is known color: Pale Violet Red. HEX triplet: E2, 6C and 92. RGB value is (226,108,146). Sum of RGB (Red+Green+Blue) = 226+108+146=480 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.08% from 480); Green value is 108 (42.58% from 255 or 22.5% from 480); Blue value is 146 (57.42% from 255 or 30.42% from 480); Max value from RGB is 226 - color contains mainly: red. Hex color #E26C92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26C92 is #1D936D. Grayscale: #939393. Windows color (decimal): -1938286 or 9596130. OLE color: 9596130.
HSL color Cylindrical-coordinate representation of color #E26C92: hue angle of 340.68º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E26C92 is Cyan = 0, Magento = 0.52, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 108 | 146 | - |
| CMYK | 0 | 0.52 | 0.35 | 0.11 |
| HSL | 340.68º | 0.67% | 0.65% | - |
| HSV(B) | 340.68º | 0.52% | 0.89% | - |
| XYZ | 41.91 | 28.97 | 30.58 | - |
| YUV | 147.61 | 127.09 | 183.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 108 | 146 | 0 | 0.52 | 0.35 | 0.11 | 340.68 | 0.67 | 0.65 |
| Hex | E2 | 6C | 92 | 0 | 34 | 23 | B | 155 | 43 | 41 |
| Octal | 342 | 154 | 222 | 0 | 64 | 43 | 13 | 525 | 103 | 101 |
| Binary | 11100010 | 1101100 | 10010010 | 0 | 110100 | 100011 | 1011 | 101010101 | 1000011 | 1000001 |
Color Harmonies of #E26C92
Complementary color
Monochromatic Colors of #E26C92
Black with #E26C92
Text Example
Text Example
White with #E26C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26C92; }
p { color: rgb(226,108,146); }
H1.HeaderClassName
{
color: #E26C92;
}
.AnyTagClassName
{
color: #E26C92;
}
</style>
background-color css
<style>
a { background-color: #E26C92; }
a { background-color: rgb(226,108,146); }
div.DivClassName
{
background-color: #E26C92;
}
.BgClassName
{
background-color: #E26C92;
}
</style>
border-color css
<style>
span { border-color: #E26C92; }
span { border-color: rgb(226,108,146); }
td.TdClassName
{
border-color: #E26C92;
}
.TagClassName
{
border-color: #E26C92;
}
</style>