Shades of Pale Violet Red #E96E9A
Tints of Pale Violet Red #E96E9A
RGB
CMYK
RGB Variations
Color information
#E96E9A (or 0xE96E9A) is known color: Pale Violet Red. HEX triplet: E9, 6E and 9A. RGB value is (233,110,154). Sum of RGB (Red+Green+Blue) = 233+110+154=497 (65% of max value = 765). Red value is 233 (91.41% from 255 or 46.88% from 497); Green value is 110 (43.36% from 255 or 22.13% from 497); Blue value is 154 (60.55% from 255 or 30.99% from 497); Max value from RGB is 233 - color contains mainly: red. Hex color #E96E9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96E9A is #169165. Grayscale: #979797. Windows color (decimal): -1479014 or 10120937. OLE color: 10120937.
HSL color Cylindrical-coordinate representation of color #E96E9A: hue angle of 338.54º 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 #E96E9A is Cyan = 0, Magento = 0.53, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 110 | 154 | - |
| CMYK | 0 | 0.53 | 0.34 | 0.09 |
| HSL | 338.54º | 0.74% | 0.67% | - |
| HSV(B) | 338.54º | 0.53% | 0.91% | - |
| XYZ | 45.01 | 30.81 | 34.15 | - |
| YUV | 151.79 | 129.25 | 185.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 110 | 154 | 0 | 0.53 | 0.34 | 0.09 | 338.54 | 0.74 | 0.67 |
| Hex | E9 | 6E | 9A | 0 | 35 | 22 | 9 | 153 | 4A | 43 |
| Octal | 351 | 156 | 232 | 0 | 65 | 42 | 11 | 523 | 112 | 103 |
| Binary | 11101001 | 1101110 | 10011010 | 0 | 110101 | 100010 | 1001 | 101010011 | 1001010 | 1000011 |
Color Harmonies of #E96E9A
Complementary color
Monochromatic Colors of #E96E9A
Black with #E96E9A
Text Example
Text Example
White with #E96E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96E9A; }
p { color: rgb(233,110,154); }
H1.HeaderClassName
{
color: #E96E9A;
}
.AnyTagClassName
{
color: #E96E9A;
}
</style>
background-color css
<style>
a { background-color: #E96E9A; }
a { background-color: rgb(233,110,154); }
div.DivClassName
{
background-color: #E96E9A;
}
.BgClassName
{
background-color: #E96E9A;
}
</style>
border-color css
<style>
span { border-color: #E96E9A; }
span { border-color: rgb(233,110,154); }
td.TdClassName
{
border-color: #E96E9A;
}
.TagClassName
{
border-color: #E96E9A;
}
</style>