Shades of Pale Violet Red #E27AA6
Tints of Pale Violet Red #E27AA6
RGB
CMYK
RGB Variations
Color information
#E27AA6 (or 0xE27AA6) is known color: Pale Violet Red. HEX triplet: E2, 7A and A6. RGB value is (226,122,166). Sum of RGB (Red+Green+Blue) = 226+122+166=514 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.97% from 514); Green value is 122 (48.05% from 255 or 23.74% from 514); Blue value is 166 (65.23% from 255 or 32.30% from 514); Max value from RGB is 226 - color contains mainly: red. Hex color #E27AA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E27AA6 is #1D8559. Grayscale: #9E9E9E. Windows color (decimal): -1934682 or 10910434. OLE color: 10910434.
HSL color Cylindrical-coordinate representation of color #E27AA6: hue angle of 334.62º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E27AA6 is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 122 | 166 | - |
| CMYK | 0 | 0.46 | 0.27 | 0.11 |
| HSL | 334.62º | 0.64% | 0.68% | - |
| HSV(B) | 334.62º | 0.46% | 0.89% | - |
| XYZ | 45.21 | 32.84 | 40.03 | - |
| YUV | 158.11 | 132.46 | 176.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 122 | 166 | 0 | 0.46 | 0.27 | 0.11 | 334.62 | 0.64 | 0.68 |
| Hex | E2 | 7A | A6 | 0 | 2E | 1B | B | 14F | 40 | 44 |
| Octal | 342 | 172 | 246 | 0 | 56 | 33 | 13 | 517 | 100 | 104 |
| Binary | 11100010 | 1111010 | 10100110 | 0 | 101110 | 11011 | 1011 | 101001111 | 1000000 | 1000100 |
Color Harmonies of #E27AA6
Complementary color
Monochromatic Colors of #E27AA6
Black with #E27AA6
Text Example
Text Example
White with #E27AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27AA6; }
p { color: rgb(226,122,166); }
H1.HeaderClassName
{
color: #E27AA6;
}
.AnyTagClassName
{
color: #E27AA6;
}
</style>
background-color css
<style>
a { background-color: #E27AA6; }
a { background-color: rgb(226,122,166); }
div.DivClassName
{
background-color: #E27AA6;
}
.BgClassName
{
background-color: #E27AA6;
}
</style>
border-color css
<style>
span { border-color: #E27AA6; }
span { border-color: rgb(226,122,166); }
td.TdClassName
{
border-color: #E27AA6;
}
.TagClassName
{
border-color: #E27AA6;
}
</style>