Shades of Pale Violet Red #E26CA2
Tints of Pale Violet Red #E26CA2
RGB
CMYK
RGB Variations
Color information
#E26CA2 (or 0xE26CA2) is known color: Pale Violet Red. HEX triplet: E2, 6C and A2. RGB value is (226,108,162). Sum of RGB (Red+Green+Blue) = 226+108+162=496 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.56% from 496); Green value is 108 (42.58% from 255 or 21.77% from 496); Blue value is 162 (63.67% from 255 or 32.66% from 496); Max value from RGB is 226 - color contains mainly: red. Hex color #E26CA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26CA2 is #1D935D. Grayscale: #959595. Windows color (decimal): -1938270 or 10644706. OLE color: 10644706.
HSL color Cylindrical-coordinate representation of color #E26CA2: hue angle of 332.54º 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 #E26CA2 is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 108 | 162 | - |
| CMYK | 0 | 0.52 | 0.28 | 0.11 |
| HSL | 332.54º | 0.67% | 0.65% | - |
| HSV(B) | 332.54º | 0.52% | 0.89% | - |
| XYZ | 43.25 | 29.5 | 37.6 | - |
| YUV | 149.44 | 135.09 | 182.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 108 | 162 | 0 | 0.52 | 0.28 | 0.11 | 332.54 | 0.67 | 0.65 |
| Hex | E2 | 6C | A2 | 0 | 34 | 1C | B | 14D | 43 | 41 |
| Octal | 342 | 154 | 242 | 0 | 64 | 34 | 13 | 515 | 103 | 101 |
| Binary | 11100010 | 1101100 | 10100010 | 0 | 110100 | 11100 | 1011 | 101001101 | 1000011 | 1000001 |
Color Harmonies of #E26CA2
Complementary color
Monochromatic Colors of #E26CA2
Black with #E26CA2
Text Example
Text Example
White with #E26CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26CA2; }
p { color: rgb(226,108,162); }
H1.HeaderClassName
{
color: #E26CA2;
}
.AnyTagClassName
{
color: #E26CA2;
}
</style>
background-color css
<style>
a { background-color: #E26CA2; }
a { background-color: rgb(226,108,162); }
div.DivClassName
{
background-color: #E26CA2;
}
.BgClassName
{
background-color: #E26CA2;
}
</style>
border-color css
<style>
span { border-color: #E26CA2; }
span { border-color: rgb(226,108,162); }
td.TdClassName
{
border-color: #E26CA2;
}
.TagClassName
{
border-color: #E26CA2;
}
</style>