Shades of Pale Violet Red #E96098
Tints of Pale Violet Red #E96098
RGB
CMYK
RGB Variations
Color information
#E96098 (or 0xE96098) is known color: Pale Violet Red. HEX triplet: E9, 60 and 98. RGB value is (233,96,152). Sum of RGB (Red+Green+Blue) = 233+96+152=481 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.44% from 481); Green value is 96 (37.89% from 255 or 19.96% from 481); Blue value is 152 (59.77% from 255 or 31.60% from 481); Max value from RGB is 233 - color contains mainly: red. Hex color #E96098 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96098 is #169F67. Grayscale: #8F8F8F. Windows color (decimal): -1482600 or 9986281. OLE color: 9986281.
HSL color Cylindrical-coordinate representation of color #E96098: hue angle of 335.47º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E96098 is Cyan = 0, Magento = 0.59, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 96 | 152 | - |
| CMYK | 0 | 0.59 | 0.35 | 0.09 |
| HSL | 335.47º | 0.76% | 0.65% | - |
| HSV(B) | 335.47º | 0.59% | 0.91% | - |
| XYZ | 43.45 | 27.96 | 32.81 | - |
| YUV | 143.35 | 132.89 | 191.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 96 | 152 | 0 | 0.59 | 0.35 | 0.09 | 335.47 | 0.76 | 0.65 |
| Hex | E9 | 60 | 98 | 0 | 3B | 23 | 9 | 14F | 4C | 41 |
| Octal | 351 | 140 | 230 | 0 | 73 | 43 | 11 | 517 | 114 | 101 |
| Binary | 11101001 | 1100000 | 10011000 | 0 | 111011 | 100011 | 1001 | 101001111 | 1001100 | 1000001 |
Color Harmonies of #E96098
Complementary color
Monochromatic Colors of #E96098
Black with #E96098
Text Example
Text Example
White with #E96098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96098; }
p { color: rgb(233,96,152); }
H1.HeaderClassName
{
color: #E96098;
}
.AnyTagClassName
{
color: #E96098;
}
</style>
background-color css
<style>
a { background-color: #E96098; }
a { background-color: rgb(233,96,152); }
div.DivClassName
{
background-color: #E96098;
}
.BgClassName
{
background-color: #E96098;
}
</style>
border-color css
<style>
span { border-color: #E96098; }
span { border-color: rgb(233,96,152); }
td.TdClassName
{
border-color: #E96098;
}
.TagClassName
{
border-color: #E96098;
}
</style>