Shades of Pale Violet Red #E16BA7
Tints of Pale Violet Red #E16BA7
RGB
CMYK
RGB Variations
Color information
#E16BA7 (or 0xE16BA7) is known color: Pale Violet Red. HEX triplet: E1, 6B and A7. RGB value is (225,107,167). Sum of RGB (Red+Green+Blue) = 225+107+167=499 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45.09% from 499); Green value is 107 (42.19% from 255 or 21.44% from 499); Blue value is 167 (65.62% from 255 or 33.47% from 499); Max value from RGB is 225 - color contains mainly: red. Hex color #E16BA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16BA7 is #1E9458. Grayscale: #959595. Windows color (decimal): -2004057 or 10972129. OLE color: 10972129.
HSL color Cylindrical-coordinate representation of color #E16BA7: hue angle of 329.49º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E16BA7 is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 107 | 167 | - |
| CMYK | 0 | 0.52 | 0.26 | 0.12 |
| HSL | 329.49º | 0.66% | 0.65% | - |
| HSV(B) | 329.49º | 0.52% | 0.88% | - |
| XYZ | 43.28 | 29.31 | 39.94 | - |
| YUV | 149.12 | 138.09 | 182.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 107 | 167 | 0 | 0.52 | 0.26 | 0.12 | 329.49 | 0.66 | 0.65 |
| Hex | E1 | 6B | A7 | 0 | 34 | 1A | C | 149 | 42 | 41 |
| Octal | 341 | 153 | 247 | 0 | 64 | 32 | 14 | 511 | 102 | 101 |
| Binary | 11100001 | 1101011 | 10100111 | 0 | 110100 | 11010 | 1100 | 101001001 | 1000010 | 1000001 |
Color Harmonies of #E16BA7
Complementary color
Monochromatic Colors of #E16BA7
Black with #E16BA7
Text Example
Text Example
White with #E16BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16BA7; }
p { color: rgb(225,107,167); }
H1.HeaderClassName
{
color: #E16BA7;
}
.AnyTagClassName
{
color: #E16BA7;
}
</style>
background-color css
<style>
a { background-color: #E16BA7; }
a { background-color: rgb(225,107,167); }
div.DivClassName
{
background-color: #E16BA7;
}
.BgClassName
{
background-color: #E16BA7;
}
</style>
border-color css
<style>
span { border-color: #E16BA7; }
span { border-color: rgb(225,107,167); }
td.TdClassName
{
border-color: #E16BA7;
}
.TagClassName
{
border-color: #E16BA7;
}
</style>