Shades of Pale Violet Red #E86F9D
Tints of Pale Violet Red #E86F9D
RGB
CMYK
RGB Variations
Color information
#E86F9D (or 0xE86F9D) is known color: Pale Violet Red. HEX triplet: E8, 6F and 9D. RGB value is (232,111,157). Sum of RGB (Red+Green+Blue) = 232+111+157=500 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.4% from 500); Green value is 111 (43.75% from 255 or 22.2% from 500); Blue value is 157 (61.72% from 255 or 31.4% from 500); Max value from RGB is 232 - color contains mainly: red. Hex color #E86F9D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86F9D is #179062. Grayscale: #989898. Windows color (decimal): -1544291 or 10317800. OLE color: 10317800.
HSL color Cylindrical-coordinate representation of color #E86F9D: hue angle of 337.19º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E86F9D is Cyan = 0, Magento = 0.52, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 111 | 157 | - |
| CMYK | 0 | 0.52 | 0.32 | 0.09 |
| HSL | 337.19º | 0.72% | 0.67% | - |
| HSV(B) | 337.19º | 0.52% | 0.91% | - |
| XYZ | 45.05 | 30.96 | 35.5 | - |
| YUV | 152.42 | 130.59 | 184.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 111 | 157 | 0 | 0.52 | 0.32 | 0.09 | 337.19 | 0.72 | 0.67 |
| Hex | E8 | 6F | 9D | 0 | 34 | 20 | 9 | 151 | 48 | 43 |
| Octal | 350 | 157 | 235 | 0 | 64 | 40 | 11 | 521 | 110 | 103 |
| Binary | 11101000 | 1101111 | 10011101 | 0 | 110100 | 100000 | 1001 | 101010001 | 1001000 | 1000011 |
Color Harmonies of #E86F9D
Complementary color
Monochromatic Colors of #E86F9D
Black with #E86F9D
Text Example
Text Example
White with #E86F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86F9D; }
p { color: rgb(232,111,157); }
H1.HeaderClassName
{
color: #E86F9D;
}
.AnyTagClassName
{
color: #E86F9D;
}
</style>
background-color css
<style>
a { background-color: #E86F9D; }
a { background-color: rgb(232,111,157); }
div.DivClassName
{
background-color: #E86F9D;
}
.BgClassName
{
background-color: #E86F9D;
}
</style>
border-color css
<style>
span { border-color: #E86F9D; }
span { border-color: rgb(232,111,157); }
td.TdClassName
{
border-color: #E86F9D;
}
.TagClassName
{
border-color: #E86F9D;
}
</style>