Shades of Pale Violet Red #E07596
Tints of Pale Violet Red #E07596
RGB
CMYK
RGB Variations
Color information
#E07596 (or 0xE07596) is known color: Pale Violet Red. HEX triplet: E0, 75 and 96. RGB value is (224,117,150). Sum of RGB (Red+Green+Blue) = 224+117+150=491 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.62% from 491); Green value is 117 (46.09% from 255 or 23.83% from 491); Blue value is 150 (58.98% from 255 or 30.55% from 491); Max value from RGB is 224 - color contains mainly: red. Hex color #E07596 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07596 is #1F8A69. Grayscale: #989898. Windows color (decimal): -2067050 or 9860576. OLE color: 9860576.
HSL color Cylindrical-coordinate representation of color #E07596: hue angle of 341.5º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E07596 is Cyan = 0, Magento = 0.48, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 117 | 150 | - |
| CMYK | 0 | 0.48 | 0.33 | 0.12 |
| HSL | 341.5º | 0.63% | 0.67% | - |
| HSV(B) | 341.5º | 0.48% | 0.88% | - |
| XYZ | 42.61 | 30.77 | 32.55 | - |
| YUV | 152.76 | 126.45 | 178.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 117 | 150 | 0 | 0.48 | 0.33 | 0.12 | 341.5 | 0.63 | 0.67 |
| Hex | E0 | 75 | 96 | 0 | 30 | 21 | C | 155 | 3F | 43 |
| Octal | 340 | 165 | 226 | 0 | 60 | 41 | 14 | 525 | 77 | 103 |
| Binary | 11100000 | 1110101 | 10010110 | 0 | 110000 | 100001 | 1100 | 101010101 | 111111 | 1000011 |
Color Harmonies of #E07596
Complementary color
Monochromatic Colors of #E07596
Black with #E07596
Text Example
Text Example
White with #E07596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07596; }
p { color: rgb(224,117,150); }
H1.HeaderClassName
{
color: #E07596;
}
.AnyTagClassName
{
color: #E07596;
}
</style>
background-color css
<style>
a { background-color: #E07596; }
a { background-color: rgb(224,117,150); }
div.DivClassName
{
background-color: #E07596;
}
.BgClassName
{
background-color: #E07596;
}
</style>
border-color css
<style>
span { border-color: #E07596; }
span { border-color: rgb(224,117,150); }
td.TdClassName
{
border-color: #E07596;
}
.TagClassName
{
border-color: #E07596;
}
</style>