Shades of Pale Violet Red #E26FAA
Tints of Pale Violet Red #E26FAA
RGB
CMYK
RGB Variations
Color information
#E26FAA (or 0xE26FAA) is known color: Pale Violet Red. HEX triplet: E2, 6F and AA. RGB value is (226,111,170). Sum of RGB (Red+Green+Blue) = 226+111+170=507 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.58% from 507); Green value is 111 (43.75% from 255 or 21.89% from 507); Blue value is 170 (66.80% from 255 or 33.53% from 507); Max value from RGB is 226 - color contains mainly: red. Hex color #E26FAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26FAA is #1D9055. Grayscale: #979797. Windows color (decimal): -1937494 or 11169762. OLE color: 11169762.
HSL color Cylindrical-coordinate representation of color #E26FAA: hue angle of 329.22º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E26FAA is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 111 | 170 | - |
| CMYK | 0 | 0.51 | 0.25 | 0.11 |
| HSL | 329.22º | 0.66% | 0.66% | - |
| HSV(B) | 329.22º | 0.51% | 0.89% | - |
| XYZ | 44.3 | 30.44 | 41.57 | - |
| YUV | 152.11 | 138.1 | 180.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 111 | 170 | 0 | 0.51 | 0.25 | 0.11 | 329.22 | 0.66 | 0.66 |
| Hex | E2 | 6F | AA | 0 | 33 | 19 | B | 149 | 42 | 42 |
| Octal | 342 | 157 | 252 | 0 | 63 | 31 | 13 | 511 | 102 | 102 |
| Binary | 11100010 | 1101111 | 10101010 | 0 | 110011 | 11001 | 1011 | 101001001 | 1000010 | 1000010 |
Color Harmonies of #E26FAA
Complementary color
Monochromatic Colors of #E26FAA
Black with #E26FAA
Text Example
Text Example
White with #E26FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26FAA; }
p { color: rgb(226,111,170); }
H1.HeaderClassName
{
color: #E26FAA;
}
.AnyTagClassName
{
color: #E26FAA;
}
</style>
background-color css
<style>
a { background-color: #E26FAA; }
a { background-color: rgb(226,111,170); }
div.DivClassName
{
background-color: #E26FAA;
}
.BgClassName
{
background-color: #E26FAA;
}
</style>
border-color css
<style>
span { border-color: #E26FAA; }
span { border-color: rgb(226,111,170); }
td.TdClassName
{
border-color: #E26FAA;
}
.TagClassName
{
border-color: #E26FAA;
}
</style>