Shades of Pale Violet Red #E85C98
Tints of Pale Violet Red #E85C98
RGB
CMYK
RGB Variations
Color information
#E85C98 (or 0xE85C98) is known color: Pale Violet Red. HEX triplet: E8, 5C and 98. RGB value is (232,92,152). Sum of RGB (Red+Green+Blue) = 232+92+152=476 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.74% from 476); Green value is 92 (36.33% from 255 or 19.33% from 476); Blue value is 152 (59.77% from 255 or 31.93% from 476); Max value from RGB is 232 - color contains mainly: red. Hex color #E85C98 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85C98 is #17A367. Grayscale: #8C8C8C. Windows color (decimal): -1549160 or 9985256. OLE color: 9985256.
HSL color Cylindrical-coordinate representation of color #E85C98: hue angle of 334.29º 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 #E85C98 is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 92 | 152 | - |
| CMYK | 0 | 0.60 | 0.34 | 0.09 |
| HSL | 334.29º | 0.75% | 0.64% | - |
| HSV(B) | 334.29º | 0.6% | 0.91% | - |
| XYZ | 42.77 | 27.08 | 32.68 | - |
| YUV | 140.7 | 134.38 | 193.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 92 | 152 | 0 | 0.60 | 0.34 | 0.09 | 334.29 | 0.75 | 0.64 |
| Hex | E8 | 5C | 98 | 0 | 3C | 22 | 9 | 14E | 4B | 40 |
| Octal | 350 | 134 | 230 | 0 | 74 | 42 | 11 | 516 | 113 | 100 |
| Binary | 11101000 | 1011100 | 10011000 | 0 | 111100 | 100010 | 1001 | 101001110 | 1001011 | 1000000 |
Color Harmonies of #E85C98
Complementary color
Monochromatic Colors of #E85C98
Black with #E85C98
Text Example
Text Example
White with #E85C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85C98; }
p { color: rgb(232,92,152); }
H1.HeaderClassName
{
color: #E85C98;
}
.AnyTagClassName
{
color: #E85C98;
}
</style>
background-color css
<style>
a { background-color: #E85C98; }
a { background-color: rgb(232,92,152); }
div.DivClassName
{
background-color: #E85C98;
}
.BgClassName
{
background-color: #E85C98;
}
</style>
border-color css
<style>
span { border-color: #E85C98; }
span { border-color: rgb(232,92,152); }
td.TdClassName
{
border-color: #E85C98;
}
.TagClassName
{
border-color: #E85C98;
}
</style>