Shades of Pale Violet Red #E16F9C
Tints of Pale Violet Red #E16F9C
RGB
CMYK
RGB Variations
Color information
#E16F9C (or 0xE16F9C) is known color: Pale Violet Red. HEX triplet: E1, 6F and 9C. RGB value is (225,111,156). Sum of RGB (Red+Green+Blue) = 225+111+156=492 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.73% from 492); Green value is 111 (43.75% from 255 or 22.56% from 492); Blue value is 156 (61.33% from 255 or 31.71% from 492); Max value from RGB is 225 - color contains mainly: red. Hex color #E16F9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16F9C is #1E9063. Grayscale: #969696. Windows color (decimal): -2003044 or 10252257. OLE color: 10252257.
HSL color Cylindrical-coordinate representation of color #E16F9C: hue angle of 336.32º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E16F9C is Cyan = 0, Magento = 0.51, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 111 | 156 | - |
| CMYK | 0 | 0.51 | 0.31 | 0.12 |
| HSL | 336.32º | 0.66% | 0.66% | - |
| HSV(B) | 336.32º | 0.51% | 0.88% | - |
| XYZ | 42.74 | 29.78 | 34.95 | - |
| YUV | 150.22 | 131.27 | 181.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 111 | 156 | 0 | 0.51 | 0.31 | 0.12 | 336.32 | 0.66 | 0.66 |
| Hex | E1 | 6F | 9C | 0 | 33 | 1F | C | 150 | 42 | 42 |
| Octal | 341 | 157 | 234 | 0 | 63 | 37 | 14 | 520 | 102 | 102 |
| Binary | 11100001 | 1101111 | 10011100 | 0 | 110011 | 11111 | 1100 | 101010000 | 1000010 | 1000010 |
Color Harmonies of #E16F9C
Complementary color
Monochromatic Colors of #E16F9C
Black with #E16F9C
Text Example
Text Example
White with #E16F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16F9C; }
p { color: rgb(225,111,156); }
H1.HeaderClassName
{
color: #E16F9C;
}
.AnyTagClassName
{
color: #E16F9C;
}
</style>
background-color css
<style>
a { background-color: #E16F9C; }
a { background-color: rgb(225,111,156); }
div.DivClassName
{
background-color: #E16F9C;
}
.BgClassName
{
background-color: #E16F9C;
}
</style>
border-color css
<style>
span { border-color: #E16F9C; }
span { border-color: rgb(225,111,156); }
td.TdClassName
{
border-color: #E16F9C;
}
.TagClassName
{
border-color: #E16F9C;
}
</style>