Shades of Pale Violet Red #E26E9C
Tints of Pale Violet Red #E26E9C
RGB
CMYK
RGB Variations
Color information
#E26E9C (or 0xE26E9C) is known color: Pale Violet Red. HEX triplet: E2, 6E and 9C. RGB value is (226,110,156). Sum of RGB (Red+Green+Blue) = 226+110+156=492 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.93% from 492); Green value is 110 (43.36% from 255 or 22.36% from 492); Blue value is 156 (61.33% from 255 or 31.71% from 492); Max value from RGB is 226 - color contains mainly: red. Hex color #E26E9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26E9C is #1D9163. Grayscale: #959595. Windows color (decimal): -1937764 or 10252002. OLE color: 10252002.
HSL color Cylindrical-coordinate representation of color #E26E9C: hue angle of 336.21º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E26E9C is Cyan = 0, Magento = 0.51, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 110 | 156 | - |
| CMYK | 0 | 0.51 | 0.31 | 0.11 |
| HSL | 336.21º | 0.67% | 0.66% | - |
| HSV(B) | 336.21º | 0.51% | 0.89% | - |
| XYZ | 42.94 | 29.72 | 34.93 | - |
| YUV | 149.93 | 131.43 | 182.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 110 | 156 | 0 | 0.51 | 0.31 | 0.11 | 336.21 | 0.67 | 0.66 |
| Hex | E2 | 6E | 9C | 0 | 33 | 1F | B | 150 | 43 | 42 |
| Octal | 342 | 156 | 234 | 0 | 63 | 37 | 13 | 520 | 103 | 102 |
| Binary | 11100010 | 1101110 | 10011100 | 0 | 110011 | 11111 | 1011 | 101010000 | 1000011 | 1000010 |
Color Harmonies of #E26E9C
Complementary color
Monochromatic Colors of #E26E9C
Black with #E26E9C
Text Example
Text Example
White with #E26E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26E9C; }
p { color: rgb(226,110,156); }
H1.HeaderClassName
{
color: #E26E9C;
}
.AnyTagClassName
{
color: #E26E9C;
}
</style>
background-color css
<style>
a { background-color: #E26E9C; }
a { background-color: rgb(226,110,156); }
div.DivClassName
{
background-color: #E26E9C;
}
.BgClassName
{
background-color: #E26E9C;
}
</style>
border-color css
<style>
span { border-color: #E26E9C; }
span { border-color: rgb(226,110,156); }
td.TdClassName
{
border-color: #E26E9C;
}
.TagClassName
{
border-color: #E26E9C;
}
</style>