Shades of Pale Violet Red #E76398
Tints of Pale Violet Red #E76398
RGB
CMYK
RGB Variations
Color information
#E76398 (or 0xE76398) is known color: Pale Violet Red. HEX triplet: E7, 63 and 98. RGB value is (231,99,152). Sum of RGB (Red+Green+Blue) = 231+99+152=482 (63% of max value = 765). Red value is 231 (90.62% from 255 or 47.93% from 482); Green value is 99 (39.06% from 255 or 20.54% from 482); Blue value is 152 (59.77% from 255 or 31.54% from 482); Max value from RGB is 231 - color contains mainly: red. Hex color #E76398 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76398 is #189C67. Grayscale: #909090. Windows color (decimal): -1612904 or 9987047. OLE color: 9987047.
HSL color Cylindrical-coordinate representation of color #E76398: hue angle of 335.91º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E76398 is Cyan = 0, Magento = 0.57, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 99 | 152 | - |
| CMYK | 0 | 0.57 | 0.34 | 0.09 |
| HSL | 335.91º | 0.73% | 0.65% | - |
| HSV(B) | 335.91º | 0.57% | 0.91% | - |
| XYZ | 43.08 | 28.18 | 32.87 | - |
| YUV | 144.51 | 132.23 | 189.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 99 | 152 | 0 | 0.57 | 0.34 | 0.09 | 335.91 | 0.73 | 0.65 |
| Hex | E7 | 63 | 98 | 0 | 39 | 22 | 9 | 150 | 49 | 41 |
| Octal | 347 | 143 | 230 | 0 | 71 | 42 | 11 | 520 | 111 | 101 |
| Binary | 11100111 | 1100011 | 10011000 | 0 | 111001 | 100010 | 1001 | 101010000 | 1001001 | 1000001 |
Color Harmonies of #E76398
Complementary color
Monochromatic Colors of #E76398
Black with #E76398
Text Example
Text Example
White with #E76398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76398; }
p { color: rgb(231,99,152); }
H1.HeaderClassName
{
color: #E76398;
}
.AnyTagClassName
{
color: #E76398;
}
</style>
background-color css
<style>
a { background-color: #E76398; }
a { background-color: rgb(231,99,152); }
div.DivClassName
{
background-color: #E76398;
}
.BgClassName
{
background-color: #E76398;
}
</style>
border-color css
<style>
span { border-color: #E76398; }
span { border-color: rgb(231,99,152); }
td.TdClassName
{
border-color: #E76398;
}
.TagClassName
{
border-color: #E76398;
}
</style>