Shades of Pale Violet Red #E26C9F
Tints of Pale Violet Red #E26C9F
RGB
CMYK
RGB Variations
Color information
#E26C9F (or 0xE26C9F) is known color: Pale Violet Red. HEX triplet: E2, 6C and 9F. RGB value is (226,108,159). Sum of RGB (Red+Green+Blue) = 226+108+159=493 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.84% from 493); Green value is 108 (42.58% from 255 or 21.91% from 493); Blue value is 159 (62.5% from 255 or 32.25% from 493); Max value from RGB is 226 - color contains mainly: red. Hex color #E26C9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26C9F is #1D9360. Grayscale: #959595. Windows color (decimal): -1938273 or 10448098. OLE color: 10448098.
HSL color Cylindrical-coordinate representation of color #E26C9F: hue angle of 334.07º 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 #E26C9F is Cyan = 0, Magento = 0.52, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 108 | 159 | - |
| CMYK | 0 | 0.52 | 0.30 | 0.11 |
| HSL | 334.07º | 0.67% | 0.65% | - |
| HSV(B) | 334.07º | 0.52% | 0.89% | - |
| XYZ | 42.98 | 29.4 | 36.21 | - |
| YUV | 149.1 | 133.59 | 182.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 108 | 159 | 0 | 0.52 | 0.30 | 0.11 | 334.07 | 0.67 | 0.65 |
| Hex | E2 | 6C | 9F | 0 | 34 | 1E | B | 14E | 43 | 41 |
| Octal | 342 | 154 | 237 | 0 | 64 | 36 | 13 | 516 | 103 | 101 |
| Binary | 11100010 | 1101100 | 10011111 | 0 | 110100 | 11110 | 1011 | 101001110 | 1000011 | 1000001 |
Color Harmonies of #E26C9F
Complementary color
Monochromatic Colors of #E26C9F
Black with #E26C9F
Text Example
Text Example
White with #E26C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26C9F; }
p { color: rgb(226,108,159); }
H1.HeaderClassName
{
color: #E26C9F;
}
.AnyTagClassName
{
color: #E26C9F;
}
</style>
background-color css
<style>
a { background-color: #E26C9F; }
a { background-color: rgb(226,108,159); }
div.DivClassName
{
background-color: #E26C9F;
}
.BgClassName
{
background-color: #E26C9F;
}
</style>
border-color css
<style>
span { border-color: #E26C9F; }
span { border-color: rgb(226,108,159); }
td.TdClassName
{
border-color: #E26C9F;
}
.TagClassName
{
border-color: #E26C9F;
}
</style>