Shades of Pale Violet Red #E96FA5
Tints of Pale Violet Red #E96FA5
RGB
CMYK
RGB Variations
Color information
#E96FA5 (or 0xE96FA5) is known color: Pale Violet Red. HEX triplet: E9, 6F and A5. RGB value is (233,111,165). Sum of RGB (Red+Green+Blue) = 233+111+165=509 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.78% from 509); Green value is 111 (43.75% from 255 or 21.81% from 509); Blue value is 165 (64.84% from 255 or 32.42% from 509); Max value from RGB is 233 - color contains mainly: red. Hex color #E96FA5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96FA5 is #16905A. Grayscale: #999999. Windows color (decimal): -1478747 or 10842089. OLE color: 10842089.
HSL color Cylindrical-coordinate representation of color #E96FA5: hue angle of 333.44º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E96FA5 is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 111 | 165 | - |
| CMYK | 0 | 0.52 | 0.29 | 0.09 |
| HSL | 333.44º | 0.73% | 0.67% | - |
| HSV(B) | 333.44º | 0.52% | 0.91% | - |
| XYZ | 46.08 | 31.41 | 39.23 | - |
| YUV | 153.63 | 134.42 | 184.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 111 | 165 | 0 | 0.52 | 0.29 | 0.09 | 333.44 | 0.73 | 0.67 |
| Hex | E9 | 6F | A5 | 0 | 34 | 1D | 9 | 14D | 49 | 43 |
| Octal | 351 | 157 | 245 | 0 | 64 | 35 | 11 | 515 | 111 | 103 |
| Binary | 11101001 | 1101111 | 10100101 | 0 | 110100 | 11101 | 1001 | 101001101 | 1001001 | 1000011 |
Color Harmonies of #E96FA5
Complementary color
Monochromatic Colors of #E96FA5
Black with #E96FA5
Text Example
Text Example
White with #E96FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96FA5; }
p { color: rgb(233,111,165); }
H1.HeaderClassName
{
color: #E96FA5;
}
.AnyTagClassName
{
color: #E96FA5;
}
</style>
background-color css
<style>
a { background-color: #E96FA5; }
a { background-color: rgb(233,111,165); }
div.DivClassName
{
background-color: #E96FA5;
}
.BgClassName
{
background-color: #E96FA5;
}
</style>
border-color css
<style>
span { border-color: #E96FA5; }
span { border-color: rgb(233,111,165); }
td.TdClassName
{
border-color: #E96FA5;
}
.TagClassName
{
border-color: #E96FA5;
}
</style>