Shades of Pale Violet Red #E172A6
Tints of Pale Violet Red #E172A6
RGB
CMYK
RGB Variations
Color information
#E172A6 (or 0xE172A6) is known color: Pale Violet Red. HEX triplet: E1, 72 and A6. RGB value is (225,114,166). Sum of RGB (Red+Green+Blue) = 225+114+166=505 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.55% from 505); Green value is 114 (44.92% from 255 or 22.57% from 505); Blue value is 166 (65.23% from 255 or 32.87% from 505); Max value from RGB is 225 - color contains mainly: red. Hex color #E172A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E172A6 is #1E8D59. Grayscale: #999999. Windows color (decimal): -2002266 or 10908385. OLE color: 10908385.
HSL color Cylindrical-coordinate representation of color #E172A6: hue angle of 331.89º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E172A6 is Cyan = 0, Magento = 0.49, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 114 | 166 | - |
| CMYK | 0 | 0.49 | 0.26 | 0.12 |
| HSL | 331.89º | 0.65% | 0.66% | - |
| HSV(B) | 331.89º | 0.49% | 0.88% | - |
| XYZ | 43.95 | 30.8 | 39.7 | - |
| YUV | 153.12 | 135.27 | 179.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 114 | 166 | 0 | 0.49 | 0.26 | 0.12 | 331.89 | 0.65 | 0.66 |
| Hex | E1 | 72 | A6 | 0 | 31 | 1A | C | 14C | 41 | 42 |
| Octal | 341 | 162 | 246 | 0 | 61 | 32 | 14 | 514 | 101 | 102 |
| Binary | 11100001 | 1110010 | 10100110 | 0 | 110001 | 11010 | 1100 | 101001100 | 1000001 | 1000010 |
Color Harmonies of #E172A6
Complementary color
Monochromatic Colors of #E172A6
Black with #E172A6
Text Example
Text Example
White with #E172A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E172A6; }
p { color: rgb(225,114,166); }
H1.HeaderClassName
{
color: #E172A6;
}
.AnyTagClassName
{
color: #E172A6;
}
</style>
background-color css
<style>
a { background-color: #E172A6; }
a { background-color: rgb(225,114,166); }
div.DivClassName
{
background-color: #E172A6;
}
.BgClassName
{
background-color: #E172A6;
}
</style>
border-color css
<style>
span { border-color: #E172A6; }
span { border-color: rgb(225,114,166); }
td.TdClassName
{
border-color: #E172A6;
}
.TagClassName
{
border-color: #E172A6;
}
</style>