Shades of Pale Violet Red #E96D9C
Tints of Pale Violet Red #E96D9C
RGB
CMYK
RGB Variations
Color information
#E96D9C (or 0xE96D9C) is known color: Pale Violet Red. HEX triplet: E9, 6D and 9C. RGB value is (233,109,156). Sum of RGB (Red+Green+Blue) = 233+109+156=498 (65% of max value = 765). Red value is 233 (91.41% from 255 or 46.79% from 498); Green value is 109 (42.97% from 255 or 21.89% from 498); Blue value is 156 (61.33% from 255 or 31.33% from 498); Max value from RGB is 233 - color contains mainly: red. Hex color #E96D9C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96D9C is #169263. Grayscale: #979797. Windows color (decimal): -1479268 or 10251753. OLE color: 10251753.
HSL color Cylindrical-coordinate representation of color #E96D9C: hue angle of 337.26º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E96D9C is Cyan = 0, Magento = 0.53, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 109 | 156 | - |
| CMYK | 0 | 0.53 | 0.33 | 0.09 |
| HSL | 337.26º | 0.74% | 0.67% | - |
| HSV(B) | 337.26º | 0.53% | 0.91% | - |
| XYZ | 45.07 | 30.66 | 35 | - |
| YUV | 151.43 | 130.58 | 186.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 109 | 156 | 0 | 0.53 | 0.33 | 0.09 | 337.26 | 0.74 | 0.67 |
| Hex | E9 | 6D | 9C | 0 | 35 | 21 | 9 | 151 | 4A | 43 |
| Octal | 351 | 155 | 234 | 0 | 65 | 41 | 11 | 521 | 112 | 103 |
| Binary | 11101001 | 1101101 | 10011100 | 0 | 110101 | 100001 | 1001 | 101010001 | 1001010 | 1000011 |
Color Harmonies of #E96D9C
Complementary color
Monochromatic Colors of #E96D9C
Black with #E96D9C
Text Example
Text Example
White with #E96D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96D9C; }
p { color: rgb(233,109,156); }
H1.HeaderClassName
{
color: #E96D9C;
}
.AnyTagClassName
{
color: #E96D9C;
}
</style>
background-color css
<style>
a { background-color: #E96D9C; }
a { background-color: rgb(233,109,156); }
div.DivClassName
{
background-color: #E96D9C;
}
.BgClassName
{
background-color: #E96D9C;
}
</style>
border-color css
<style>
span { border-color: #E96D9C; }
span { border-color: rgb(233,109,156); }
td.TdClassName
{
border-color: #E96D9C;
}
.TagClassName
{
border-color: #E96D9C;
}
</style>