Shades of Pale Violet Red #E27195
Tints of Pale Violet Red #E27195
RGB
CMYK
RGB Variations
Color information
#E27195 (or 0xE27195) is known color: Pale Violet Red. HEX triplet: E2, 71 and 95. RGB value is (226,113,149). Sum of RGB (Red+Green+Blue) = 226+113+149=488 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.31% from 488); Green value is 113 (44.53% from 255 or 23.16% from 488); Blue value is 149 (58.59% from 255 or 30.53% from 488); Max value from RGB is 226 - color contains mainly: red. Hex color #E27195 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E27195 is #1D8E6A. Grayscale: #969696. Windows color (decimal): -1937003 or 9794018. OLE color: 9794018.
HSL color Cylindrical-coordinate representation of color #E27195: hue angle of 340.88º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E27195 is Cyan = 0, Magento = 0.5, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 113 | 149 | - |
| CMYK | 0 | 0.5 | 0.34 | 0.11 |
| HSL | 340.88º | 0.66% | 0.66% | - |
| HSV(B) | 340.88º | 0.5% | 0.89% | - |
| XYZ | 42.69 | 30.15 | 32 | - |
| YUV | 150.89 | 126.94 | 181.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 113 | 149 | 0 | 0.5 | 0.34 | 0.11 | 340.88 | 0.66 | 0.66 |
| Hex | E2 | 71 | 95 | 0 | 32 | 22 | B | 155 | 42 | 42 |
| Octal | 342 | 161 | 225 | 0 | 62 | 42 | 13 | 525 | 102 | 102 |
| Binary | 11100010 | 1110001 | 10010101 | 0 | 110010 | 100010 | 1011 | 101010101 | 1000010 | 1000010 |
Color Harmonies of #E27195
Complementary color
Monochromatic Colors of #E27195
Black with #E27195
Text Example
Text Example
White with #E27195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27195; }
p { color: rgb(226,113,149); }
H1.HeaderClassName
{
color: #E27195;
}
.AnyTagClassName
{
color: #E27195;
}
</style>
background-color css
<style>
a { background-color: #E27195; }
a { background-color: rgb(226,113,149); }
div.DivClassName
{
background-color: #E27195;
}
.BgClassName
{
background-color: #E27195;
}
</style>
border-color css
<style>
span { border-color: #E27195; }
span { border-color: rgb(226,113,149); }
td.TdClassName
{
border-color: #E27195;
}
.TagClassName
{
border-color: #E27195;
}
</style>