Shades of Pale Violet Red #E96FA4
Tints of Pale Violet Red #E96FA4
RGB
CMYK
RGB Variations
Color information
#E96FA4 (or 0xE96FA4) is known color: Pale Violet Red. HEX triplet: E9, 6F and A4. RGB value is (233,111,164). Sum of RGB (Red+Green+Blue) = 233+111+164=508 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.87% from 508); Green value is 111 (43.75% from 255 or 21.85% from 508); Blue value is 164 (64.45% from 255 or 32.28% from 508); Max value from RGB is 233 - color contains mainly: red. Hex color #E96FA4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96FA4 is #16905B. Grayscale: #999999. Windows color (decimal): -1478748 or 10776553. OLE color: 10776553.
HSL color Cylindrical-coordinate representation of color #E96FA4: hue angle of 333.93º 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 #E96FA4 is Cyan = 0, Magento = 0.52, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 111 | 164 | - |
| CMYK | 0 | 0.52 | 0.30 | 0.09 |
| HSL | 333.93º | 0.73% | 0.67% | - |
| HSV(B) | 333.93º | 0.52% | 0.91% | - |
| XYZ | 45.99 | 31.37 | 38.75 | - |
| YUV | 153.52 | 133.92 | 184.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 111 | 164 | 0 | 0.52 | 0.30 | 0.09 | 333.93 | 0.73 | 0.67 |
| Hex | E9 | 6F | A4 | 0 | 34 | 1E | 9 | 14E | 49 | 43 |
| Octal | 351 | 157 | 244 | 0 | 64 | 36 | 11 | 516 | 111 | 103 |
| Binary | 11101001 | 1101111 | 10100100 | 0 | 110100 | 11110 | 1001 | 101001110 | 1001001 | 1000011 |
Color Harmonies of #E96FA4
Complementary color
Monochromatic Colors of #E96FA4
Black with #E96FA4
Text Example
Text Example
White with #E96FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96FA4; }
p { color: rgb(233,111,164); }
H1.HeaderClassName
{
color: #E96FA4;
}
.AnyTagClassName
{
color: #E96FA4;
}
</style>
background-color css
<style>
a { background-color: #E96FA4; }
a { background-color: rgb(233,111,164); }
div.DivClassName
{
background-color: #E96FA4;
}
.BgClassName
{
background-color: #E96FA4;
}
</style>
border-color css
<style>
span { border-color: #E96FA4; }
span { border-color: rgb(233,111,164); }
td.TdClassName
{
border-color: #E96FA4;
}
.TagClassName
{
border-color: #E96FA4;
}
</style>