Shades of Pale Violet Red #E0749D
Tints of Pale Violet Red #E0749D
RGB
CMYK
RGB Variations
Color information
#E0749D (or 0xE0749D) is known color: Pale Violet Red. HEX triplet: E0, 74 and 9D. RGB value is (224,116,157). Sum of RGB (Red+Green+Blue) = 224+116+157=497 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.07% from 497); Green value is 116 (45.70% from 255 or 23.34% from 497); Blue value is 157 (61.72% from 255 or 31.59% from 497); Max value from RGB is 224 - color contains mainly: red. Hex color #E0749D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0749D is #1F8B62. Grayscale: #989898. Windows color (decimal): -2067299 or 10319072. OLE color: 10319072.
HSL color Cylindrical-coordinate representation of color #E0749D: hue angle of 337.22º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E0749D is Cyan = 0, Magento = 0.48, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 116 | 157 | - |
| CMYK | 0 | 0.48 | 0.30 | 0.12 |
| HSL | 337.22º | 0.64% | 0.67% | - |
| HSV(B) | 337.22º | 0.48% | 0.88% | - |
| XYZ | 43.07 | 30.77 | 35.57 | - |
| YUV | 152.97 | 130.28 | 178.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 116 | 157 | 0 | 0.48 | 0.30 | 0.12 | 337.22 | 0.64 | 0.67 |
| Hex | E0 | 74 | 9D | 0 | 30 | 1E | C | 151 | 40 | 43 |
| Octal | 340 | 164 | 235 | 0 | 60 | 36 | 14 | 521 | 100 | 103 |
| Binary | 11100000 | 1110100 | 10011101 | 0 | 110000 | 11110 | 1100 | 101010001 | 1000000 | 1000011 |
Color Harmonies of #E0749D
Complementary color
Monochromatic Colors of #E0749D
Black with #E0749D
Text Example
Text Example
White with #E0749D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0749D; }
p { color: rgb(224,116,157); }
H1.HeaderClassName
{
color: #E0749D;
}
.AnyTagClassName
{
color: #E0749D;
}
</style>
background-color css
<style>
a { background-color: #E0749D; }
a { background-color: rgb(224,116,157); }
div.DivClassName
{
background-color: #E0749D;
}
.BgClassName
{
background-color: #E0749D;
}
</style>
border-color css
<style>
span { border-color: #E0749D; }
span { border-color: rgb(224,116,157); }
td.TdClassName
{
border-color: #E0749D;
}
.TagClassName
{
border-color: #E0749D;
}
</style>