Shades of Pale Violet Red #E07396
Tints of Pale Violet Red #E07396
RGB
CMYK
RGB Variations
Color information
#E07396 (or 0xE07396) is known color: Pale Violet Red. HEX triplet: E0, 73 and 96. RGB value is (224,115,150). Sum of RGB (Red+Green+Blue) = 224+115+150=489 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.81% from 489); Green value is 115 (45.31% from 255 or 23.52% from 489); Blue value is 150 (58.98% from 255 or 30.67% from 489); Max value from RGB is 224 - color contains mainly: red. Hex color #E07396 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07396 is #1F8C69. Grayscale: #979797. Windows color (decimal): -2067562 or 9860064. OLE color: 9860064.
HSL color Cylindrical-coordinate representation of color #E07396: hue angle of 340.73º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E07396 is Cyan = 0, Magento = 0.49, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 115 | 150 | - |
| CMYK | 0 | 0.49 | 0.33 | 0.12 |
| HSL | 340.73º | 0.64% | 0.66% | - |
| HSV(B) | 340.73º | 0.49% | 0.88% | - |
| XYZ | 42.38 | 30.31 | 32.47 | - |
| YUV | 151.58 | 127.11 | 179.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 115 | 150 | 0 | 0.49 | 0.33 | 0.12 | 340.73 | 0.64 | 0.66 |
| Hex | E0 | 73 | 96 | 0 | 31 | 21 | C | 155 | 40 | 42 |
| Octal | 340 | 163 | 226 | 0 | 61 | 41 | 14 | 525 | 100 | 102 |
| Binary | 11100000 | 1110011 | 10010110 | 0 | 110001 | 100001 | 1100 | 101010101 | 1000000 | 1000010 |
Color Harmonies of #E07396
Complementary color
Monochromatic Colors of #E07396
Black with #E07396
Text Example
Text Example
White with #E07396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07396; }
p { color: rgb(224,115,150); }
H1.HeaderClassName
{
color: #E07396;
}
.AnyTagClassName
{
color: #E07396;
}
</style>
background-color css
<style>
a { background-color: #E07396; }
a { background-color: rgb(224,115,150); }
div.DivClassName
{
background-color: #E07396;
}
.BgClassName
{
background-color: #E07396;
}
</style>
border-color css
<style>
span { border-color: #E07396; }
span { border-color: rgb(224,115,150); }
td.TdClassName
{
border-color: #E07396;
}
.TagClassName
{
border-color: #E07396;
}
</style>