Shades of Pale Violet Red #E96CA3
Tints of Pale Violet Red #E96CA3
RGB
CMYK
RGB Variations
Color information
#E96CA3 (or 0xE96CA3) is known color: Pale Violet Red. HEX triplet: E9, 6C and A3. RGB value is (233,108,163). Sum of RGB (Red+Green+Blue) = 233+108+163=504 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.23% from 504); Green value is 108 (42.58% from 255 or 21.43% from 504); Blue value is 163 (64.06% from 255 or 32.34% from 504); Max value from RGB is 233 - color contains mainly: red. Hex color #E96CA3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96CA3 is #16935C. Grayscale: #979797. Windows color (decimal): -1479517 or 10710249. OLE color: 10710249.
HSL color Cylindrical-coordinate representation of color #E96CA3: hue angle of 333.6º 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 #E96CA3 is Cyan = 0, Magento = 0.54, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 108 | 163 | - |
| CMYK | 0 | 0.54 | 0.30 | 0.09 |
| HSL | 333.6º | 0.74% | 0.67% | - |
| HSV(B) | 333.6º | 0.54% | 0.91% | - |
| XYZ | 45.58 | 30.69 | 38.17 | - |
| YUV | 151.65 | 134.41 | 186.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 108 | 163 | 0 | 0.54 | 0.30 | 0.09 | 333.6 | 0.74 | 0.67 |
| Hex | E9 | 6C | A3 | 0 | 36 | 1E | 9 | 14E | 4A | 43 |
| Octal | 351 | 154 | 243 | 0 | 66 | 36 | 11 | 516 | 112 | 103 |
| Binary | 11101001 | 1101100 | 10100011 | 0 | 110110 | 11110 | 1001 | 101001110 | 1001010 | 1000011 |
Color Harmonies of #E96CA3
Complementary color
Monochromatic Colors of #E96CA3
Black with #E96CA3
Text Example
Text Example
White with #E96CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96CA3; }
p { color: rgb(233,108,163); }
H1.HeaderClassName
{
color: #E96CA3;
}
.AnyTagClassName
{
color: #E96CA3;
}
</style>
background-color css
<style>
a { background-color: #E96CA3; }
a { background-color: rgb(233,108,163); }
div.DivClassName
{
background-color: #E96CA3;
}
.BgClassName
{
background-color: #E96CA3;
}
</style>
border-color css
<style>
span { border-color: #E96CA3; }
span { border-color: rgb(233,108,163); }
td.TdClassName
{
border-color: #E96CA3;
}
.TagClassName
{
border-color: #E96CA3;
}
</style>