Shades of Pale Violet Red #E66397
Tints of Pale Violet Red #E66397
RGB
CMYK
RGB Variations
Color information
#E66397 (or 0xE66397) is known color: Pale Violet Red. HEX triplet: E6, 63 and 97. RGB value is (230,99,151). Sum of RGB (Red+Green+Blue) = 230+99+151=480 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.92% from 480); Green value is 99 (39.06% from 255 or 20.62% from 480); Blue value is 151 (59.38% from 255 or 31.46% from 480); Max value from RGB is 230 - color contains mainly: red. Hex color #E66397 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66397 is #199C68. Grayscale: #909090. Windows color (decimal): -1678441 or 9921510. OLE color: 9921510.
HSL color Cylindrical-coordinate representation of color #E66397: hue angle of 336.18º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E66397 is Cyan = 0, Magento = 0.57, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 99 | 151 | - |
| CMYK | 0 | 0.57 | 0.34 | 0.10 |
| HSL | 336.18º | 0.72% | 0.65% | - |
| HSV(B) | 336.18º | 0.57% | 0.9% | - |
| XYZ | 42.68 | 27.98 | 32.43 | - |
| YUV | 144.1 | 131.9 | 189.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 99 | 151 | 0 | 0.57 | 0.34 | 0.10 | 336.18 | 0.72 | 0.65 |
| Hex | E6 | 63 | 97 | 0 | 39 | 22 | A | 150 | 48 | 41 |
| Octal | 346 | 143 | 227 | 0 | 71 | 42 | 12 | 520 | 110 | 101 |
| Binary | 11100110 | 1100011 | 10010111 | 0 | 111001 | 100010 | 1010 | 101010000 | 1001000 | 1000001 |
Color Harmonies of #E66397
Complementary color
Monochromatic Colors of #E66397
Black with #E66397
Text Example
Text Example
White with #E66397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66397; }
p { color: rgb(230,99,151); }
H1.HeaderClassName
{
color: #E66397;
}
.AnyTagClassName
{
color: #E66397;
}
</style>
background-color css
<style>
a { background-color: #E66397; }
a { background-color: rgb(230,99,151); }
div.DivClassName
{
background-color: #E66397;
}
.BgClassName
{
background-color: #E66397;
}
</style>
border-color css
<style>
span { border-color: #E66397; }
span { border-color: rgb(230,99,151); }
td.TdClassName
{
border-color: #E66397;
}
.TagClassName
{
border-color: #E66397;
}
</style>