Shades of Pale Violet Red #E166A6
Tints of Pale Violet Red #E166A6
RGB
CMYK
RGB Variations
Color information
#E166A6 (or 0xE166A6) is known color: Pale Violet Red. HEX triplet: E1, 66 and A6. RGB value is (225,102,166). Sum of RGB (Red+Green+Blue) = 225+102+166=493 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.64% from 493); Green value is 102 (40.23% from 255 or 20.69% from 493); Blue value is 166 (65.23% from 255 or 33.67% from 493); Max value from RGB is 225 - color contains mainly: red. Hex color #E166A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E166A6 is #1E9959. Grayscale: #919191. Windows color (decimal): -2005338 or 10905313. OLE color: 10905313.
HSL color Cylindrical-coordinate representation of color #E166A6: hue angle of 328.78º 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 #E166A6 is Cyan = 0, Magento = 0.55, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 102 | 166 | - |
| CMYK | 0 | 0.55 | 0.26 | 0.12 |
| HSL | 328.78º | 0.67% | 0.64% | - |
| HSV(B) | 328.78º | 0.55% | 0.88% | - |
| XYZ | 42.69 | 28.26 | 39.28 | - |
| YUV | 146.07 | 139.25 | 184.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 102 | 166 | 0 | 0.55 | 0.26 | 0.12 | 328.78 | 0.67 | 0.64 |
| Hex | E1 | 66 | A6 | 0 | 37 | 1A | C | 149 | 43 | 40 |
| Octal | 341 | 146 | 246 | 0 | 67 | 32 | 14 | 511 | 103 | 100 |
| Binary | 11100001 | 1100110 | 10100110 | 0 | 110111 | 11010 | 1100 | 101001001 | 1000011 | 1000000 |
Color Harmonies of #E166A6
Complementary color
Monochromatic Colors of #E166A6
Black with #E166A6
Text Example
Text Example
White with #E166A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E166A6; }
p { color: rgb(225,102,166); }
H1.HeaderClassName
{
color: #E166A6;
}
.AnyTagClassName
{
color: #E166A6;
}
</style>
background-color css
<style>
a { background-color: #E166A6; }
a { background-color: rgb(225,102,166); }
div.DivClassName
{
background-color: #E166A6;
}
.BgClassName
{
background-color: #E166A6;
}
</style>
border-color css
<style>
span { border-color: #E166A6; }
span { border-color: rgb(225,102,166); }
td.TdClassName
{
border-color: #E166A6;
}
.TagClassName
{
border-color: #E166A6;
}
</style>