Shades of Pale Violet Red #E96BA4
Tints of Pale Violet Red #E96BA4
RGB
CMYK
RGB Variations
Color information
#E96BA4 (or 0xE96BA4) is known color: Pale Violet Red. HEX triplet: E9, 6B and A4. RGB value is (233,107,164). Sum of RGB (Red+Green+Blue) = 233+107+164=504 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.23% from 504); Green value is 107 (42.19% from 255 or 21.23% from 504); Blue value is 164 (64.45% from 255 or 32.54% from 504); Max value from RGB is 233 - color contains mainly: red. Hex color #E96BA4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96BA4 is #16945B. Grayscale: #979797. Windows color (decimal): -1479772 or 10775529. OLE color: 10775529.
HSL color Cylindrical-coordinate representation of color #E96BA4: hue angle of 332.86º 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 #E96BA4 is Cyan = 0, Magento = 0.54, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 107 | 164 | - |
| CMYK | 0 | 0.54 | 0.30 | 0.09 |
| HSL | 332.86º | 0.74% | 0.67% | - |
| HSV(B) | 332.86º | 0.54% | 0.91% | - |
| XYZ | 45.56 | 30.52 | 38.61 | - |
| YUV | 151.17 | 135.24 | 186.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 107 | 164 | 0 | 0.54 | 0.30 | 0.09 | 332.86 | 0.74 | 0.67 |
| Hex | E9 | 6B | A4 | 0 | 36 | 1E | 9 | 14D | 4A | 43 |
| Octal | 351 | 153 | 244 | 0 | 66 | 36 | 11 | 515 | 112 | 103 |
| Binary | 11101001 | 1101011 | 10100100 | 0 | 110110 | 11110 | 1001 | 101001101 | 1001010 | 1000011 |
Color Harmonies of #E96BA4
Complementary color
Monochromatic Colors of #E96BA4
Black with #E96BA4
Text Example
Text Example
White with #E96BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96BA4; }
p { color: rgb(233,107,164); }
H1.HeaderClassName
{
color: #E96BA4;
}
.AnyTagClassName
{
color: #E96BA4;
}
</style>
background-color css
<style>
a { background-color: #E96BA4; }
a { background-color: rgb(233,107,164); }
div.DivClassName
{
background-color: #E96BA4;
}
.BgClassName
{
background-color: #E96BA4;
}
</style>
border-color css
<style>
span { border-color: #E96BA4; }
span { border-color: rgb(233,107,164); }
td.TdClassName
{
border-color: #E96BA4;
}
.TagClassName
{
border-color: #E96BA4;
}
</style>