Shades of Pale Violet Red #E8759A
Tints of Pale Violet Red #E8759A
RGB
CMYK
RGB Variations
Color information
#E8759A (or 0xE8759A) is known color: Pale Violet Red. HEX triplet: E8, 75 and 9A. RGB value is (232,117,154). Sum of RGB (Red+Green+Blue) = 232+117+154=503 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.12% from 503); Green value is 117 (46.09% from 255 or 23.26% from 503); Blue value is 154 (60.55% from 255 or 30.62% from 503); Max value from RGB is 232 - color contains mainly: red. Hex color #E8759A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E8759A is #178A65. Grayscale: #9B9B9B. Windows color (decimal): -1542758 or 10122728. OLE color: 10122728.
HSL color Cylindrical-coordinate representation of color #E8759A: hue angle of 340.7º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E8759A is Cyan = 0, Magento = 0.50, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 117 | 154 | - |
| CMYK | 0 | 0.50 | 0.34 | 0.09 |
| HSL | 340.7º | 0.71% | 0.68% | - |
| HSV(B) | 340.7º | 0.5% | 0.91% | - |
| XYZ | 45.47 | 32.21 | 34.39 | - |
| YUV | 155.6 | 127.1 | 182.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 117 | 154 | 0 | 0.50 | 0.34 | 0.09 | 340.7 | 0.71 | 0.68 |
| Hex | E8 | 75 | 9A | 0 | 32 | 22 | 9 | 155 | 47 | 44 |
| Octal | 350 | 165 | 232 | 0 | 62 | 42 | 11 | 525 | 107 | 104 |
| Binary | 11101000 | 1110101 | 10011010 | 0 | 110010 | 100010 | 1001 | 101010101 | 1000111 | 1000100 |
Color Harmonies of #E8759A
Complementary color
Monochromatic Colors of #E8759A
Black with #E8759A
Text Example
Text Example
White with #E8759A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8759A; }
p { color: rgb(232,117,154); }
H1.HeaderClassName
{
color: #E8759A;
}
.AnyTagClassName
{
color: #E8759A;
}
</style>
background-color css
<style>
a { background-color: #E8759A; }
a { background-color: rgb(232,117,154); }
div.DivClassName
{
background-color: #E8759A;
}
.BgClassName
{
background-color: #E8759A;
}
</style>
border-color css
<style>
span { border-color: #E8759A; }
span { border-color: rgb(232,117,154); }
td.TdClassName
{
border-color: #E8759A;
}
.TagClassName
{
border-color: #E8759A;
}
</style>