Shades of Pale Violet Red #E36095
Tints of Pale Violet Red #E36095
RGB
CMYK
RGB Variations
Color information
#E36095 (or 0xE36095) is known color: Pale Violet Red. HEX triplet: E3, 60 and 95. RGB value is (227,96,149). Sum of RGB (Red+Green+Blue) = 227+96+149=472 (62% of max value = 765). Red value is 227 (89.06% from 255 or 48.09% from 472); Green value is 96 (37.89% from 255 or 20.34% from 472); Blue value is 149 (58.59% from 255 or 31.57% from 472); Max value from RGB is 227 - color contains mainly: red. Hex color #E36095 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E36095 is #1C9F6A. Grayscale: #8D8D8D. Windows color (decimal): -1875819 or 9789667. OLE color: 9789667.
HSL color Cylindrical-coordinate representation of color #E36095: hue angle of 335.73º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E36095 is Cyan = 0, Magento = 0.58, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 96 | 149 | - |
| CMYK | 0 | 0.58 | 0.34 | 0.11 |
| HSL | 335.73º | 0.7% | 0.63% | - |
| HSV(B) | 335.73º | 0.58% | 0.89% | - |
| XYZ | 41.29 | 26.87 | 31.44 | - |
| YUV | 141.21 | 132.4 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 96 | 149 | 0 | 0.58 | 0.34 | 0.11 | 335.73 | 0.7 | 0.63 |
| Hex | E3 | 60 | 95 | 0 | 3A | 22 | B | 150 | 46 | 3F |
| Octal | 343 | 140 | 225 | 0 | 72 | 42 | 13 | 520 | 106 | 77 |
| Binary | 11100011 | 1100000 | 10010101 | 0 | 111010 | 100010 | 1011 | 101010000 | 1000110 | 111111 |
Color Harmonies of #E36095
Complementary color
Monochromatic Colors of #E36095
Black with #E36095
Text Example
Text Example
White with #E36095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E36095; }
p { color: rgb(227,96,149); }
H1.HeaderClassName
{
color: #E36095;
}
.AnyTagClassName
{
color: #E36095;
}
</style>
background-color css
<style>
a { background-color: #E36095; }
a { background-color: rgb(227,96,149); }
div.DivClassName
{
background-color: #E36095;
}
.BgClassName
{
background-color: #E36095;
}
</style>
border-color css
<style>
span { border-color: #E36095; }
span { border-color: rgb(227,96,149); }
td.TdClassName
{
border-color: #E36095;
}
.TagClassName
{
border-color: #E36095;
}
</style>