Shades of Pale Violet Red #E96FA0
Tints of Pale Violet Red #E96FA0
RGB
CMYK
RGB Variations
Color information
#E96FA0 (or 0xE96FA0) is known color: Pale Violet Red. HEX triplet: E9, 6F and A0. RGB value is (233,111,160). Sum of RGB (Red+Green+Blue) = 233+111+160=504 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.23% from 504); Green value is 111 (43.75% from 255 or 22.02% from 504); Blue value is 160 (62.89% from 255 or 31.75% from 504); Max value from RGB is 233 - color contains mainly: red. Hex color #E96FA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96FA0 is #16905F. Grayscale: #989898. Windows color (decimal): -1478752 or 10514409. OLE color: 10514409.
HSL color Cylindrical-coordinate representation of color #E96FA0: hue angle of 335.9º 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 #E96FA0 is Cyan = 0, Magento = 0.52, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 111 | 160 | - |
| CMYK | 0 | 0.52 | 0.31 | 0.09 |
| HSL | 335.9º | 0.73% | 0.67% | - |
| HSV(B) | 335.9º | 0.52% | 0.91% | - |
| XYZ | 45.63 | 31.23 | 36.88 | - |
| YUV | 153.06 | 131.92 | 185.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 111 | 160 | 0 | 0.52 | 0.31 | 0.09 | 335.9 | 0.73 | 0.67 |
| Hex | E9 | 6F | A0 | 0 | 34 | 1F | 9 | 150 | 49 | 43 |
| Octal | 351 | 157 | 240 | 0 | 64 | 37 | 11 | 520 | 111 | 103 |
| Binary | 11101001 | 1101111 | 10100000 | 0 | 110100 | 11111 | 1001 | 101010000 | 1001001 | 1000011 |
Color Harmonies of #E96FA0
Complementary color
Monochromatic Colors of #E96FA0
Black with #E96FA0
Text Example
Text Example
White with #E96FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96FA0; }
p { color: rgb(233,111,160); }
H1.HeaderClassName
{
color: #E96FA0;
}
.AnyTagClassName
{
color: #E96FA0;
}
</style>
background-color css
<style>
a { background-color: #E96FA0; }
a { background-color: rgb(233,111,160); }
div.DivClassName
{
background-color: #E96FA0;
}
.BgClassName
{
background-color: #E96FA0;
}
</style>
border-color css
<style>
span { border-color: #E96FA0; }
span { border-color: rgb(233,111,160); }
td.TdClassName
{
border-color: #E96FA0;
}
.TagClassName
{
border-color: #E96FA0;
}
</style>