Shades of Pale Violet Red #E16C99
Tints of Pale Violet Red #E16C99
RGB
CMYK
RGB Variations
Color information
#E16C99 (or 0xE16C99) is known color: Pale Violet Red. HEX triplet: E1, 6C and 99. RGB value is (225,108,153). Sum of RGB (Red+Green+Blue) = 225+108+153=486 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.30% from 486); Green value is 108 (42.58% from 255 or 22.22% from 486); Blue value is 153 (60.16% from 255 or 31.48% from 486); Max value from RGB is 225 - color contains mainly: red. Hex color #E16C99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16C99 is #1E9366. Grayscale: #949494. Windows color (decimal): -2003815 or 10054881. OLE color: 10054881.
HSL color Cylindrical-coordinate representation of color #E16C99: hue angle of 336.92º 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 #E16C99 is Cyan = 0, Magento = 0.52, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 108 | 153 | - |
| CMYK | 0 | 0.52 | 0.32 | 0.12 |
| HSL | 336.92º | 0.66% | 0.65% | - |
| HSV(B) | 336.92º | 0.52% | 0.88% | - |
| XYZ | 42.16 | 29.03 | 33.52 | - |
| YUV | 148.11 | 130.76 | 182.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 108 | 153 | 0 | 0.52 | 0.32 | 0.12 | 336.92 | 0.66 | 0.65 |
| Hex | E1 | 6C | 99 | 0 | 34 | 20 | C | 151 | 42 | 41 |
| Octal | 341 | 154 | 231 | 0 | 64 | 40 | 14 | 521 | 102 | 101 |
| Binary | 11100001 | 1101100 | 10011001 | 0 | 110100 | 100000 | 1100 | 101010001 | 1000010 | 1000001 |
Color Harmonies of #E16C99
Complementary color
Monochromatic Colors of #E16C99
Black with #E16C99
Text Example
Text Example
White with #E16C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16C99; }
p { color: rgb(225,108,153); }
H1.HeaderClassName
{
color: #E16C99;
}
.AnyTagClassName
{
color: #E16C99;
}
</style>
background-color css
<style>
a { background-color: #E16C99; }
a { background-color: rgb(225,108,153); }
div.DivClassName
{
background-color: #E16C99;
}
.BgClassName
{
background-color: #E16C99;
}
</style>
border-color css
<style>
span { border-color: #E16C99; }
span { border-color: rgb(225,108,153); }
td.TdClassName
{
border-color: #E16C99;
}
.TagClassName
{
border-color: #E16C99;
}
</style>