Shades of Pale Violet Red #E96B9F
Tints of Pale Violet Red #E96B9F
RGB
CMYK
RGB Variations
Color information
#E96B9F (or 0xE96B9F) is known color: Pale Violet Red. HEX triplet: E9, 6B and 9F. RGB value is (233,107,159). Sum of RGB (Red+Green+Blue) = 233+107+159=499 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.69% from 499); Green value is 107 (42.19% from 255 or 21.44% from 499); Blue value is 159 (62.5% from 255 or 31.86% from 499); Max value from RGB is 233 - color contains mainly: red. Hex color #E96B9F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96B9F is #169460. Grayscale: #969696. Windows color (decimal): -1479777 or 10447849. OLE color: 10447849.
HSL color Cylindrical-coordinate representation of color #E96B9F: hue angle of 335.24º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E96B9F is Cyan = 0, Magento = 0.54, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 107 | 159 | - |
| CMYK | 0 | 0.54 | 0.32 | 0.09 |
| HSL | 335.24º | 0.74% | 0.67% | - |
| HSV(B) | 335.24º | 0.54% | 0.91% | - |
| XYZ | 45.12 | 30.34 | 36.28 | - |
| YUV | 150.6 | 132.74 | 186.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 107 | 159 | 0 | 0.54 | 0.32 | 0.09 | 335.24 | 0.74 | 0.67 |
| Hex | E9 | 6B | 9F | 0 | 36 | 20 | 9 | 14F | 4A | 43 |
| Octal | 351 | 153 | 237 | 0 | 66 | 40 | 11 | 517 | 112 | 103 |
| Binary | 11101001 | 1101011 | 10011111 | 0 | 110110 | 100000 | 1001 | 101001111 | 1001010 | 1000011 |
Color Harmonies of #E96B9F
Complementary color
Monochromatic Colors of #E96B9F
Black with #E96B9F
Text Example
Text Example
White with #E96B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96B9F; }
p { color: rgb(233,107,159); }
H1.HeaderClassName
{
color: #E96B9F;
}
.AnyTagClassName
{
color: #E96B9F;
}
</style>
background-color css
<style>
a { background-color: #E96B9F; }
a { background-color: rgb(233,107,159); }
div.DivClassName
{
background-color: #E96B9F;
}
.BgClassName
{
background-color: #E96B9F;
}
</style>
border-color css
<style>
span { border-color: #E96B9F; }
span { border-color: rgb(233,107,159); }
td.TdClassName
{
border-color: #E96B9F;
}
.TagClassName
{
border-color: #E96B9F;
}
</style>