Shades of Pale Violet Red #E16B8F
Tints of Pale Violet Red #E16B8F
RGB
CMYK
RGB Variations
Color information
#E16B8F (or 0xE16B8F) is known color: Pale Violet Red. HEX triplet: E1, 6B and 8F. RGB value is (225,107,143). Sum of RGB (Red+Green+Blue) = 225+107+143=475 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.37% from 475); Green value is 107 (42.19% from 255 or 22.53% from 475); Blue value is 143 (56.25% from 255 or 30.11% from 475); Max value from RGB is 225 - color contains mainly: red. Hex color #E16B8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16B8F is #1E9470. Grayscale: #929292. Windows color (decimal): -2004081 or 9399265. OLE color: 9399265.
HSL color Cylindrical-coordinate representation of color #E16B8F: hue angle of 341.69º 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 #E16B8F is Cyan = 0, Magento = 0.52, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 107 | 143 | - |
| CMYK | 0 | 0.52 | 0.36 | 0.12 |
| HSL | 341.69º | 0.66% | 0.65% | - |
| HSV(B) | 341.69º | 0.52% | 0.88% | - |
| XYZ | 41.27 | 28.51 | 29.31 | - |
| YUV | 146.39 | 126.09 | 184.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 107 | 143 | 0 | 0.52 | 0.36 | 0.12 | 341.69 | 0.66 | 0.65 |
| Hex | E1 | 6B | 8F | 0 | 34 | 24 | C | 156 | 42 | 41 |
| Octal | 341 | 153 | 217 | 0 | 64 | 44 | 14 | 526 | 102 | 101 |
| Binary | 11100001 | 1101011 | 10001111 | 0 | 110100 | 100100 | 1100 | 101010110 | 1000010 | 1000001 |
Color Harmonies of #E16B8F
Complementary color
Monochromatic Colors of #E16B8F
Black with #E16B8F
Text Example
Text Example
White with #E16B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16B8F; }
p { color: rgb(225,107,143); }
H1.HeaderClassName
{
color: #E16B8F;
}
.AnyTagClassName
{
color: #E16B8F;
}
</style>
background-color css
<style>
a { background-color: #E16B8F; }
a { background-color: rgb(225,107,143); }
div.DivClassName
{
background-color: #E16B8F;
}
.BgClassName
{
background-color: #E16B8F;
}
</style>
border-color css
<style>
span { border-color: #E16B8F; }
span { border-color: rgb(225,107,143); }
td.TdClassName
{
border-color: #E16B8F;
}
.TagClassName
{
border-color: #E16B8F;
}
</style>