Shades of Pale Violet Red #E86F9A
Tints of Pale Violet Red #E86F9A
RGB
CMYK
RGB Variations
Color information
#E86F9A (or 0xE86F9A) is known color: Pale Violet Red. HEX triplet: E8, 6F and 9A. RGB value is (232,111,154). Sum of RGB (Red+Green+Blue) = 232+111+154=497 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.68% from 497); Green value is 111 (43.75% from 255 or 22.33% from 497); Blue value is 154 (60.55% from 255 or 30.99% from 497); Max value from RGB is 232 - color contains mainly: red. Hex color #E86F9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86F9A is #179065. Grayscale: #989898. Windows color (decimal): -1544294 or 10121192. OLE color: 10121192.
HSL color Cylindrical-coordinate representation of color #E86F9A: hue angle of 338.68º 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 #E86F9A is Cyan = 0, Magento = 0.52, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 111 | 154 | - |
| CMYK | 0 | 0.52 | 0.34 | 0.09 |
| HSL | 338.68º | 0.72% | 0.67% | - |
| HSV(B) | 338.68º | 0.52% | 0.91% | - |
| XYZ | 44.8 | 30.86 | 34.17 | - |
| YUV | 152.08 | 129.09 | 185 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 111 | 154 | 0 | 0.52 | 0.34 | 0.09 | 338.68 | 0.72 | 0.67 |
| Hex | E8 | 6F | 9A | 0 | 34 | 22 | 9 | 153 | 48 | 43 |
| Octal | 350 | 157 | 232 | 0 | 64 | 42 | 11 | 523 | 110 | 103 |
| Binary | 11101000 | 1101111 | 10011010 | 0 | 110100 | 100010 | 1001 | 101010011 | 1001000 | 1000011 |
Color Harmonies of #E86F9A
Complementary color
Monochromatic Colors of #E86F9A
Black with #E86F9A
Text Example
Text Example
White with #E86F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86F9A; }
p { color: rgb(232,111,154); }
H1.HeaderClassName
{
color: #E86F9A;
}
.AnyTagClassName
{
color: #E86F9A;
}
</style>
background-color css
<style>
a { background-color: #E86F9A; }
a { background-color: rgb(232,111,154); }
div.DivClassName
{
background-color: #E86F9A;
}
.BgClassName
{
background-color: #E86F9A;
}
</style>
border-color css
<style>
span { border-color: #E86F9A; }
span { border-color: rgb(232,111,154); }
td.TdClassName
{
border-color: #E86F9A;
}
.TagClassName
{
border-color: #E86F9A;
}
</style>