Shades of Pale Violet Red #E16B9F
Tints of Pale Violet Red #E16B9F
RGB
CMYK
RGB Variations
Color information
#E16B9F (or 0xE16B9F) is known color: Pale Violet Red. HEX triplet: E1, 6B and 9F. RGB value is (225,107,159). Sum of RGB (Red+Green+Blue) = 225+107+159=491 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.82% from 491); Green value is 107 (42.19% from 255 or 21.79% from 491); Blue value is 159 (62.5% from 255 or 32.38% from 491); Max value from RGB is 225 - color contains mainly: red. Hex color #E16B9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16B9F is #1E9460. Grayscale: #949494. Windows color (decimal): -2004065 or 10447841. OLE color: 10447841.
HSL color Cylindrical-coordinate representation of color #E16B9F: hue angle of 333.56º 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 #E16B9F is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 107 | 159 | - |
| CMYK | 0 | 0.52 | 0.29 | 0.12 |
| HSL | 333.56º | 0.66% | 0.65% | - |
| HSV(B) | 333.56º | 0.52% | 0.88% | - |
| XYZ | 42.57 | 29.03 | 36.16 | - |
| YUV | 148.21 | 134.09 | 182.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 107 | 159 | 0 | 0.52 | 0.29 | 0.12 | 333.56 | 0.66 | 0.65 |
| Hex | E1 | 6B | 9F | 0 | 34 | 1D | C | 14E | 42 | 41 |
| Octal | 341 | 153 | 237 | 0 | 64 | 35 | 14 | 516 | 102 | 101 |
| Binary | 11100001 | 1101011 | 10011111 | 0 | 110100 | 11101 | 1100 | 101001110 | 1000010 | 1000001 |
Color Harmonies of #E16B9F
Complementary color
Monochromatic Colors of #E16B9F
Black with #E16B9F
Text Example
Text Example
White with #E16B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16B9F; }
p { color: rgb(225,107,159); }
H1.HeaderClassName
{
color: #E16B9F;
}
.AnyTagClassName
{
color: #E16B9F;
}
</style>
background-color css
<style>
a { background-color: #E16B9F; }
a { background-color: rgb(225,107,159); }
div.DivClassName
{
background-color: #E16B9F;
}
.BgClassName
{
background-color: #E16B9F;
}
</style>
border-color css
<style>
span { border-color: #E16B9F; }
span { border-color: rgb(225,107,159); }
td.TdClassName
{
border-color: #E16B9F;
}
.TagClassName
{
border-color: #E16B9F;
}
</style>