Shades of Pale Violet Red #E16690
Tints of Pale Violet Red #E16690
RGB
CMYK
RGB Variations
Color information
#E16690 (or 0xE16690) is known color: Pale Violet Red. HEX triplet: E1, 66 and 90. RGB value is (225,102,144). Sum of RGB (Red+Green+Blue) = 225+102+144=471 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.77% from 471); Green value is 102 (40.23% from 255 or 21.66% from 471); Blue value is 144 (56.64% from 255 or 30.57% from 471); Max value from RGB is 225 - color contains mainly: red. Hex color #E16690 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16690 is #1E996F. Grayscale: #8F8F8F. Windows color (decimal): -2005360 or 9463521. OLE color: 9463521.
HSL color Cylindrical-coordinate representation of color #E16690: hue angle of 339.51º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E16690 is Cyan = 0, Magento = 0.55, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 102 | 144 | - |
| CMYK | 0 | 0.55 | 0.36 | 0.12 |
| HSL | 339.51º | 0.67% | 0.64% | - |
| HSV(B) | 339.51º | 0.55% | 0.88% | - |
| XYZ | 40.84 | 27.52 | 29.55 | - |
| YUV | 143.57 | 128.25 | 186.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 102 | 144 | 0 | 0.55 | 0.36 | 0.12 | 339.51 | 0.67 | 0.64 |
| Hex | E1 | 66 | 90 | 0 | 37 | 24 | C | 154 | 43 | 40 |
| Octal | 341 | 146 | 220 | 0 | 67 | 44 | 14 | 524 | 103 | 100 |
| Binary | 11100001 | 1100110 | 10010000 | 0 | 110111 | 100100 | 1100 | 101010100 | 1000011 | 1000000 |
Color Harmonies of #E16690
Complementary color
Monochromatic Colors of #E16690
Black with #E16690
Text Example
Text Example
White with #E16690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16690; }
p { color: rgb(225,102,144); }
H1.HeaderClassName
{
color: #E16690;
}
.AnyTagClassName
{
color: #E16690;
}
</style>
background-color css
<style>
a { background-color: #E16690; }
a { background-color: rgb(225,102,144); }
div.DivClassName
{
background-color: #E16690;
}
.BgClassName
{
background-color: #E16690;
}
</style>
border-color css
<style>
span { border-color: #E16690; }
span { border-color: rgb(225,102,144); }
td.TdClassName
{
border-color: #E16690;
}
.TagClassName
{
border-color: #E16690;
}
</style>