Shades of Pale Violet Red #E172AC
Tints of Pale Violet Red #E172AC
RGB
CMYK
RGB Variations
Color information
#E172AC (or 0xE172AC) is known color: Pale Violet Red. HEX triplet: E1, 72 and AC. RGB value is (225,114,172). Sum of RGB (Red+Green+Blue) = 225+114+172=511 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.03% from 511); Green value is 114 (44.92% from 255 or 22.31% from 511); Blue value is 172 (67.58% from 255 or 33.66% from 511); Max value from RGB is 225 - color contains mainly: red. Hex color #E172AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E172AC is #1E8D53. Grayscale: #999999. Windows color (decimal): -2002260 or 11301601. OLE color: 11301601.
HSL color Cylindrical-coordinate representation of color #E172AC: hue angle of 328.65º 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 #E172AC is Cyan = 0, Magento = 0.49, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 114 | 172 | - |
| CMYK | 0 | 0.49 | 0.24 | 0.12 |
| HSL | 328.65º | 0.65% | 0.66% | - |
| HSV(B) | 328.65º | 0.49% | 0.88% | - |
| XYZ | 44.52 | 31.02 | 42.67 | - |
| YUV | 153.8 | 138.27 | 178.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 114 | 172 | 0 | 0.49 | 0.24 | 0.12 | 328.65 | 0.65 | 0.66 |
| Hex | E1 | 72 | AC | 0 | 31 | 18 | C | 149 | 41 | 42 |
| Octal | 341 | 162 | 254 | 0 | 61 | 30 | 14 | 511 | 101 | 102 |
| Binary | 11100001 | 1110010 | 10101100 | 0 | 110001 | 11000 | 1100 | 101001001 | 1000001 | 1000010 |
Color Harmonies of #E172AC
Complementary color
Monochromatic Colors of #E172AC
Black with #E172AC
Text Example
Text Example
White with #E172AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E172AC; }
p { color: rgb(225,114,172); }
H1.HeaderClassName
{
color: #E172AC;
}
.AnyTagClassName
{
color: #E172AC;
}
</style>
background-color css
<style>
a { background-color: #E172AC; }
a { background-color: rgb(225,114,172); }
div.DivClassName
{
background-color: #E172AC;
}
.BgClassName
{
background-color: #E172AC;
}
</style>
border-color css
<style>
span { border-color: #E172AC; }
span { border-color: rgb(225,114,172); }
td.TdClassName
{
border-color: #E172AC;
}
.TagClassName
{
border-color: #E172AC;
}
</style>