Shades of Pale Violet Red #E57194
Tints of Pale Violet Red #E57194
RGB
CMYK
RGB Variations
Color information
#E57194 (or 0xE57194) is known color: Pale Violet Red. HEX triplet: E5, 71 and 94. RGB value is (229,113,148). Sum of RGB (Red+Green+Blue) = 229+113+148=490 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.73% from 490); Green value is 113 (44.53% from 255 or 23.06% from 490); Blue value is 148 (58.20% from 255 or 30.20% from 490); Max value from RGB is 229 - color contains mainly: red. Hex color #E57194 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E57194 is #1A8E6B. Grayscale: #979797. Windows color (decimal): -1740396 or 9728485. OLE color: 9728485.
HSL color Cylindrical-coordinate representation of color #E57194: hue angle of 341.9º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E57194 is Cyan = 0, Magento = 0.51, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 113 | 148 | - |
| CMYK | 0 | 0.51 | 0.35 | 0.10 |
| HSL | 341.9º | 0.69% | 0.67% | - |
| HSV(B) | 341.9º | 0.51% | 0.9% | - |
| XYZ | 43.56 | 30.61 | 31.63 | - |
| YUV | 151.67 | 125.93 | 183.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 113 | 148 | 0 | 0.51 | 0.35 | 0.10 | 341.9 | 0.69 | 0.67 |
| Hex | E5 | 71 | 94 | 0 | 33 | 23 | A | 156 | 45 | 43 |
| Octal | 345 | 161 | 224 | 0 | 63 | 43 | 12 | 526 | 105 | 103 |
| Binary | 11100101 | 1110001 | 10010100 | 0 | 110011 | 100011 | 1010 | 101010110 | 1000101 | 1000011 |
Color Harmonies of #E57194
Complementary color
Monochromatic Colors of #E57194
Black with #E57194
Text Example
Text Example
White with #E57194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57194; }
p { color: rgb(229,113,148); }
H1.HeaderClassName
{
color: #E57194;
}
.AnyTagClassName
{
color: #E57194;
}
</style>
background-color css
<style>
a { background-color: #E57194; }
a { background-color: rgb(229,113,148); }
div.DivClassName
{
background-color: #E57194;
}
.BgClassName
{
background-color: #E57194;
}
</style>
border-color css
<style>
span { border-color: #E57194; }
span { border-color: rgb(229,113,148); }
td.TdClassName
{
border-color: #E57194;
}
.TagClassName
{
border-color: #E57194;
}
</style>