Shades of Pale Violet Red #E26FA8
Tints of Pale Violet Red #E26FA8
RGB
CMYK
RGB Variations
Color information
#E26FA8 (or 0xE26FA8) is known color: Pale Violet Red. HEX triplet: E2, 6F and A8. RGB value is (226,111,168). Sum of RGB (Red+Green+Blue) = 226+111+168=505 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.75% from 505); Green value is 111 (43.75% from 255 or 21.98% from 505); Blue value is 168 (66.02% from 255 or 33.27% from 505); Max value from RGB is 226 - color contains mainly: red. Hex color #E26FA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26FA8 is #1D9057. Grayscale: #979797. Windows color (decimal): -1937496 or 11038690. OLE color: 11038690.
HSL color Cylindrical-coordinate representation of color #E26FA8: hue angle of 330.26º 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 #E26FA8 is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 111 | 168 | - |
| CMYK | 0 | 0.51 | 0.26 | 0.11 |
| HSL | 330.26º | 0.66% | 0.66% | - |
| HSV(B) | 330.26º | 0.51% | 0.89% | - |
| XYZ | 44.12 | 30.36 | 40.58 | - |
| YUV | 151.88 | 137.1 | 180.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 111 | 168 | 0 | 0.51 | 0.26 | 0.11 | 330.26 | 0.66 | 0.66 |
| Hex | E2 | 6F | A8 | 0 | 33 | 1A | B | 14A | 42 | 42 |
| Octal | 342 | 157 | 250 | 0 | 63 | 32 | 13 | 512 | 102 | 102 |
| Binary | 11100010 | 1101111 | 10101000 | 0 | 110011 | 11010 | 1011 | 101001010 | 1000010 | 1000010 |
Color Harmonies of #E26FA8
Complementary color
Monochromatic Colors of #E26FA8
Black with #E26FA8
Text Example
Text Example
White with #E26FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26FA8; }
p { color: rgb(226,111,168); }
H1.HeaderClassName
{
color: #E26FA8;
}
.AnyTagClassName
{
color: #E26FA8;
}
</style>
background-color css
<style>
a { background-color: #E26FA8; }
a { background-color: rgb(226,111,168); }
div.DivClassName
{
background-color: #E26FA8;
}
.BgClassName
{
background-color: #E26FA8;
}
</style>
border-color css
<style>
span { border-color: #E26FA8; }
span { border-color: rgb(226,111,168); }
td.TdClassName
{
border-color: #E26FA8;
}
.TagClassName
{
border-color: #E26FA8;
}
</style>