Shades of Pale Violet Red #E175A7
Tints of Pale Violet Red #E175A7
RGB
CMYK
RGB Variations
Color information
#E175A7 (or 0xE175A7) is known color: Pale Violet Red. HEX triplet: E1, 75 and A7. RGB value is (225,117,167). Sum of RGB (Red+Green+Blue) = 225+117+167=509 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.20% from 509); Green value is 117 (46.09% from 255 or 22.99% from 509); Blue value is 167 (65.62% from 255 or 32.81% from 509); Max value from RGB is 225 - color contains mainly: red. Hex color #E175A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E175A7 is #1E8A58. Grayscale: #9A9A9A. Windows color (decimal): -2001497 or 10974689. OLE color: 10974689.
HSL color Cylindrical-coordinate representation of color #E175A7: hue angle of 332.22º 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 #E175A7 is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 117 | 167 | - |
| CMYK | 0 | 0.48 | 0.26 | 0.12 |
| HSL | 332.22º | 0.64% | 0.67% | - |
| HSV(B) | 332.22º | 0.48% | 0.88% | - |
| XYZ | 44.39 | 31.52 | 40.3 | - |
| YUV | 154.99 | 134.78 | 177.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 117 | 167 | 0 | 0.48 | 0.26 | 0.12 | 332.22 | 0.64 | 0.67 |
| Hex | E1 | 75 | A7 | 0 | 30 | 1A | C | 14C | 40 | 43 |
| Octal | 341 | 165 | 247 | 0 | 60 | 32 | 14 | 514 | 100 | 103 |
| Binary | 11100001 | 1110101 | 10100111 | 0 | 110000 | 11010 | 1100 | 101001100 | 1000000 | 1000011 |
Color Harmonies of #E175A7
Complementary color
Monochromatic Colors of #E175A7
Black with #E175A7
Text Example
Text Example
White with #E175A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E175A7; }
p { color: rgb(225,117,167); }
H1.HeaderClassName
{
color: #E175A7;
}
.AnyTagClassName
{
color: #E175A7;
}
</style>
background-color css
<style>
a { background-color: #E175A7; }
a { background-color: rgb(225,117,167); }
div.DivClassName
{
background-color: #E175A7;
}
.BgClassName
{
background-color: #E175A7;
}
</style>
border-color css
<style>
span { border-color: #E175A7; }
span { border-color: rgb(225,117,167); }
td.TdClassName
{
border-color: #E175A7;
}
.TagClassName
{
border-color: #E175A7;
}
</style>