Shades of Pale Violet Red #E96BA5
Tints of Pale Violet Red #E96BA5
RGB
CMYK
RGB Variations
Color information
#E96BA5 (or 0xE96BA5) is known color: Pale Violet Red. HEX triplet: E9, 6B and A5. RGB value is (233,107,165). Sum of RGB (Red+Green+Blue) = 233+107+165=505 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.14% from 505); Green value is 107 (42.19% from 255 or 21.19% from 505); Blue value is 165 (64.84% from 255 or 32.67% from 505); Max value from RGB is 233 - color contains mainly: red. Hex color #E96BA5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96BA5 is #16945A. Grayscale: #979797. Windows color (decimal): -1479771 or 10841065. OLE color: 10841065.
HSL color Cylindrical-coordinate representation of color #E96BA5: hue angle of 332.38º 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 #E96BA5 is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 107 | 165 | - |
| CMYK | 0 | 0.54 | 0.29 | 0.09 |
| HSL | 332.38º | 0.74% | 0.67% | - |
| HSV(B) | 332.38º | 0.54% | 0.91% | - |
| XYZ | 45.65 | 30.56 | 39.09 | - |
| YUV | 151.29 | 135.74 | 186.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 107 | 165 | 0 | 0.54 | 0.29 | 0.09 | 332.38 | 0.74 | 0.67 |
| Hex | E9 | 6B | A5 | 0 | 36 | 1D | 9 | 14C | 4A | 43 |
| Octal | 351 | 153 | 245 | 0 | 66 | 35 | 11 | 514 | 112 | 103 |
| Binary | 11101001 | 1101011 | 10100101 | 0 | 110110 | 11101 | 1001 | 101001100 | 1001010 | 1000011 |
Color Harmonies of #E96BA5
Complementary color
Monochromatic Colors of #E96BA5
Black with #E96BA5
Text Example
Text Example
White with #E96BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96BA5; }
p { color: rgb(233,107,165); }
H1.HeaderClassName
{
color: #E96BA5;
}
.AnyTagClassName
{
color: #E96BA5;
}
</style>
background-color css
<style>
a { background-color: #E96BA5; }
a { background-color: rgb(233,107,165); }
div.DivClassName
{
background-color: #E96BA5;
}
.BgClassName
{
background-color: #E96BA5;
}
</style>
border-color css
<style>
span { border-color: #E96BA5; }
span { border-color: rgb(233,107,165); }
td.TdClassName
{
border-color: #E96BA5;
}
.TagClassName
{
border-color: #E96BA5;
}
</style>