Shades of Pale Violet Red #E16293
Tints of Pale Violet Red #E16293
RGB
CMYK
RGB Variations
Color information
#E16293 (or 0xE16293) is known color: Pale Violet Red. HEX triplet: E1, 62 and 93. RGB value is (225,98,147). Sum of RGB (Red+Green+Blue) = 225+98+147=470 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.87% from 470); Green value is 98 (38.67% from 255 or 20.85% from 470); Blue value is 147 (57.81% from 255 or 31.28% from 470); Max value from RGB is 225 - color contains mainly: red. Hex color #E16293 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16293 is #1E9D6C. Grayscale: #8D8D8D. Windows color (decimal): -2006381 or 9659105. OLE color: 9659105.
HSL color Cylindrical-coordinate representation of color #E16293: hue angle of 336.85º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E16293 is Cyan = 0, Magento = 0.56, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 98 | 147 | - |
| CMYK | 0 | 0.56 | 0.35 | 0.12 |
| HSL | 336.85º | 0.68% | 0.63% | - |
| HSV(B) | 336.85º | 0.56% | 0.88% | - |
| XYZ | 40.69 | 26.85 | 30.64 | - |
| YUV | 141.56 | 131.08 | 187.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 98 | 147 | 0 | 0.56 | 0.35 | 0.12 | 336.85 | 0.68 | 0.63 |
| Hex | E1 | 62 | 93 | 0 | 38 | 23 | C | 151 | 44 | 3F |
| Octal | 341 | 142 | 223 | 0 | 70 | 43 | 14 | 521 | 104 | 77 |
| Binary | 11100001 | 1100010 | 10010011 | 0 | 111000 | 100011 | 1100 | 101010001 | 1000100 | 111111 |
Color Harmonies of #E16293
Complementary color
Monochromatic Colors of #E16293
Black with #E16293
Text Example
Text Example
White with #E16293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16293; }
p { color: rgb(225,98,147); }
H1.HeaderClassName
{
color: #E16293;
}
.AnyTagClassName
{
color: #E16293;
}
</style>
background-color css
<style>
a { background-color: #E16293; }
a { background-color: rgb(225,98,147); }
div.DivClassName
{
background-color: #E16293;
}
.BgClassName
{
background-color: #E16293;
}
</style>
border-color css
<style>
span { border-color: #E16293; }
span { border-color: rgb(225,98,147); }
td.TdClassName
{
border-color: #E16293;
}
.TagClassName
{
border-color: #E16293;
}
</style>