Shades of Pale Violet Red #E26FA2
Tints of Pale Violet Red #E26FA2
RGB
CMYK
RGB Variations
Color information
#E26FA2 (or 0xE26FA2) is known color: Pale Violet Red. HEX triplet: E2, 6F and A2. RGB value is (226,111,162). Sum of RGB (Red+Green+Blue) = 226+111+162=499 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.29% from 499); Green value is 111 (43.75% from 255 or 22.24% from 499); Blue value is 162 (63.67% from 255 or 32.46% from 499); Max value from RGB is 226 - color contains mainly: red. Hex color #E26FA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26FA2 is #1D905D. Grayscale: #979797. Windows color (decimal): -1937502 or 10645474. OLE color: 10645474.
HSL color Cylindrical-coordinate representation of color #E26FA2: hue angle of 333.39º 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 #E26FA2 is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 111 | 162 | - |
| CMYK | 0 | 0.51 | 0.28 | 0.11 |
| HSL | 333.39º | 0.66% | 0.66% | - |
| HSV(B) | 333.39º | 0.51% | 0.89% | - |
| XYZ | 43.57 | 30.15 | 37.7 | - |
| YUV | 151.2 | 134.1 | 181.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 111 | 162 | 0 | 0.51 | 0.28 | 0.11 | 333.39 | 0.66 | 0.66 |
| Hex | E2 | 6F | A2 | 0 | 33 | 1C | B | 14D | 42 | 42 |
| Octal | 342 | 157 | 242 | 0 | 63 | 34 | 13 | 515 | 102 | 102 |
| Binary | 11100010 | 1101111 | 10100010 | 0 | 110011 | 11100 | 1011 | 101001101 | 1000010 | 1000010 |
Color Harmonies of #E26FA2
Complementary color
Monochromatic Colors of #E26FA2
Black with #E26FA2
Text Example
Text Example
White with #E26FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26FA2; }
p { color: rgb(226,111,162); }
H1.HeaderClassName
{
color: #E26FA2;
}
.AnyTagClassName
{
color: #E26FA2;
}
</style>
background-color css
<style>
a { background-color: #E26FA2; }
a { background-color: rgb(226,111,162); }
div.DivClassName
{
background-color: #E26FA2;
}
.BgClassName
{
background-color: #E26FA2;
}
</style>
border-color css
<style>
span { border-color: #E26FA2; }
span { border-color: rgb(226,111,162); }
td.TdClassName
{
border-color: #E26FA2;
}
.TagClassName
{
border-color: #E26FA2;
}
</style>