Shades of Pale Violet Red #E8749A
Tints of Pale Violet Red #E8749A
RGB
CMYK
RGB Variations
Color information
#E8749A (or 0xE8749A) is known color: Pale Violet Red. HEX triplet: E8, 74 and 9A. RGB value is (232,116,154). Sum of RGB (Red+Green+Blue) = 232+116+154=502 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.22% from 502); Green value is 116 (45.70% from 255 or 23.11% from 502); Blue value is 154 (60.55% from 255 or 30.68% from 502); Max value from RGB is 232 - color contains mainly: red. Hex color #E8749A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E8749A is #178B65. Grayscale: #9A9A9A. Windows color (decimal): -1543014 or 10122472. OLE color: 10122472.
HSL color Cylindrical-coordinate representation of color #E8749A: hue angle of 340.34º degrees, saturation: 0.72, 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 #E8749A is Cyan = 0, Magento = 0.50, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 116 | 154 | - |
| CMYK | 0 | 0.50 | 0.34 | 0.09 |
| HSL | 340.34º | 0.72% | 0.68% | - |
| HSV(B) | 340.34º | 0.5% | 0.91% | - |
| XYZ | 45.36 | 31.98 | 34.35 | - |
| YUV | 155.02 | 127.43 | 182.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 116 | 154 | 0 | 0.50 | 0.34 | 0.09 | 340.34 | 0.72 | 0.68 |
| Hex | E8 | 74 | 9A | 0 | 32 | 22 | 9 | 154 | 48 | 44 |
| Octal | 350 | 164 | 232 | 0 | 62 | 42 | 11 | 524 | 110 | 104 |
| Binary | 11101000 | 1110100 | 10011010 | 0 | 110010 | 100010 | 1001 | 101010100 | 1001000 | 1000100 |
Color Harmonies of #E8749A
Complementary color
Monochromatic Colors of #E8749A
Black with #E8749A
Text Example
Text Example
White with #E8749A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8749A; }
p { color: rgb(232,116,154); }
H1.HeaderClassName
{
color: #E8749A;
}
.AnyTagClassName
{
color: #E8749A;
}
</style>
background-color css
<style>
a { background-color: #E8749A; }
a { background-color: rgb(232,116,154); }
div.DivClassName
{
background-color: #E8749A;
}
.BgClassName
{
background-color: #E8749A;
}
</style>
border-color css
<style>
span { border-color: #E8749A; }
span { border-color: rgb(232,116,154); }
td.TdClassName
{
border-color: #E8749A;
}
.TagClassName
{
border-color: #E8749A;
}
</style>