Shades of Pale Violet Red #E26FAB
Tints of Pale Violet Red #E26FAB
RGB
CMYK
RGB Variations
Color information
#E26FAB (or 0xE26FAB) is known color: Pale Violet Red. HEX triplet: E2, 6F and AB. RGB value is (226,111,171). Sum of RGB (Red+Green+Blue) = 226+111+171=508 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.49% from 508); Green value is 111 (43.75% from 255 or 21.85% from 508); Blue value is 171 (67.19% from 255 or 33.66% from 508); Max value from RGB is 226 - color contains mainly: red. Hex color #E26FAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26FAB is #1D9054. Grayscale: #989898. Windows color (decimal): -1937493 or 11235298. OLE color: 11235298.
HSL color Cylindrical-coordinate representation of color #E26FAB: hue angle of 328.7º 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 #E26FAB is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 111 | 171 | - |
| CMYK | 0 | 0.51 | 0.24 | 0.11 |
| HSL | 328.7º | 0.66% | 0.66% | - |
| HSV(B) | 328.7º | 0.51% | 0.89% | - |
| XYZ | 44.4 | 30.48 | 42.07 | - |
| YUV | 152.23 | 138.6 | 180.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 111 | 171 | 0 | 0.51 | 0.24 | 0.11 | 328.7 | 0.66 | 0.66 |
| Hex | E2 | 6F | AB | 0 | 33 | 18 | B | 149 | 42 | 42 |
| Octal | 342 | 157 | 253 | 0 | 63 | 30 | 13 | 511 | 102 | 102 |
| Binary | 11100010 | 1101111 | 10101011 | 0 | 110011 | 11000 | 1011 | 101001001 | 1000010 | 1000010 |
Color Harmonies of #E26FAB
Complementary color
Monochromatic Colors of #E26FAB
Black with #E26FAB
Text Example
Text Example
White with #E26FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26FAB; }
p { color: rgb(226,111,171); }
H1.HeaderClassName
{
color: #E26FAB;
}
.AnyTagClassName
{
color: #E26FAB;
}
</style>
background-color css
<style>
a { background-color: #E26FAB; }
a { background-color: rgb(226,111,171); }
div.DivClassName
{
background-color: #E26FAB;
}
.BgClassName
{
background-color: #E26FAB;
}
</style>
border-color css
<style>
span { border-color: #E26FAB; }
span { border-color: rgb(226,111,171); }
td.TdClassName
{
border-color: #E26FAB;
}
.TagClassName
{
border-color: #E26FAB;
}
</style>