Shades of Pale Violet Red #E27396
Tints of Pale Violet Red #E27396
RGB
CMYK
RGB Variations
Color information
#E27396 (or 0xE27396) is known color: Pale Violet Red. HEX triplet: E2, 73 and 96. RGB value is (226,115,150). Sum of RGB (Red+Green+Blue) = 226+115+150=491 (65% of max value = 765). Red value is 226 (88.67% from 255 or 46.03% from 491); Green value is 115 (45.31% from 255 or 23.42% from 491); Blue value is 150 (58.98% from 255 or 30.55% from 491); Max value from RGB is 226 - color contains mainly: red. Hex color #E27396 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E27396 is #1D8C69. Grayscale: #989898. Windows color (decimal): -1936490 or 9860066. OLE color: 9860066.
HSL color Cylindrical-coordinate representation of color #E27396: hue angle of 341.08º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E27396 is Cyan = 0, Magento = 0.49, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 115 | 150 | - |
| CMYK | 0 | 0.49 | 0.34 | 0.11 |
| HSL | 341.08º | 0.66% | 0.67% | - |
| HSV(B) | 341.08º | 0.49% | 0.89% | - |
| XYZ | 43 | 30.63 | 32.5 | - |
| YUV | 152.18 | 126.77 | 180.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 115 | 150 | 0 | 0.49 | 0.34 | 0.11 | 341.08 | 0.66 | 0.67 |
| Hex | E2 | 73 | 96 | 0 | 31 | 22 | B | 155 | 42 | 43 |
| Octal | 342 | 163 | 226 | 0 | 61 | 42 | 13 | 525 | 102 | 103 |
| Binary | 11100010 | 1110011 | 10010110 | 0 | 110001 | 100010 | 1011 | 101010101 | 1000010 | 1000011 |
Color Harmonies of #E27396
Complementary color
Monochromatic Colors of #E27396
Black with #E27396
Text Example
Text Example
White with #E27396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27396; }
p { color: rgb(226,115,150); }
H1.HeaderClassName
{
color: #E27396;
}
.AnyTagClassName
{
color: #E27396;
}
</style>
background-color css
<style>
a { background-color: #E27396; }
a { background-color: rgb(226,115,150); }
div.DivClassName
{
background-color: #E27396;
}
.BgClassName
{
background-color: #E27396;
}
</style>
border-color css
<style>
span { border-color: #E27396; }
span { border-color: rgb(226,115,150); }
td.TdClassName
{
border-color: #E27396;
}
.TagClassName
{
border-color: #E27396;
}
</style>