Shades of Pale Violet Red #E16F90
Tints of Pale Violet Red #E16F90
RGB
CMYK
RGB Variations
Color information
#E16F90 (or 0xE16F90) is known color: Pale Violet Red. HEX triplet: E1, 6F and 90. RGB value is (225,111,144). Sum of RGB (Red+Green+Blue) = 225+111+144=480 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.88% from 480); Green value is 111 (43.75% from 255 or 23.12% from 480); Blue value is 144 (56.64% from 255 or 30% from 480); Max value from RGB is 225 - color contains mainly: red. Hex color #E16F90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16F90 is #1E906F. Grayscale: #949494. Windows color (decimal): -2003056 or 9465825. OLE color: 9465825.
HSL color Cylindrical-coordinate representation of color #E16F90: hue angle of 342.63º 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 #E16F90 is Cyan = 0, Magento = 0.51, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 111 | 144 | - |
| CMYK | 0 | 0.51 | 0.36 | 0.12 |
| HSL | 342.63º | 0.66% | 0.66% | - |
| HSV(B) | 342.63º | 0.51% | 0.88% | - |
| XYZ | 41.77 | 29.39 | 29.86 | - |
| YUV | 148.85 | 125.27 | 182.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 111 | 144 | 0 | 0.51 | 0.36 | 0.12 | 342.63 | 0.66 | 0.66 |
| Hex | E1 | 6F | 90 | 0 | 33 | 24 | C | 157 | 42 | 42 |
| Octal | 341 | 157 | 220 | 0 | 63 | 44 | 14 | 527 | 102 | 102 |
| Binary | 11100001 | 1101111 | 10010000 | 0 | 110011 | 100100 | 1100 | 101010111 | 1000010 | 1000010 |
Color Harmonies of #E16F90
Complementary color
Monochromatic Colors of #E16F90
Black with #E16F90
Text Example
Text Example
White with #E16F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16F90; }
p { color: rgb(225,111,144); }
H1.HeaderClassName
{
color: #E16F90;
}
.AnyTagClassName
{
color: #E16F90;
}
</style>
background-color css
<style>
a { background-color: #E16F90; }
a { background-color: rgb(225,111,144); }
div.DivClassName
{
background-color: #E16F90;
}
.BgClassName
{
background-color: #E16F90;
}
</style>
border-color css
<style>
span { border-color: #E16F90; }
span { border-color: rgb(225,111,144); }
td.TdClassName
{
border-color: #E16F90;
}
.TagClassName
{
border-color: #E16F90;
}
</style>