Shades of Pale Violet Red #E174AB
Tints of Pale Violet Red #E174AB
RGB
CMYK
RGB Variations
Color information
#E174AB (or 0xE174AB) is known color: Pale Violet Red. HEX triplet: E1, 74 and AB. RGB value is (225,116,171). Sum of RGB (Red+Green+Blue) = 225+116+171=512 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.95% from 512); Green value is 116 (45.70% from 255 or 22.66% from 512); Blue value is 171 (67.19% from 255 or 33.40% from 512); Max value from RGB is 225 - color contains mainly: red. Hex color #E174AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E174AB is #1E8B54. Grayscale: #9A9A9A. Windows color (decimal): -2001749 or 11236577. OLE color: 11236577.
HSL color Cylindrical-coordinate representation of color #E174AB: hue angle of 329.72º 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 #E174AB is Cyan = 0, Magento = 0.48, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 116 | 171 | - |
| CMYK | 0 | 0.48 | 0.24 | 0.12 |
| HSL | 329.72º | 0.64% | 0.67% | - |
| HSV(B) | 329.72º | 0.48% | 0.88% | - |
| XYZ | 44.65 | 31.44 | 42.24 | - |
| YUV | 154.86 | 137.11 | 178.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 116 | 171 | 0 | 0.48 | 0.24 | 0.12 | 329.72 | 0.64 | 0.67 |
| Hex | E1 | 74 | AB | 0 | 30 | 18 | C | 14A | 40 | 43 |
| Octal | 341 | 164 | 253 | 0 | 60 | 30 | 14 | 512 | 100 | 103 |
| Binary | 11100001 | 1110100 | 10101011 | 0 | 110000 | 11000 | 1100 | 101001010 | 1000000 | 1000011 |
Color Harmonies of #E174AB
Complementary color
Monochromatic Colors of #E174AB
Black with #E174AB
Text Example
Text Example
White with #E174AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E174AB; }
p { color: rgb(225,116,171); }
H1.HeaderClassName
{
color: #E174AB;
}
.AnyTagClassName
{
color: #E174AB;
}
</style>
background-color css
<style>
a { background-color: #E174AB; }
a { background-color: rgb(225,116,171); }
div.DivClassName
{
background-color: #E174AB;
}
.BgClassName
{
background-color: #E174AB;
}
</style>
border-color css
<style>
span { border-color: #E174AB; }
span { border-color: rgb(225,116,171); }
td.TdClassName
{
border-color: #E174AB;
}
.TagClassName
{
border-color: #E174AB;
}
</style>