Shades of Pale Violet Red #E16F9F
Tints of Pale Violet Red #E16F9F
RGB
CMYK
RGB Variations
Color information
#E16F9F (or 0xE16F9F) is known color: Pale Violet Red. HEX triplet: E1, 6F and 9F. RGB value is (225,111,159). Sum of RGB (Red+Green+Blue) = 225+111+159=495 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.45% from 495); Green value is 111 (43.75% from 255 or 22.42% from 495); Blue value is 159 (62.5% from 255 or 32.12% from 495); Max value from RGB is 225 - color contains mainly: red. Hex color #E16F9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16F9F is #1E9060. Grayscale: #969696. Windows color (decimal): -2003041 or 10448865. OLE color: 10448865.
HSL color Cylindrical-coordinate representation of color #E16F9F: hue angle of 334.74º 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 #E16F9F is Cyan = 0, Magento = 0.51, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 111 | 159 | - |
| CMYK | 0 | 0.51 | 0.29 | 0.12 |
| HSL | 334.74º | 0.66% | 0.66% | - |
| HSV(B) | 334.74º | 0.51% | 0.88% | - |
| XYZ | 42.99 | 29.88 | 36.3 | - |
| YUV | 150.56 | 132.77 | 181.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 111 | 159 | 0 | 0.51 | 0.29 | 0.12 | 334.74 | 0.66 | 0.66 |
| Hex | E1 | 6F | 9F | 0 | 33 | 1D | C | 14F | 42 | 42 |
| Octal | 341 | 157 | 237 | 0 | 63 | 35 | 14 | 517 | 102 | 102 |
| Binary | 11100001 | 1101111 | 10011111 | 0 | 110011 | 11101 | 1100 | 101001111 | 1000010 | 1000010 |
Color Harmonies of #E16F9F
Complementary color
Monochromatic Colors of #E16F9F
Black with #E16F9F
Text Example
Text Example
White with #E16F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16F9F; }
p { color: rgb(225,111,159); }
H1.HeaderClassName
{
color: #E16F9F;
}
.AnyTagClassName
{
color: #E16F9F;
}
</style>
background-color css
<style>
a { background-color: #E16F9F; }
a { background-color: rgb(225,111,159); }
div.DivClassName
{
background-color: #E16F9F;
}
.BgClassName
{
background-color: #E16F9F;
}
</style>
border-color css
<style>
span { border-color: #E16F9F; }
span { border-color: rgb(225,111,159); }
td.TdClassName
{
border-color: #E16F9F;
}
.TagClassName
{
border-color: #E16F9F;
}
</style>