Shades of Pale Violet Red #E167A5
Tints of Pale Violet Red #E167A5
RGB
CMYK
RGB Variations
Color information
#E167A5 (or 0xE167A5) is known color: Pale Violet Red. HEX triplet: E1, 67 and A5. RGB value is (225,103,165). Sum of RGB (Red+Green+Blue) = 225+103+165=493 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.64% from 493); Green value is 103 (40.62% from 255 or 20.89% from 493); Blue value is 165 (64.84% from 255 or 33.47% from 493); Max value from RGB is 225 - color contains mainly: red. Hex color #E167A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E167A5 is #1E985A. Grayscale: #929292. Windows color (decimal): -2005083 or 10840033. OLE color: 10840033.
HSL color Cylindrical-coordinate representation of color #E167A5: hue angle of 329.51º 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 #E167A5 is Cyan = 0, Magento = 0.54, Yellow = 0.27 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 103 | 165 | - |
| CMYK | 0 | 0.54 | 0.27 | 0.12 |
| HSL | 329.51º | 0.67% | 0.64% | - |
| HSV(B) | 329.51º | 0.54% | 0.88% | - |
| XYZ | 42.69 | 28.42 | 38.83 | - |
| YUV | 146.55 | 138.42 | 183.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 103 | 165 | 0 | 0.54 | 0.27 | 0.12 | 329.51 | 0.67 | 0.64 |
| Hex | E1 | 67 | A5 | 0 | 36 | 1B | C | 14A | 43 | 40 |
| Octal | 341 | 147 | 245 | 0 | 66 | 33 | 14 | 512 | 103 | 100 |
| Binary | 11100001 | 1100111 | 10100101 | 0 | 110110 | 11011 | 1100 | 101001010 | 1000011 | 1000000 |
Color Harmonies of #E167A5
Complementary color
Monochromatic Colors of #E167A5
Black with #E167A5
Text Example
Text Example
White with #E167A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E167A5; }
p { color: rgb(225,103,165); }
H1.HeaderClassName
{
color: #E167A5;
}
.AnyTagClassName
{
color: #E167A5;
}
</style>
background-color css
<style>
a { background-color: #E167A5; }
a { background-color: rgb(225,103,165); }
div.DivClassName
{
background-color: #E167A5;
}
.BgClassName
{
background-color: #E167A5;
}
</style>
border-color css
<style>
span { border-color: #E167A5; }
span { border-color: rgb(225,103,165); }
td.TdClassName
{
border-color: #E167A5;
}
.TagClassName
{
border-color: #E167A5;
}
</style>