Shades of Pale Violet Red #E5749A
Tints of Pale Violet Red #E5749A
RGB
CMYK
RGB Variations
Color information
#E5749A (or 0xE5749A) is known color: Pale Violet Red. HEX triplet: E5, 74 and 9A. RGB value is (229,116,154). Sum of RGB (Red+Green+Blue) = 229+116+154=499 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.89% from 499); Green value is 116 (45.70% from 255 or 23.25% from 499); Blue value is 154 (60.55% from 255 or 30.86% from 499); Max value from RGB is 229 - color contains mainly: red. Hex color #E5749A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E5749A is #1A8B65. Grayscale: #9A9A9A. Windows color (decimal): -1739622 or 10122469. OLE color: 10122469.
HSL color Cylindrical-coordinate representation of color #E5749A: hue angle of 339.82º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E5749A is Cyan = 0, Magento = 0.49, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 116 | 154 | - |
| CMYK | 0 | 0.49 | 0.33 | 0.10 |
| HSL | 339.82º | 0.68% | 0.68% | - |
| HSV(B) | 339.82º | 0.49% | 0.9% | - |
| XYZ | 44.39 | 31.48 | 34.31 | - |
| YUV | 154.12 | 127.94 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 116 | 154 | 0 | 0.49 | 0.33 | 0.10 | 339.82 | 0.68 | 0.68 |
| Hex | E5 | 74 | 9A | 0 | 31 | 21 | A | 154 | 44 | 44 |
| Octal | 345 | 164 | 232 | 0 | 61 | 41 | 12 | 524 | 104 | 104 |
| Binary | 11100101 | 1110100 | 10011010 | 0 | 110001 | 100001 | 1010 | 101010100 | 1000100 | 1000100 |
Color Harmonies of #E5749A
Complementary color
Monochromatic Colors of #E5749A
Black with #E5749A
Text Example
Text Example
White with #E5749A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5749A; }
p { color: rgb(229,116,154); }
H1.HeaderClassName
{
color: #E5749A;
}
.AnyTagClassName
{
color: #E5749A;
}
</style>
background-color css
<style>
a { background-color: #E5749A; }
a { background-color: rgb(229,116,154); }
div.DivClassName
{
background-color: #E5749A;
}
.BgClassName
{
background-color: #E5749A;
}
</style>
border-color css
<style>
span { border-color: #E5749A; }
span { border-color: rgb(229,116,154); }
td.TdClassName
{
border-color: #E5749A;
}
.TagClassName
{
border-color: #E5749A;
}
</style>