Shades of Pale Violet Red #E66396
Tints of Pale Violet Red #E66396
RGB
CMYK
RGB Variations
Color information
#E66396 (or 0xE66396) is known color: Pale Violet Red. HEX triplet: E6, 63 and 96. RGB value is (230,99,150). Sum of RGB (Red+Green+Blue) = 230+99+150=479 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.02% from 479); Green value is 99 (39.06% from 255 or 20.67% from 479); Blue value is 150 (58.98% from 255 or 31.32% from 479); Max value from RGB is 230 - color contains mainly: red. Hex color #E66396 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66396 is #199C69. Grayscale: #8F8F8F. Windows color (decimal): -1678442 or 9855974. OLE color: 9855974.
HSL color Cylindrical-coordinate representation of color #E66396: hue angle of 336.64º 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 #E66396 is Cyan = 0, Magento = 0.57, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 99 | 150 | - |
| CMYK | 0 | 0.57 | 0.35 | 0.10 |
| HSL | 336.64º | 0.72% | 0.65% | - |
| HSV(B) | 336.64º | 0.57% | 0.9% | - |
| XYZ | 42.6 | 27.95 | 32 | - |
| YUV | 143.98 | 131.4 | 189.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 99 | 150 | 0 | 0.57 | 0.35 | 0.10 | 336.64 | 0.72 | 0.65 |
| Hex | E6 | 63 | 96 | 0 | 39 | 23 | A | 151 | 48 | 41 |
| Octal | 346 | 143 | 226 | 0 | 71 | 43 | 12 | 521 | 110 | 101 |
| Binary | 11100110 | 1100011 | 10010110 | 0 | 111001 | 100011 | 1010 | 101010001 | 1001000 | 1000001 |
Color Harmonies of #E66396
Complementary color
Monochromatic Colors of #E66396
Black with #E66396
Text Example
Text Example
White with #E66396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66396; }
p { color: rgb(230,99,150); }
H1.HeaderClassName
{
color: #E66396;
}
.AnyTagClassName
{
color: #E66396;
}
</style>
background-color css
<style>
a { background-color: #E66396; }
a { background-color: rgb(230,99,150); }
div.DivClassName
{
background-color: #E66396;
}
.BgClassName
{
background-color: #E66396;
}
</style>
border-color css
<style>
span { border-color: #E66396; }
span { border-color: rgb(230,99,150); }
td.TdClassName
{
border-color: #E66396;
}
.TagClassName
{
border-color: #E66396;
}
</style>