Shades of Pale Violet Red #E86192
Tints of Pale Violet Red #E86192
RGB
CMYK
RGB Variations
Color information
#E86192 (or 0xE86192) is known color: Pale Violet Red. HEX triplet: E8, 61 and 92. RGB value is (232,97,146). Sum of RGB (Red+Green+Blue) = 232+97+146=475 (62% of max value = 765). Red value is 232 (91.02% from 255 or 48.84% from 475); Green value is 97 (38.28% from 255 or 20.42% from 475); Blue value is 146 (57.42% from 255 or 30.74% from 475); Max value from RGB is 232 - color contains mainly: red. Hex color #E86192 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86192 is #179E6D. Grayscale: #8E8E8E. Windows color (decimal): -1547886 or 9593320. OLE color: 9593320.
HSL color Cylindrical-coordinate representation of color #E86192: hue angle of 338.22º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E86192 is Cyan = 0, Magento = 0.58, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 97 | 146 | - |
| CMYK | 0 | 0.58 | 0.37 | 0.09 |
| HSL | 338.22º | 0.75% | 0.65% | - |
| HSV(B) | 338.22º | 0.58% | 0.91% | - |
| XYZ | 42.74 | 27.78 | 30.3 | - |
| YUV | 142.95 | 129.73 | 191.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 97 | 146 | 0 | 0.58 | 0.37 | 0.09 | 338.22 | 0.75 | 0.65 |
| Hex | E8 | 61 | 92 | 0 | 3A | 25 | 9 | 152 | 4B | 41 |
| Octal | 350 | 141 | 222 | 0 | 72 | 45 | 11 | 522 | 113 | 101 |
| Binary | 11101000 | 1100001 | 10010010 | 0 | 111010 | 100101 | 1001 | 101010010 | 1001011 | 1000001 |
Color Harmonies of #E86192
Complementary color
Monochromatic Colors of #E86192
Black with #E86192
Text Example
Text Example
White with #E86192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86192; }
p { color: rgb(232,97,146); }
H1.HeaderClassName
{
color: #E86192;
}
.AnyTagClassName
{
color: #E86192;
}
</style>
background-color css
<style>
a { background-color: #E86192; }
a { background-color: rgb(232,97,146); }
div.DivClassName
{
background-color: #E86192;
}
.BgClassName
{
background-color: #E86192;
}
</style>
border-color css
<style>
span { border-color: #E86192; }
span { border-color: rgb(232,97,146); }
td.TdClassName
{
border-color: #E86192;
}
.TagClassName
{
border-color: #E86192;
}
</style>