Shades of Pale Violet Red #E85D99
Tints of Pale Violet Red #E85D99
RGB
CMYK
RGB Variations
Color information
#E85D99 (or 0xE85D99) is known color: Pale Violet Red. HEX triplet: E8, 5D and 99. RGB value is (232,93,153). Sum of RGB (Red+Green+Blue) = 232+93+153=478 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.54% from 478); Green value is 93 (36.72% from 255 or 19.46% from 478); Blue value is 153 (60.16% from 255 or 32.01% from 478); Max value from RGB is 232 - color contains mainly: red. Hex color #E85D99 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85D99 is #17A266. Grayscale: #8D8D8D. Windows color (decimal): -1548903 or 10051048. OLE color: 10051048.
HSL color Cylindrical-coordinate representation of color #E85D99: hue angle of 334.1º degrees, saturation: 0.75, 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 #E85D99 is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 93 | 153 | - |
| CMYK | 0 | 0.60 | 0.34 | 0.09 |
| HSL | 334.1º | 0.75% | 0.64% | - |
| HSV(B) | 334.1º | 0.6% | 0.91% | - |
| XYZ | 42.94 | 27.28 | 33.14 | - |
| YUV | 141.4 | 134.55 | 192.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 93 | 153 | 0 | 0.60 | 0.34 | 0.09 | 334.1 | 0.75 | 0.64 |
| Hex | E8 | 5D | 99 | 0 | 3C | 22 | 9 | 14E | 4B | 40 |
| Octal | 350 | 135 | 231 | 0 | 74 | 42 | 11 | 516 | 113 | 100 |
| Binary | 11101000 | 1011101 | 10011001 | 0 | 111100 | 100010 | 1001 | 101001110 | 1001011 | 1000000 |
Color Harmonies of #E85D99
Complementary color
Monochromatic Colors of #E85D99
Black with #E85D99
Text Example
Text Example
White with #E85D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85D99; }
p { color: rgb(232,93,153); }
H1.HeaderClassName
{
color: #E85D99;
}
.AnyTagClassName
{
color: #E85D99;
}
</style>
background-color css
<style>
a { background-color: #E85D99; }
a { background-color: rgb(232,93,153); }
div.DivClassName
{
background-color: #E85D99;
}
.BgClassName
{
background-color: #E85D99;
}
</style>
border-color css
<style>
span { border-color: #E85D99; }
span { border-color: rgb(232,93,153); }
td.TdClassName
{
border-color: #E85D99;
}
.TagClassName
{
border-color: #E85D99;
}
</style>