Shades of Pale Violet Red #E26AA7
Tints of Pale Violet Red #E26AA7
RGB
CMYK
RGB Variations
Color information
#E26AA7 (or 0xE26AA7) is known color: Pale Violet Red. HEX triplet: E2, 6A and A7. RGB value is (226,106,167). Sum of RGB (Red+Green+Blue) = 226+106+167=499 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.29% from 499); Green value is 106 (41.80% from 255 or 21.24% from 499); Blue value is 167 (65.62% from 255 or 33.47% from 499); Max value from RGB is 226 - color contains mainly: red. Hex color #E26AA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26AA7 is #1D9558. Grayscale: #949494. Windows color (decimal): -1938777 or 10971874. OLE color: 10971874.
HSL color Cylindrical-coordinate representation of color #E26AA7: hue angle of 329.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 #E26AA7 is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 106 | 167 | - |
| CMYK | 0 | 0.53 | 0.26 | 0.11 |
| HSL | 329.5º | 0.67% | 0.65% | - |
| HSV(B) | 329.5º | 0.53% | 0.89% | - |
| XYZ | 43.49 | 29.27 | 39.92 | - |
| YUV | 148.83 | 138.26 | 183.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 106 | 167 | 0 | 0.53 | 0.26 | 0.11 | 329.5 | 0.67 | 0.65 |
| Hex | E2 | 6A | A7 | 0 | 35 | 1A | B | 14A | 43 | 41 |
| Octal | 342 | 152 | 247 | 0 | 65 | 32 | 13 | 512 | 103 | 101 |
| Binary | 11100010 | 1101010 | 10100111 | 0 | 110101 | 11010 | 1011 | 101001010 | 1000011 | 1000001 |
Color Harmonies of #E26AA7
Complementary color
Monochromatic Colors of #E26AA7
Black with #E26AA7
Text Example
Text Example
White with #E26AA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26AA7; }
p { color: rgb(226,106,167); }
H1.HeaderClassName
{
color: #E26AA7;
}
.AnyTagClassName
{
color: #E26AA7;
}
</style>
background-color css
<style>
a { background-color: #E26AA7; }
a { background-color: rgb(226,106,167); }
div.DivClassName
{
background-color: #E26AA7;
}
.BgClassName
{
background-color: #E26AA7;
}
</style>
border-color css
<style>
span { border-color: #E26AA7; }
span { border-color: rgb(226,106,167); }
td.TdClassName
{
border-color: #E26AA7;
}
.TagClassName
{
border-color: #E26AA7;
}
</style>