Shades of Pale Violet Red #E26AA5
Tints of Pale Violet Red #E26AA5
RGB
CMYK
RGB Variations
Color information
#E26AA5 (or 0xE26AA5) is known color: Pale Violet Red. HEX triplet: E2, 6A and A5. RGB value is (226,106,165). Sum of RGB (Red+Green+Blue) = 226+106+165=497 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.47% from 497); Green value is 106 (41.80% from 255 or 21.33% from 497); Blue value is 165 (64.84% from 255 or 33.20% from 497); Max value from RGB is 226 - color contains mainly: red. Hex color #E26AA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26AA5 is #1D955A. Grayscale: #949494. Windows color (decimal): -1938779 or 10840802. OLE color: 10840802.
HSL color Cylindrical-coordinate representation of color #E26AA5: hue angle of 330.5º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E26AA5 is Cyan = 0, Magento = 0.53, Yellow = 0.27 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 106 | 165 | - |
| CMYK | 0 | 0.53 | 0.27 | 0.11 |
| HSL | 330.5º | 0.67% | 0.65% | - |
| HSV(B) | 330.5º | 0.53% | 0.89% | - |
| XYZ | 43.31 | 29.19 | 38.95 | - |
| YUV | 148.61 | 137.26 | 183.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 106 | 165 | 0 | 0.53 | 0.27 | 0.11 | 330.5 | 0.67 | 0.65 |
| Hex | E2 | 6A | A5 | 0 | 35 | 1B | B | 14A | 43 | 41 |
| Octal | 342 | 152 | 245 | 0 | 65 | 33 | 13 | 512 | 103 | 101 |
| Binary | 11100010 | 1101010 | 10100101 | 0 | 110101 | 11011 | 1011 | 101001010 | 1000011 | 1000001 |
Color Harmonies of #E26AA5
Complementary color
Monochromatic Colors of #E26AA5
Black with #E26AA5
Text Example
Text Example
White with #E26AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26AA5; }
p { color: rgb(226,106,165); }
H1.HeaderClassName
{
color: #E26AA5;
}
.AnyTagClassName
{
color: #E26AA5;
}
</style>
background-color css
<style>
a { background-color: #E26AA5; }
a { background-color: rgb(226,106,165); }
div.DivClassName
{
background-color: #E26AA5;
}
.BgClassName
{
background-color: #E26AA5;
}
</style>
border-color css
<style>
span { border-color: #E26AA5; }
span { border-color: rgb(226,106,165); }
td.TdClassName
{
border-color: #E26AA5;
}
.TagClassName
{
border-color: #E26AA5;
}
</style>