Shades of Pale Violet Red #E26D9F
Tints of Pale Violet Red #E26D9F
RGB
CMYK
RGB Variations
Color information
#E26D9F (or 0xE26D9F) is known color: Pale Violet Red. HEX triplet: E2, 6D and 9F. RGB value is (226,109,159). Sum of RGB (Red+Green+Blue) = 226+109+159=494 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.75% from 494); Green value is 109 (42.97% from 255 or 22.06% from 494); Blue value is 159 (62.5% from 255 or 32.19% from 494); Max value from RGB is 226 - color contains mainly: red. Hex color #E26D9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26D9F is #1D9260. Grayscale: #959595. Windows color (decimal): -1938017 or 10448354. OLE color: 10448354.
HSL color Cylindrical-coordinate representation of color #E26D9F: hue angle of 334.36º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E26D9F is Cyan = 0, Magento = 0.52, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 109 | 159 | - |
| CMYK | 0 | 0.52 | 0.30 | 0.11 |
| HSL | 334.36º | 0.67% | 0.66% | - |
| HSV(B) | 334.36º | 0.52% | 0.89% | - |
| XYZ | 43.09 | 29.61 | 36.24 | - |
| YUV | 149.68 | 133.26 | 182.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 109 | 159 | 0 | 0.52 | 0.30 | 0.11 | 334.36 | 0.67 | 0.66 |
| Hex | E2 | 6D | 9F | 0 | 34 | 1E | B | 14E | 43 | 42 |
| Octal | 342 | 155 | 237 | 0 | 64 | 36 | 13 | 516 | 103 | 102 |
| Binary | 11100010 | 1101101 | 10011111 | 0 | 110100 | 11110 | 1011 | 101001110 | 1000011 | 1000010 |
Color Harmonies of #E26D9F
Complementary color
Monochromatic Colors of #E26D9F
Black with #E26D9F
Text Example
Text Example
White with #E26D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26D9F; }
p { color: rgb(226,109,159); }
H1.HeaderClassName
{
color: #E26D9F;
}
.AnyTagClassName
{
color: #E26D9F;
}
</style>
background-color css
<style>
a { background-color: #E26D9F; }
a { background-color: rgb(226,109,159); }
div.DivClassName
{
background-color: #E26D9F;
}
.BgClassName
{
background-color: #E26D9F;
}
</style>
border-color css
<style>
span { border-color: #E26D9F; }
span { border-color: rgb(226,109,159); }
td.TdClassName
{
border-color: #E26D9F;
}
.TagClassName
{
border-color: #E26D9F;
}
</style>