Shades of Pale Violet Red #E16BA2
Tints of Pale Violet Red #E16BA2
RGB
CMYK
RGB Variations
Color information
#E16BA2 (or 0xE16BA2) is known color: Pale Violet Red. HEX triplet: E1, 6B and A2. RGB value is (225,107,162). Sum of RGB (Red+Green+Blue) = 225+107+162=494 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.55% from 494); Green value is 107 (42.19% from 255 or 21.66% from 494); Blue value is 162 (63.67% from 255 or 32.79% from 494); Max value from RGB is 225 - color contains mainly: red. Hex color #E16BA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16BA2 is #1E945D. Grayscale: #949494. Windows color (decimal): -2004062 or 10644449. OLE color: 10644449.
HSL color Cylindrical-coordinate representation of color #E16BA2: hue angle of 332.03º 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 #E16BA2 is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 107 | 162 | - |
| CMYK | 0 | 0.52 | 0.28 | 0.12 |
| HSL | 332.03º | 0.66% | 0.65% | - |
| HSV(B) | 332.03º | 0.52% | 0.88% | - |
| XYZ | 42.83 | 29.13 | 37.55 | - |
| YUV | 148.55 | 135.59 | 182.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 107 | 162 | 0 | 0.52 | 0.28 | 0.12 | 332.03 | 0.66 | 0.65 |
| Hex | E1 | 6B | A2 | 0 | 34 | 1C | C | 14C | 42 | 41 |
| Octal | 341 | 153 | 242 | 0 | 64 | 34 | 14 | 514 | 102 | 101 |
| Binary | 11100001 | 1101011 | 10100010 | 0 | 110100 | 11100 | 1100 | 101001100 | 1000010 | 1000001 |
Color Harmonies of #E16BA2
Complementary color
Monochromatic Colors of #E16BA2
Black with #E16BA2
Text Example
Text Example
White with #E16BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16BA2; }
p { color: rgb(225,107,162); }
H1.HeaderClassName
{
color: #E16BA2;
}
.AnyTagClassName
{
color: #E16BA2;
}
</style>
background-color css
<style>
a { background-color: #E16BA2; }
a { background-color: rgb(225,107,162); }
div.DivClassName
{
background-color: #E16BA2;
}
.BgClassName
{
background-color: #E16BA2;
}
</style>
border-color css
<style>
span { border-color: #E16BA2; }
span { border-color: rgb(225,107,162); }
td.TdClassName
{
border-color: #E16BA2;
}
.TagClassName
{
border-color: #E16BA2;
}
</style>