Shades of Pale Violet Red #E85E95
Tints of Pale Violet Red #E85E95
RGB
CMYK
RGB Variations
Color information
#E85E95 (or 0xE85E95) is known color: Pale Violet Red. HEX triplet: E8, 5E and 95. RGB value is (232,94,149). Sum of RGB (Red+Green+Blue) = 232+94+149=475 (62% of max value = 765). Red value is 232 (91.02% from 255 or 48.84% from 475); Green value is 94 (37.11% from 255 or 19.79% from 475); Blue value is 149 (58.59% from 255 or 31.37% from 475); Max value from RGB is 232 - color contains mainly: red. Hex color #E85E95 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85E95 is #17A16A. Grayscale: #8D8D8D. Windows color (decimal): -1548651 or 9789160. OLE color: 9789160.
HSL color Cylindrical-coordinate representation of color #E85E95: hue angle of 336.09º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E85E95 is Cyan = 0, Magento = 0.59, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 94 | 149 | - |
| CMYK | 0 | 0.59 | 0.36 | 0.09 |
| HSL | 336.09º | 0.75% | 0.64% | - |
| HSV(B) | 336.09º | 0.59% | 0.91% | - |
| XYZ | 42.71 | 27.33 | 31.46 | - |
| YUV | 141.53 | 132.22 | 192.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 94 | 149 | 0 | 0.59 | 0.36 | 0.09 | 336.09 | 0.75 | 0.64 |
| Hex | E8 | 5E | 95 | 0 | 3B | 24 | 9 | 150 | 4B | 40 |
| Octal | 350 | 136 | 225 | 0 | 73 | 44 | 11 | 520 | 113 | 100 |
| Binary | 11101000 | 1011110 | 10010101 | 0 | 111011 | 100100 | 1001 | 101010000 | 1001011 | 1000000 |
Color Harmonies of #E85E95
Complementary color
Monochromatic Colors of #E85E95
Black with #E85E95
Text Example
Text Example
White with #E85E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85E95; }
p { color: rgb(232,94,149); }
H1.HeaderClassName
{
color: #E85E95;
}
.AnyTagClassName
{
color: #E85E95;
}
</style>
background-color css
<style>
a { background-color: #E85E95; }
a { background-color: rgb(232,94,149); }
div.DivClassName
{
background-color: #E85E95;
}
.BgClassName
{
background-color: #E85E95;
}
</style>
border-color css
<style>
span { border-color: #E85E95; }
span { border-color: rgb(232,94,149); }
td.TdClassName
{
border-color: #E85E95;
}
.TagClassName
{
border-color: #E85E95;
}
</style>