Shades of Pale Violet Red #E85D98
Tints of Pale Violet Red #E85D98
RGB
CMYK
RGB Variations
Color information
#E85D98 (or 0xE85D98) is known color: Pale Violet Red. HEX triplet: E8, 5D and 98. RGB value is (232,93,152). Sum of RGB (Red+Green+Blue) = 232+93+152=477 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.64% from 477); Green value is 93 (36.72% from 255 or 19.50% from 477); Blue value is 152 (59.77% from 255 or 31.87% from 477); Max value from RGB is 232 - color contains mainly: red. Hex color #E85D98 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85D98 is #17A267. Grayscale: #8D8D8D. Windows color (decimal): -1548904 or 9985512. OLE color: 9985512.
HSL color Cylindrical-coordinate representation of color #E85D98: hue angle of 334.53º 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 #E85D98 is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 93 | 152 | - |
| CMYK | 0 | 0.60 | 0.34 | 0.09 |
| HSL | 334.53º | 0.75% | 0.64% | - |
| HSV(B) | 334.53º | 0.6% | 0.91% | - |
| XYZ | 42.86 | 27.25 | 32.71 | - |
| YUV | 141.29 | 134.05 | 192.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 93 | 152 | 0 | 0.60 | 0.34 | 0.09 | 334.53 | 0.75 | 0.64 |
| Hex | E8 | 5D | 98 | 0 | 3C | 22 | 9 | 14F | 4B | 40 |
| Octal | 350 | 135 | 230 | 0 | 74 | 42 | 11 | 517 | 113 | 100 |
| Binary | 11101000 | 1011101 | 10011000 | 0 | 111100 | 100010 | 1001 | 101001111 | 1001011 | 1000000 |
Color Harmonies of #E85D98
Complementary color
Monochromatic Colors of #E85D98
Black with #E85D98
Text Example
Text Example
White with #E85D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85D98; }
p { color: rgb(232,93,152); }
H1.HeaderClassName
{
color: #E85D98;
}
.AnyTagClassName
{
color: #E85D98;
}
</style>
background-color css
<style>
a { background-color: #E85D98; }
a { background-color: rgb(232,93,152); }
div.DivClassName
{
background-color: #E85D98;
}
.BgClassName
{
background-color: #E85D98;
}
</style>
border-color css
<style>
span { border-color: #E85D98; }
span { border-color: rgb(232,93,152); }
td.TdClassName
{
border-color: #E85D98;
}
.TagClassName
{
border-color: #E85D98;
}
</style>