Shades of Pale Violet Red #E26C9C
Tints of Pale Violet Red #E26C9C
RGB
CMYK
RGB Variations
Color information
#E26C9C (or 0xE26C9C) is known color: Pale Violet Red. HEX triplet: E2, 6C and 9C. RGB value is (226,108,156). Sum of RGB (Red+Green+Blue) = 226+108+156=490 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.12% from 490); Green value is 108 (42.58% from 255 or 22.04% from 490); Blue value is 156 (61.33% from 255 or 31.84% from 490); Max value from RGB is 226 - color contains mainly: red. Hex color #E26C9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26C9C is #1D9363. Grayscale: #949494. Windows color (decimal): -1938276 or 10251490. OLE color: 10251490.
HSL color Cylindrical-coordinate representation of color #E26C9C: hue angle of 335.59º 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 #E26C9C is Cyan = 0, Magento = 0.52, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 108 | 156 | - |
| CMYK | 0 | 0.52 | 0.31 | 0.11 |
| HSL | 335.59º | 0.67% | 0.65% | - |
| HSV(B) | 335.59º | 0.52% | 0.89% | - |
| XYZ | 42.73 | 29.29 | 34.85 | - |
| YUV | 148.75 | 132.09 | 183.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 108 | 156 | 0 | 0.52 | 0.31 | 0.11 | 335.59 | 0.67 | 0.65 |
| Hex | E2 | 6C | 9C | 0 | 34 | 1F | B | 150 | 43 | 41 |
| Octal | 342 | 154 | 234 | 0 | 64 | 37 | 13 | 520 | 103 | 101 |
| Binary | 11100010 | 1101100 | 10011100 | 0 | 110100 | 11111 | 1011 | 101010000 | 1000011 | 1000001 |
Color Harmonies of #E26C9C
Complementary color
Monochromatic Colors of #E26C9C
Black with #E26C9C
Text Example
Text Example
White with #E26C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26C9C; }
p { color: rgb(226,108,156); }
H1.HeaderClassName
{
color: #E26C9C;
}
.AnyTagClassName
{
color: #E26C9C;
}
</style>
background-color css
<style>
a { background-color: #E26C9C; }
a { background-color: rgb(226,108,156); }
div.DivClassName
{
background-color: #E26C9C;
}
.BgClassName
{
background-color: #E26C9C;
}
</style>
border-color css
<style>
span { border-color: #E26C9C; }
span { border-color: rgb(226,108,156); }
td.TdClassName
{
border-color: #E26C9C;
}
.TagClassName
{
border-color: #E26C9C;
}
</style>