Shades of Pale Violet Red #E96BA3
Tints of Pale Violet Red #E96BA3
RGB
CMYK
RGB Variations
Color information
#E96BA3 (or 0xE96BA3) is known color: Pale Violet Red. HEX triplet: E9, 6B and A3. RGB value is (233,107,163). Sum of RGB (Red+Green+Blue) = 233+107+163=503 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.32% from 503); Green value is 107 (42.19% from 255 or 21.27% from 503); Blue value is 163 (64.06% from 255 or 32.41% from 503); Max value from RGB is 233 - color contains mainly: red. Hex color #E96BA3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96BA3 is #16945C. Grayscale: #969696. Windows color (decimal): -1479773 or 10709993. OLE color: 10709993.
HSL color Cylindrical-coordinate representation of color #E96BA3: hue angle of 333.33º 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 #E96BA3 is Cyan = 0, Magento = 0.54, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 107 | 163 | - |
| CMYK | 0 | 0.54 | 0.30 | 0.09 |
| HSL | 333.33º | 0.74% | 0.67% | - |
| HSV(B) | 333.33º | 0.54% | 0.91% | - |
| XYZ | 45.47 | 30.48 | 38.14 | - |
| YUV | 151.06 | 134.74 | 186.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 107 | 163 | 0 | 0.54 | 0.30 | 0.09 | 333.33 | 0.74 | 0.67 |
| Hex | E9 | 6B | A3 | 0 | 36 | 1E | 9 | 14D | 4A | 43 |
| Octal | 351 | 153 | 243 | 0 | 66 | 36 | 11 | 515 | 112 | 103 |
| Binary | 11101001 | 1101011 | 10100011 | 0 | 110110 | 11110 | 1001 | 101001101 | 1001010 | 1000011 |
Color Harmonies of #E96BA3
Complementary color
Monochromatic Colors of #E96BA3
Black with #E96BA3
Text Example
Text Example
White with #E96BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96BA3; }
p { color: rgb(233,107,163); }
H1.HeaderClassName
{
color: #E96BA3;
}
.AnyTagClassName
{
color: #E96BA3;
}
</style>
background-color css
<style>
a { background-color: #E96BA3; }
a { background-color: rgb(233,107,163); }
div.DivClassName
{
background-color: #E96BA3;
}
.BgClassName
{
background-color: #E96BA3;
}
</style>
border-color css
<style>
span { border-color: #E96BA3; }
span { border-color: rgb(233,107,163); }
td.TdClassName
{
border-color: #E96BA3;
}
.TagClassName
{
border-color: #E96BA3;
}
</style>