Shades of Pale Violet Red #E16C93
Tints of Pale Violet Red #E16C93
RGB
CMYK
RGB Variations
Color information
#E16C93 (or 0xE16C93) is known color: Pale Violet Red. HEX triplet: E1, 6C and 93. RGB value is (225,108,147). Sum of RGB (Red+Green+Blue) = 225+108+147=480 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.88% from 480); Green value is 108 (42.58% from 255 or 22.5% from 480); Blue value is 147 (57.81% from 255 or 30.62% from 480); Max value from RGB is 225 - color contains mainly: red. Hex color #E16C93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16C93 is #1E936C. Grayscale: #939393. Windows color (decimal): -2003821 or 9661665. OLE color: 9661665.
HSL color Cylindrical-coordinate representation of color #E16C93: hue angle of 340º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E16C93 is Cyan = 0, Magento = 0.52, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 108 | 147 | - |
| CMYK | 0 | 0.52 | 0.35 | 0.12 |
| HSL | 340º | 0.66% | 0.65% | - |
| HSV(B) | 340º | 0.52% | 0.88% | - |
| XYZ | 41.68 | 28.84 | 30.97 | - |
| YUV | 147.43 | 127.76 | 183.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 108 | 147 | 0 | 0.52 | 0.35 | 0.12 | 340 | 0.66 | 0.65 |
| Hex | E1 | 6C | 93 | 0 | 34 | 23 | C | 154 | 42 | 41 |
| Octal | 341 | 154 | 223 | 0 | 64 | 43 | 14 | 524 | 102 | 101 |
| Binary | 11100001 | 1101100 | 10010011 | 0 | 110100 | 100011 | 1100 | 101010100 | 1000010 | 1000001 |
Color Harmonies of #E16C93
Complementary color
Monochromatic Colors of #E16C93
Black with #E16C93
Text Example
Text Example
White with #E16C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16C93; }
p { color: rgb(225,108,147); }
H1.HeaderClassName
{
color: #E16C93;
}
.AnyTagClassName
{
color: #E16C93;
}
</style>
background-color css
<style>
a { background-color: #E16C93; }
a { background-color: rgb(225,108,147); }
div.DivClassName
{
background-color: #E16C93;
}
.BgClassName
{
background-color: #E16C93;
}
</style>
border-color css
<style>
span { border-color: #E16C93; }
span { border-color: rgb(225,108,147); }
td.TdClassName
{
border-color: #E16C93;
}
.TagClassName
{
border-color: #E16C93;
}
</style>