Shades of Pale Violet Red #E0729F
Tints of Pale Violet Red #E0729F
RGB
CMYK
RGB Variations
Color information
#E0729F (or 0xE0729F) is known color: Pale Violet Red. HEX triplet: E0, 72 and 9F. RGB value is (224,114,159). Sum of RGB (Red+Green+Blue) = 224+114+159=497 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.07% from 497); Green value is 114 (44.92% from 255 or 22.94% from 497); Blue value is 159 (62.5% from 255 or 31.99% from 497); Max value from RGB is 224 - color contains mainly: red. Hex color #E0729F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0729F is #1F8D60. Grayscale: #979797. Windows color (decimal): -2067809 or 10449632. OLE color: 10449632.
HSL color Cylindrical-coordinate representation of color #E0729F: hue angle of 335.45º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E0729F is Cyan = 0, Magento = 0.49, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 114 | 159 | - |
| CMYK | 0 | 0.49 | 0.29 | 0.12 |
| HSL | 335.45º | 0.64% | 0.66% | - |
| HSV(B) | 335.45º | 0.49% | 0.88% | - |
| XYZ | 43.02 | 30.39 | 36.4 | - |
| YUV | 152.02 | 131.94 | 179.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 114 | 159 | 0 | 0.49 | 0.29 | 0.12 | 335.45 | 0.64 | 0.66 |
| Hex | E0 | 72 | 9F | 0 | 31 | 1D | C | 14F | 40 | 42 |
| Octal | 340 | 162 | 237 | 0 | 61 | 35 | 14 | 517 | 100 | 102 |
| Binary | 11100000 | 1110010 | 10011111 | 0 | 110001 | 11101 | 1100 | 101001111 | 1000000 | 1000010 |
Color Harmonies of #E0729F
Complementary color
Monochromatic Colors of #E0729F
Black with #E0729F
Text Example
Text Example
White with #E0729F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0729F; }
p { color: rgb(224,114,159); }
H1.HeaderClassName
{
color: #E0729F;
}
.AnyTagClassName
{
color: #E0729F;
}
</style>
background-color css
<style>
a { background-color: #E0729F; }
a { background-color: rgb(224,114,159); }
div.DivClassName
{
background-color: #E0729F;
}
.BgClassName
{
background-color: #E0729F;
}
</style>
border-color css
<style>
span { border-color: #E0729F; }
span { border-color: rgb(224,114,159); }
td.TdClassName
{
border-color: #E0729F;
}
.TagClassName
{
border-color: #E0729F;
}
</style>