Shades of Pale Violet Red #E37095
Tints of Pale Violet Red #E37095
RGB
CMYK
RGB Variations
Color information
#E37095 (or 0xE37095) is known color: Pale Violet Red. HEX triplet: E3, 70 and 95. RGB value is (227,112,149). Sum of RGB (Red+Green+Blue) = 227+112+149=488 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.52% from 488); Green value is 112 (44.14% from 255 or 22.95% from 488); Blue value is 149 (58.59% from 255 or 30.53% from 488); Max value from RGB is 227 - color contains mainly: red. Hex color #E37095 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E37095 is #1C8F6A. Grayscale: #969696. Windows color (decimal): -1871723 or 9793763. OLE color: 9793763.
HSL color Cylindrical-coordinate representation of color #E37095: hue angle of 340.7º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E37095 is Cyan = 0, Magento = 0.51, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 112 | 149 | - |
| CMYK | 0 | 0.51 | 0.34 | 0.11 |
| HSL | 340.7º | 0.67% | 0.66% | - |
| HSV(B) | 340.7º | 0.51% | 0.89% | - |
| XYZ | 42.9 | 30.09 | 31.98 | - |
| YUV | 150.6 | 127.1 | 182.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 112 | 149 | 0 | 0.51 | 0.34 | 0.11 | 340.7 | 0.67 | 0.66 |
| Hex | E3 | 70 | 95 | 0 | 33 | 22 | B | 155 | 43 | 42 |
| Octal | 343 | 160 | 225 | 0 | 63 | 42 | 13 | 525 | 103 | 102 |
| Binary | 11100011 | 1110000 | 10010101 | 0 | 110011 | 100010 | 1011 | 101010101 | 1000011 | 1000010 |
Color Harmonies of #E37095
Complementary color
Monochromatic Colors of #E37095
Black with #E37095
Text Example
Text Example
White with #E37095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37095; }
p { color: rgb(227,112,149); }
H1.HeaderClassName
{
color: #E37095;
}
.AnyTagClassName
{
color: #E37095;
}
</style>
background-color css
<style>
a { background-color: #E37095; }
a { background-color: rgb(227,112,149); }
div.DivClassName
{
background-color: #E37095;
}
.BgClassName
{
background-color: #E37095;
}
</style>
border-color css
<style>
span { border-color: #E37095; }
span { border-color: rgb(227,112,149); }
td.TdClassName
{
border-color: #E37095;
}
.TagClassName
{
border-color: #E37095;
}
</style>