Shades of Pale Violet Red #E167A6
Tints of Pale Violet Red #E167A6
RGB
CMYK
RGB Variations
Color information
#E167A6 (or 0xE167A6) is known color: Pale Violet Red. HEX triplet: E1, 67 and A6. RGB value is (225,103,166). Sum of RGB (Red+Green+Blue) = 225+103+166=494 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.55% from 494); Green value is 103 (40.62% from 255 or 20.85% from 494); Blue value is 166 (65.23% from 255 or 33.60% from 494); Max value from RGB is 225 - color contains mainly: red. Hex color #E167A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E167A6 is #1E9859. Grayscale: #929292. Windows color (decimal): -2005082 or 10905569. OLE color: 10905569.
HSL color Cylindrical-coordinate representation of color #E167A6: hue angle of 329.02º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E167A6 is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 103 | 166 | - |
| CMYK | 0 | 0.54 | 0.26 | 0.12 |
| HSL | 329.02º | 0.67% | 0.64% | - |
| HSV(B) | 329.02º | 0.54% | 0.88% | - |
| XYZ | 42.78 | 28.46 | 39.31 | - |
| YUV | 146.66 | 138.92 | 183.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 103 | 166 | 0 | 0.54 | 0.26 | 0.12 | 329.02 | 0.67 | 0.64 |
| Hex | E1 | 67 | A6 | 0 | 36 | 1A | C | 149 | 43 | 40 |
| Octal | 341 | 147 | 246 | 0 | 66 | 32 | 14 | 511 | 103 | 100 |
| Binary | 11100001 | 1100111 | 10100110 | 0 | 110110 | 11010 | 1100 | 101001001 | 1000011 | 1000000 |
Color Harmonies of #E167A6
Complementary color
Monochromatic Colors of #E167A6
Black with #E167A6
Text Example
Text Example
White with #E167A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E167A6; }
p { color: rgb(225,103,166); }
H1.HeaderClassName
{
color: #E167A6;
}
.AnyTagClassName
{
color: #E167A6;
}
</style>
background-color css
<style>
a { background-color: #E167A6; }
a { background-color: rgb(225,103,166); }
div.DivClassName
{
background-color: #E167A6;
}
.BgClassName
{
background-color: #E167A6;
}
</style>
border-color css
<style>
span { border-color: #E167A6; }
span { border-color: rgb(225,103,166); }
td.TdClassName
{
border-color: #E167A6;
}
.TagClassName
{
border-color: #E167A6;
}
</style>