Shades of Pale Violet Red #E174A8
Tints of Pale Violet Red #E174A8
RGB
CMYK
RGB Variations
Color information
#E174A8 (or 0xE174A8) is known color: Pale Violet Red. HEX triplet: E1, 74 and A8. RGB value is (225,116,168). Sum of RGB (Red+Green+Blue) = 225+116+168=509 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.20% from 509); Green value is 116 (45.70% from 255 or 22.79% from 509); Blue value is 168 (66.02% from 255 or 33.01% from 509); Max value from RGB is 225 - color contains mainly: red. Hex color #E174A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E174A8 is #1E8B57. Grayscale: #9A9A9A. Windows color (decimal): -2001752 or 11039969. OLE color: 11039969.
HSL color Cylindrical-coordinate representation of color #E174A8: hue angle of 331.38º 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 #E174A8 is Cyan = 0, Magento = 0.48, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 116 | 168 | - |
| CMYK | 0 | 0.48 | 0.25 | 0.12 |
| HSL | 331.38º | 0.64% | 0.67% | - |
| HSV(B) | 331.38º | 0.48% | 0.88% | - |
| XYZ | 44.36 | 31.33 | 40.75 | - |
| YUV | 154.52 | 135.61 | 178.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 116 | 168 | 0 | 0.48 | 0.25 | 0.12 | 331.38 | 0.64 | 0.67 |
| Hex | E1 | 74 | A8 | 0 | 30 | 19 | C | 14B | 40 | 43 |
| Octal | 341 | 164 | 250 | 0 | 60 | 31 | 14 | 513 | 100 | 103 |
| Binary | 11100001 | 1110100 | 10101000 | 0 | 110000 | 11001 | 1100 | 101001011 | 1000000 | 1000011 |
Color Harmonies of #E174A8
Complementary color
Monochromatic Colors of #E174A8
Black with #E174A8
Text Example
Text Example
White with #E174A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E174A8; }
p { color: rgb(225,116,168); }
H1.HeaderClassName
{
color: #E174A8;
}
.AnyTagClassName
{
color: #E174A8;
}
</style>
background-color css
<style>
a { background-color: #E174A8; }
a { background-color: rgb(225,116,168); }
div.DivClassName
{
background-color: #E174A8;
}
.BgClassName
{
background-color: #E174A8;
}
</style>
border-color css
<style>
span { border-color: #E174A8; }
span { border-color: rgb(225,116,168); }
td.TdClassName
{
border-color: #E174A8;
}
.TagClassName
{
border-color: #E174A8;
}
</style>