Shades of Pale Violet Red #E27695
Tints of Pale Violet Red #E27695
RGB
CMYK
RGB Variations
Color information
#E27695 (or 0xE27695) is known color: Pale Violet Red. HEX triplet: E2, 76 and 95. RGB value is (226,118,149). Sum of RGB (Red+Green+Blue) = 226+118+149=493 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.84% from 493); Green value is 118 (46.48% from 255 or 23.94% from 493); Blue value is 149 (58.59% from 255 or 30.22% from 493); Max value from RGB is 226 - color contains mainly: red. Hex color #E27695 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E27695 is #1D896A. Grayscale: #999999. Windows color (decimal): -1935723 or 9795298. OLE color: 9795298.
HSL color Cylindrical-coordinate representation of color #E27695: hue angle of 342.78º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E27695 is Cyan = 0, Magento = 0.48, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 118 | 149 | - |
| CMYK | 0 | 0.48 | 0.34 | 0.11 |
| HSL | 342.78º | 0.65% | 0.67% | - |
| HSV(B) | 342.78º | 0.48% | 0.89% | - |
| XYZ | 43.27 | 31.3 | 32.19 | - |
| YUV | 153.83 | 125.28 | 179.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 118 | 149 | 0 | 0.48 | 0.34 | 0.11 | 342.78 | 0.65 | 0.67 |
| Hex | E2 | 76 | 95 | 0 | 30 | 22 | B | 157 | 41 | 43 |
| Octal | 342 | 166 | 225 | 0 | 60 | 42 | 13 | 527 | 101 | 103 |
| Binary | 11100010 | 1110110 | 10010101 | 0 | 110000 | 100010 | 1011 | 101010111 | 1000001 | 1000011 |
Color Harmonies of #E27695
Complementary color
Monochromatic Colors of #E27695
Black with #E27695
Text Example
Text Example
White with #E27695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27695; }
p { color: rgb(226,118,149); }
H1.HeaderClassName
{
color: #E27695;
}
.AnyTagClassName
{
color: #E27695;
}
</style>
background-color css
<style>
a { background-color: #E27695; }
a { background-color: rgb(226,118,149); }
div.DivClassName
{
background-color: #E27695;
}
.BgClassName
{
background-color: #E27695;
}
</style>
border-color css
<style>
span { border-color: #E27695; }
span { border-color: rgb(226,118,149); }
td.TdClassName
{
border-color: #E27695;
}
.TagClassName
{
border-color: #E27695;
}
</style>