Shades of Pale Violet Red #E66097
Tints of Pale Violet Red #E66097
RGB
CMYK
RGB Variations
Color information
#E66097 (or 0xE66097) is known color: Pale Violet Red. HEX triplet: E6, 60 and 97. RGB value is (230,96,151). Sum of RGB (Red+Green+Blue) = 230+96+151=477 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.22% from 477); Green value is 96 (37.89% from 255 or 20.13% from 477); Blue value is 151 (59.38% from 255 or 31.66% from 477); Max value from RGB is 230 - color contains mainly: red. Hex color #E66097 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66097 is #199F68. Grayscale: #8E8E8E. Windows color (decimal): -1679209 or 9920742. OLE color: 9920742.
HSL color Cylindrical-coordinate representation of color #E66097: hue angle of 335.37º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E66097 is Cyan = 0, Magento = 0.58, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 96 | 151 | - |
| CMYK | 0 | 0.58 | 0.34 | 0.10 |
| HSL | 335.37º | 0.73% | 0.64% | - |
| HSV(B) | 335.37º | 0.58% | 0.9% | - |
| XYZ | 42.4 | 27.42 | 32.34 | - |
| YUV | 142.34 | 132.89 | 190.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 96 | 151 | 0 | 0.58 | 0.34 | 0.10 | 335.37 | 0.73 | 0.64 |
| Hex | E6 | 60 | 97 | 0 | 3A | 22 | A | 14F | 49 | 40 |
| Octal | 346 | 140 | 227 | 0 | 72 | 42 | 12 | 517 | 111 | 100 |
| Binary | 11100110 | 1100000 | 10010111 | 0 | 111010 | 100010 | 1010 | 101001111 | 1001001 | 1000000 |
Color Harmonies of #E66097
Complementary color
Monochromatic Colors of #E66097
Black with #E66097
Text Example
Text Example
White with #E66097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66097; }
p { color: rgb(230,96,151); }
H1.HeaderClassName
{
color: #E66097;
}
.AnyTagClassName
{
color: #E66097;
}
</style>
background-color css
<style>
a { background-color: #E66097; }
a { background-color: rgb(230,96,151); }
div.DivClassName
{
background-color: #E66097;
}
.BgClassName
{
background-color: #E66097;
}
</style>
border-color css
<style>
span { border-color: #E66097; }
span { border-color: rgb(230,96,151); }
td.TdClassName
{
border-color: #E66097;
}
.TagClassName
{
border-color: #E66097;
}
</style>