Shades of Pale Violet Red #E95E97
Tints of Pale Violet Red #E95E97
RGB
CMYK
RGB Variations
Color information
#E95E97 (or 0xE95E97) is known color: Pale Violet Red. HEX triplet: E9, 5E and 97. RGB value is (233,94,151). Sum of RGB (Red+Green+Blue) = 233+94+151=478 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.74% from 478); Green value is 94 (37.11% from 255 or 19.67% from 478); Blue value is 151 (59.38% from 255 or 31.59% from 478); Max value from RGB is 233 - color contains mainly: red. Hex color #E95E97 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95E97 is #16A168. Grayscale: #8D8D8D. Windows color (decimal): -1483113 or 9920233. OLE color: 9920233.
HSL color Cylindrical-coordinate representation of color #E95E97: hue angle of 335.4º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E95E97 is Cyan = 0, Magento = 0.60, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 94 | 151 | - |
| CMYK | 0 | 0.60 | 0.35 | 0.09 |
| HSL | 335.4º | 0.76% | 0.64% | - |
| HSV(B) | 335.4º | 0.6% | 0.91% | - |
| XYZ | 43.19 | 27.56 | 32.32 | - |
| YUV | 142.06 | 133.05 | 192.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 94 | 151 | 0 | 0.60 | 0.35 | 0.09 | 335.4 | 0.76 | 0.64 |
| Hex | E9 | 5E | 97 | 0 | 3C | 23 | 9 | 14F | 4C | 40 |
| Octal | 351 | 136 | 227 | 0 | 74 | 43 | 11 | 517 | 114 | 100 |
| Binary | 11101001 | 1011110 | 10010111 | 0 | 111100 | 100011 | 1001 | 101001111 | 1001100 | 1000000 |
Color Harmonies of #E95E97
Complementary color
Monochromatic Colors of #E95E97
Black with #E95E97
Text Example
Text Example
White with #E95E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95E97; }
p { color: rgb(233,94,151); }
H1.HeaderClassName
{
color: #E95E97;
}
.AnyTagClassName
{
color: #E95E97;
}
</style>
background-color css
<style>
a { background-color: #E95E97; }
a { background-color: rgb(233,94,151); }
div.DivClassName
{
background-color: #E95E97;
}
.BgClassName
{
background-color: #E95E97;
}
</style>
border-color css
<style>
span { border-color: #E95E97; }
span { border-color: rgb(233,94,151); }
td.TdClassName
{
border-color: #E95E97;
}
.TagClassName
{
border-color: #E95E97;
}
</style>