Shades of Pale Violet Red #E26C9E
Tints of Pale Violet Red #E26C9E
RGB
CMYK
RGB Variations
Color information
#E26C9E (or 0xE26C9E) is known color: Pale Violet Red. HEX triplet: E2, 6C and 9E. RGB value is (226,108,158). Sum of RGB (Red+Green+Blue) = 226+108+158=492 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.93% from 492); Green value is 108 (42.58% from 255 or 21.95% from 492); Blue value is 158 (62.11% from 255 or 32.11% from 492); Max value from RGB is 226 - color contains mainly: red. Hex color #E26C9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26C9E is #1D9361. Grayscale: #949494. Windows color (decimal): -1938274 or 10382562. OLE color: 10382562.
HSL color Cylindrical-coordinate representation of color #E26C9E: hue angle of 334.58º 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 #E26C9E is Cyan = 0, Magento = 0.52, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 108 | 158 | - |
| CMYK | 0 | 0.52 | 0.30 | 0.11 |
| HSL | 334.58º | 0.67% | 0.65% | - |
| HSV(B) | 334.58º | 0.52% | 0.89% | - |
| XYZ | 42.9 | 29.36 | 35.75 | - |
| YUV | 148.98 | 133.09 | 182.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 108 | 158 | 0 | 0.52 | 0.30 | 0.11 | 334.58 | 0.67 | 0.65 |
| Hex | E2 | 6C | 9E | 0 | 34 | 1E | B | 14F | 43 | 41 |
| Octal | 342 | 154 | 236 | 0 | 64 | 36 | 13 | 517 | 103 | 101 |
| Binary | 11100010 | 1101100 | 10011110 | 0 | 110100 | 11110 | 1011 | 101001111 | 1000011 | 1000001 |
Color Harmonies of #E26C9E
Complementary color
Monochromatic Colors of #E26C9E
Black with #E26C9E
Text Example
Text Example
White with #E26C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26C9E; }
p { color: rgb(226,108,158); }
H1.HeaderClassName
{
color: #E26C9E;
}
.AnyTagClassName
{
color: #E26C9E;
}
</style>
background-color css
<style>
a { background-color: #E26C9E; }
a { background-color: rgb(226,108,158); }
div.DivClassName
{
background-color: #E26C9E;
}
.BgClassName
{
background-color: #E26C9E;
}
</style>
border-color css
<style>
span { border-color: #E26C9E; }
span { border-color: rgb(226,108,158); }
td.TdClassName
{
border-color: #E26C9E;
}
.TagClassName
{
border-color: #E26C9E;
}
</style>