Shades of Pale Violet Red #E07598
Tints of Pale Violet Red #E07598
RGB
CMYK
RGB Variations
Color information
#E07598 (or 0xE07598) is known color: Pale Violet Red. HEX triplet: E0, 75 and 98. RGB value is (224,117,152). Sum of RGB (Red+Green+Blue) = 224+117+152=493 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.44% from 493); Green value is 117 (46.09% from 255 or 23.73% from 493); Blue value is 152 (59.77% from 255 or 30.83% from 493); Max value from RGB is 224 - color contains mainly: red. Hex color #E07598 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07598 is #1F8A67. Grayscale: #989898. Windows color (decimal): -2067048 or 9991648. OLE color: 9991648.
HSL color Cylindrical-coordinate representation of color #E07598: hue angle of 340.37º 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 #E07598 is Cyan = 0, Magento = 0.48, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 117 | 152 | - |
| CMYK | 0 | 0.48 | 0.32 | 0.12 |
| HSL | 340.37º | 0.63% | 0.67% | - |
| HSV(B) | 340.37º | 0.48% | 0.88% | - |
| XYZ | 42.77 | 30.84 | 33.4 | - |
| YUV | 152.98 | 127.45 | 178.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 117 | 152 | 0 | 0.48 | 0.32 | 0.12 | 340.37 | 0.63 | 0.67 |
| Hex | E0 | 75 | 98 | 0 | 30 | 20 | C | 154 | 3F | 43 |
| Octal | 340 | 165 | 230 | 0 | 60 | 40 | 14 | 524 | 77 | 103 |
| Binary | 11100000 | 1110101 | 10011000 | 0 | 110000 | 100000 | 1100 | 101010100 | 111111 | 1000011 |
Color Harmonies of #E07598
Complementary color
Monochromatic Colors of #E07598
Black with #E07598
Text Example
Text Example
White with #E07598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07598; }
p { color: rgb(224,117,152); }
H1.HeaderClassName
{
color: #E07598;
}
.AnyTagClassName
{
color: #E07598;
}
</style>
background-color css
<style>
a { background-color: #E07598; }
a { background-color: rgb(224,117,152); }
div.DivClassName
{
background-color: #E07598;
}
.BgClassName
{
background-color: #E07598;
}
</style>
border-color css
<style>
span { border-color: #E07598; }
span { border-color: rgb(224,117,152); }
td.TdClassName
{
border-color: #E07598;
}
.TagClassName
{
border-color: #E07598;
}
</style>