Shades of Pale Violet Red #E77098
Tints of Pale Violet Red #E77098
RGB
CMYK
RGB Variations
Color information
#E77098 (or 0xE77098) is known color: Pale Violet Red. HEX triplet: E7, 70 and 98. RGB value is (231,112,152). Sum of RGB (Red+Green+Blue) = 231+112+152=495 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.67% from 495); Green value is 112 (44.14% from 255 or 22.63% from 495); Blue value is 152 (59.77% from 255 or 30.71% from 495); Max value from RGB is 231 - color contains mainly: red. Hex color #E77098 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77098 is #188F67. Grayscale: #989898. Windows color (decimal): -1609576 or 9990375. OLE color: 9990375.
HSL color Cylindrical-coordinate representation of color #E77098: hue angle of 339.83º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E77098 is Cyan = 0, Magento = 0.52, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 112 | 152 | - |
| CMYK | 0 | 0.52 | 0.34 | 0.09 |
| HSL | 339.83º | 0.71% | 0.67% | - |
| HSV(B) | 339.83º | 0.52% | 0.91% | - |
| XYZ | 44.42 | 30.84 | 33.32 | - |
| YUV | 152.14 | 127.92 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 112 | 152 | 0 | 0.52 | 0.34 | 0.09 | 339.83 | 0.71 | 0.67 |
| Hex | E7 | 70 | 98 | 0 | 34 | 22 | 9 | 154 | 47 | 43 |
| Octal | 347 | 160 | 230 | 0 | 64 | 42 | 11 | 524 | 107 | 103 |
| Binary | 11100111 | 1110000 | 10011000 | 0 | 110100 | 100010 | 1001 | 101010100 | 1000111 | 1000011 |
Color Harmonies of #E77098
Complementary color
Monochromatic Colors of #E77098
Black with #E77098
Text Example
Text Example
White with #E77098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77098; }
p { color: rgb(231,112,152); }
H1.HeaderClassName
{
color: #E77098;
}
.AnyTagClassName
{
color: #E77098;
}
</style>
background-color css
<style>
a { background-color: #E77098; }
a { background-color: rgb(231,112,152); }
div.DivClassName
{
background-color: #E77098;
}
.BgClassName
{
background-color: #E77098;
}
</style>
border-color css
<style>
span { border-color: #E77098; }
span { border-color: rgb(231,112,152); }
td.TdClassName
{
border-color: #E77098;
}
.TagClassName
{
border-color: #E77098;
}
</style>