Shades of Pale Violet Red #E177A6
Tints of Pale Violet Red #E177A6
RGB
CMYK
RGB Variations
Color information
#E177A6 (or 0xE177A6) is known color: Pale Violet Red. HEX triplet: E1, 77 and A6. RGB value is (225,119,166). Sum of RGB (Red+Green+Blue) = 225+119+166=510 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.12% from 510); Green value is 119 (46.88% from 255 or 23.33% from 510); Blue value is 166 (65.23% from 255 or 32.55% from 510); Max value from RGB is 225 - color contains mainly: red. Hex color #E177A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E177A6 is #1E8859. Grayscale: #9B9B9B. Windows color (decimal): -2000986 or 10909665. OLE color: 10909665.
HSL color Cylindrical-coordinate representation of color #E177A6: hue angle of 333.4º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E177A6 is Cyan = 0, Magento = 0.47, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 119 | 166 | - |
| CMYK | 0 | 0.47 | 0.26 | 0.12 |
| HSL | 333.4º | 0.64% | 0.67% | - |
| HSV(B) | 333.4º | 0.47% | 0.88% | - |
| XYZ | 44.53 | 31.95 | 39.9 | - |
| YUV | 156.05 | 133.62 | 177.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 119 | 166 | 0 | 0.47 | 0.26 | 0.12 | 333.4 | 0.64 | 0.67 |
| Hex | E1 | 77 | A6 | 0 | 2F | 1A | C | 14D | 40 | 43 |
| Octal | 341 | 167 | 246 | 0 | 57 | 32 | 14 | 515 | 100 | 103 |
| Binary | 11100001 | 1110111 | 10100110 | 0 | 101111 | 11010 | 1100 | 101001101 | 1000000 | 1000011 |
Color Harmonies of #E177A6
Complementary color
Monochromatic Colors of #E177A6
Black with #E177A6
Text Example
Text Example
White with #E177A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E177A6; }
p { color: rgb(225,119,166); }
H1.HeaderClassName
{
color: #E177A6;
}
.AnyTagClassName
{
color: #E177A6;
}
</style>
background-color css
<style>
a { background-color: #E177A6; }
a { background-color: rgb(225,119,166); }
div.DivClassName
{
background-color: #E177A6;
}
.BgClassName
{
background-color: #E177A6;
}
</style>
border-color css
<style>
span { border-color: #E177A6; }
span { border-color: rgb(225,119,166); }
td.TdClassName
{
border-color: #E177A6;
}
.TagClassName
{
border-color: #E177A6;
}
</style>