Shades of Pale Violet Red #E166A2
Tints of Pale Violet Red #E166A2
RGB
CMYK
RGB Variations
Color information
#E166A2 (or 0xE166A2) is known color: Pale Violet Red. HEX triplet: E1, 66 and A2. RGB value is (225,102,162). Sum of RGB (Red+Green+Blue) = 225+102+162=489 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.01% from 489); Green value is 102 (40.23% from 255 or 20.86% from 489); Blue value is 162 (63.67% from 255 or 33.13% from 489); Max value from RGB is 225 - color contains mainly: red. Hex color #E166A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E166A2 is #1E995D. Grayscale: #919191. Windows color (decimal): -2005342 or 10643169. OLE color: 10643169.
HSL color Cylindrical-coordinate representation of color #E166A2: hue angle of 330.73º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E166A2 is Cyan = 0, Magento = 0.55, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 102 | 162 | - |
| CMYK | 0 | 0.55 | 0.28 | 0.12 |
| HSL | 330.73º | 0.67% | 0.64% | - |
| HSV(B) | 330.73º | 0.55% | 0.88% | - |
| XYZ | 42.32 | 28.12 | 37.38 | - |
| YUV | 145.62 | 137.25 | 184.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 102 | 162 | 0 | 0.55 | 0.28 | 0.12 | 330.73 | 0.67 | 0.64 |
| Hex | E1 | 66 | A2 | 0 | 37 | 1C | C | 14B | 43 | 40 |
| Octal | 341 | 146 | 242 | 0 | 67 | 34 | 14 | 513 | 103 | 100 |
| Binary | 11100001 | 1100110 | 10100010 | 0 | 110111 | 11100 | 1100 | 101001011 | 1000011 | 1000000 |
Color Harmonies of #E166A2
Complementary color
Monochromatic Colors of #E166A2
Black with #E166A2
Text Example
Text Example
White with #E166A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E166A2; }
p { color: rgb(225,102,162); }
H1.HeaderClassName
{
color: #E166A2;
}
.AnyTagClassName
{
color: #E166A2;
}
</style>
background-color css
<style>
a { background-color: #E166A2; }
a { background-color: rgb(225,102,162); }
div.DivClassName
{
background-color: #E166A2;
}
.BgClassName
{
background-color: #E166A2;
}
</style>
border-color css
<style>
span { border-color: #E166A2; }
span { border-color: rgb(225,102,162); }
td.TdClassName
{
border-color: #E166A2;
}
.TagClassName
{
border-color: #E166A2;
}
</style>