Shades of Pale Violet Red #E4729D
Tints of Pale Violet Red #E4729D
RGB
CMYK
RGB Variations
Color information
#E4729D (or 0xE4729D) is known color: Pale Violet Red. HEX triplet: E4, 72 and 9D. RGB value is (228,114,157). Sum of RGB (Red+Green+Blue) = 228+114+157=499 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.69% from 499); Green value is 114 (44.92% from 255 or 22.85% from 499); Blue value is 157 (61.72% from 255 or 31.46% from 499); Max value from RGB is 228 - color contains mainly: red. Hex color #E4729D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E4729D is #1B8D62. Grayscale: #989898. Windows color (decimal): -1805667 or 10318564. OLE color: 10318564.
HSL color Cylindrical-coordinate representation of color #E4729D: hue angle of 337.37º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E4729D is Cyan = 0, Magento = 0.50, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 114 | 157 | - |
| CMYK | 0 | 0.50 | 0.31 | 0.11 |
| HSL | 337.37º | 0.68% | 0.67% | - |
| HSV(B) | 337.37º | 0.5% | 0.89% | - |
| XYZ | 44.1 | 30.96 | 35.55 | - |
| YUV | 152.99 | 130.27 | 181.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 114 | 157 | 0 | 0.50 | 0.31 | 0.11 | 337.37 | 0.68 | 0.67 |
| Hex | E4 | 72 | 9D | 0 | 32 | 1F | B | 151 | 44 | 43 |
| Octal | 344 | 162 | 235 | 0 | 62 | 37 | 13 | 521 | 104 | 103 |
| Binary | 11100100 | 1110010 | 10011101 | 0 | 110010 | 11111 | 1011 | 101010001 | 1000100 | 1000011 |
Color Harmonies of #E4729D
Complementary color
Monochromatic Colors of #E4729D
Black with #E4729D
Text Example
Text Example
White with #E4729D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4729D; }
p { color: rgb(228,114,157); }
H1.HeaderClassName
{
color: #E4729D;
}
.AnyTagClassName
{
color: #E4729D;
}
</style>
background-color css
<style>
a { background-color: #E4729D; }
a { background-color: rgb(228,114,157); }
div.DivClassName
{
background-color: #E4729D;
}
.BgClassName
{
background-color: #E4729D;
}
</style>
border-color css
<style>
span { border-color: #E4729D; }
span { border-color: rgb(228,114,157); }
td.TdClassName
{
border-color: #E4729D;
}
.TagClassName
{
border-color: #E4729D;
}
</style>