Shades of Pale Violet Red #E174A6
Tints of Pale Violet Red #E174A6
RGB
CMYK
RGB Variations
Color information
#E174A6 (or 0xE174A6) is known color: Pale Violet Red. HEX triplet: E1, 74 and A6. RGB value is (225,116,166). Sum of RGB (Red+Green+Blue) = 225+116+166=507 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.38% from 507); Green value is 116 (45.70% from 255 or 22.88% from 507); Blue value is 166 (65.23% from 255 or 32.74% from 507); Max value from RGB is 225 - color contains mainly: red. Hex color #E174A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E174A6 is #1E8B59. Grayscale: #9A9A9A. Windows color (decimal): -2001754 or 10908897. OLE color: 10908897.
HSL color Cylindrical-coordinate representation of color #E174A6: hue angle of 332.48º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E174A6 is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 116 | 166 | - |
| CMYK | 0 | 0.48 | 0.26 | 0.12 |
| HSL | 332.48º | 0.64% | 0.67% | - |
| HSV(B) | 332.48º | 0.48% | 0.88% | - |
| XYZ | 44.18 | 31.25 | 39.78 | - |
| YUV | 154.29 | 134.61 | 178.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 116 | 166 | 0 | 0.48 | 0.26 | 0.12 | 332.48 | 0.64 | 0.67 |
| Hex | E1 | 74 | A6 | 0 | 30 | 1A | C | 14C | 40 | 43 |
| Octal | 341 | 164 | 246 | 0 | 60 | 32 | 14 | 514 | 100 | 103 |
| Binary | 11100001 | 1110100 | 10100110 | 0 | 110000 | 11010 | 1100 | 101001100 | 1000000 | 1000011 |
Color Harmonies of #E174A6
Complementary color
Monochromatic Colors of #E174A6
Black with #E174A6
Text Example
Text Example
White with #E174A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E174A6; }
p { color: rgb(225,116,166); }
H1.HeaderClassName
{
color: #E174A6;
}
.AnyTagClassName
{
color: #E174A6;
}
</style>
background-color css
<style>
a { background-color: #E174A6; }
a { background-color: rgb(225,116,166); }
div.DivClassName
{
background-color: #E174A6;
}
.BgClassName
{
background-color: #E174A6;
}
</style>
border-color css
<style>
span { border-color: #E174A6; }
span { border-color: rgb(225,116,166); }
td.TdClassName
{
border-color: #E174A6;
}
.TagClassName
{
border-color: #E174A6;
}
</style>