Shades of Pale Violet Red #E16AAB
Tints of Pale Violet Red #E16AAB
RGB
CMYK
RGB Variations
Color information
#E16AAB (or 0xE16AAB) is known color: Pale Violet Red. HEX triplet: E1, 6A and AB. RGB value is (225,106,171). Sum of RGB (Red+Green+Blue) = 225+106+171=502 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.82% from 502); Green value is 106 (41.80% from 255 or 21.12% from 502); Blue value is 171 (67.19% from 255 or 34.06% from 502); Max value from RGB is 225 - color contains mainly: red. Hex color #E16AAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16AAB is #1E9554. Grayscale: #949494. Windows color (decimal): -2004309 or 11234017. OLE color: 11234017.
HSL color Cylindrical-coordinate representation of color #E16AAB: hue angle of 327.23º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E16AAB is Cyan = 0, Magento = 0.53, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 106 | 171 | - |
| CMYK | 0 | 0.53 | 0.24 | 0.12 |
| HSL | 327.23º | 0.66% | 0.65% | - |
| HSV(B) | 327.23º | 0.53% | 0.88% | - |
| XYZ | 43.56 | 29.26 | 41.88 | - |
| YUV | 148.99 | 140.42 | 182.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 106 | 171 | 0 | 0.53 | 0.24 | 0.12 | 327.23 | 0.66 | 0.65 |
| Hex | E1 | 6A | AB | 0 | 35 | 18 | C | 147 | 42 | 41 |
| Octal | 341 | 152 | 253 | 0 | 65 | 30 | 14 | 507 | 102 | 101 |
| Binary | 11100001 | 1101010 | 10101011 | 0 | 110101 | 11000 | 1100 | 101000111 | 1000010 | 1000001 |
Color Harmonies of #E16AAB
Complementary color
Monochromatic Colors of #E16AAB
Black with #E16AAB
Text Example
Text Example
White with #E16AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16AAB; }
p { color: rgb(225,106,171); }
H1.HeaderClassName
{
color: #E16AAB;
}
.AnyTagClassName
{
color: #E16AAB;
}
</style>
background-color css
<style>
a { background-color: #E16AAB; }
a { background-color: rgb(225,106,171); }
div.DivClassName
{
background-color: #E16AAB;
}
.BgClassName
{
background-color: #E16AAB;
}
</style>
border-color css
<style>
span { border-color: #E16AAB; }
span { border-color: rgb(225,106,171); }
td.TdClassName
{
border-color: #E16AAB;
}
.TagClassName
{
border-color: #E16AAB;
}
</style>