Shades of Pale Violet Red #E96EA4
Tints of Pale Violet Red #E96EA4
RGB
CMYK
RGB Variations
Color information
#E96EA4 (or 0xE96EA4) is known color: Pale Violet Red. HEX triplet: E9, 6E and A4. RGB value is (233,110,164). Sum of RGB (Red+Green+Blue) = 233+110+164=507 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.96% from 507); Green value is 110 (43.36% from 255 or 21.70% from 507); Blue value is 164 (64.45% from 255 or 32.35% from 507); Max value from RGB is 233 - color contains mainly: red. Hex color #E96EA4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96EA4 is #16915B. Grayscale: #989898. Windows color (decimal): -1479004 or 10776297. OLE color: 10776297.
HSL color Cylindrical-coordinate representation of color #E96EA4: hue angle of 333.66º 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 #E96EA4 is Cyan = 0, Magento = 0.53, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 110 | 164 | - |
| CMYK | 0 | 0.53 | 0.30 | 0.09 |
| HSL | 333.66º | 0.74% | 0.67% | - |
| HSV(B) | 333.66º | 0.53% | 0.91% | - |
| XYZ | 45.88 | 31.16 | 38.72 | - |
| YUV | 152.93 | 134.25 | 185.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 110 | 164 | 0 | 0.53 | 0.30 | 0.09 | 333.66 | 0.74 | 0.67 |
| Hex | E9 | 6E | A4 | 0 | 35 | 1E | 9 | 14E | 4A | 43 |
| Octal | 351 | 156 | 244 | 0 | 65 | 36 | 11 | 516 | 112 | 103 |
| Binary | 11101001 | 1101110 | 10100100 | 0 | 110101 | 11110 | 1001 | 101001110 | 1001010 | 1000011 |
Color Harmonies of #E96EA4
Complementary color
Monochromatic Colors of #E96EA4
Black with #E96EA4
Text Example
Text Example
White with #E96EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96EA4; }
p { color: rgb(233,110,164); }
H1.HeaderClassName
{
color: #E96EA4;
}
.AnyTagClassName
{
color: #E96EA4;
}
</style>
background-color css
<style>
a { background-color: #E96EA4; }
a { background-color: rgb(233,110,164); }
div.DivClassName
{
background-color: #E96EA4;
}
.BgClassName
{
background-color: #E96EA4;
}
</style>
border-color css
<style>
span { border-color: #E96EA4; }
span { border-color: rgb(233,110,164); }
td.TdClassName
{
border-color: #E96EA4;
}
.TagClassName
{
border-color: #E96EA4;
}
</style>