Shades of Pale Violet Red #E06696
Tints of Pale Violet Red #E06696
RGB
CMYK
RGB Variations
Color information
#E06696 (or 0xE06696) is known color: Pale Violet Red. HEX triplet: E0, 66 and 96. RGB value is (224,102,150). Sum of RGB (Red+Green+Blue) = 224+102+150=476 (63% of max value = 765). Red value is 224 (87.89% from 255 or 47.06% from 476); Green value is 102 (40.23% from 255 or 21.43% from 476); Blue value is 150 (58.98% from 255 or 31.51% from 476); Max value from RGB is 224 - color contains mainly: red. Hex color #E06696 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06696 is #1F9969. Grayscale: #8F8F8F. Windows color (decimal): -2070890 or 9856736. OLE color: 9856736.
HSL color Cylindrical-coordinate representation of color #E06696: hue angle of 336.39º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E06696 is Cyan = 0, Magento = 0.54, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 102 | 150 | - |
| CMYK | 0 | 0.54 | 0.33 | 0.12 |
| HSL | 336.39º | 0.66% | 0.64% | - |
| HSV(B) | 336.39º | 0.54% | 0.88% | - |
| XYZ | 41 | 27.55 | 32.01 | - |
| YUV | 143.95 | 131.42 | 185.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 102 | 150 | 0 | 0.54 | 0.33 | 0.12 | 336.39 | 0.66 | 0.64 |
| Hex | E0 | 66 | 96 | 0 | 36 | 21 | C | 150 | 42 | 40 |
| Octal | 340 | 146 | 226 | 0 | 66 | 41 | 14 | 520 | 102 | 100 |
| Binary | 11100000 | 1100110 | 10010110 | 0 | 110110 | 100001 | 1100 | 101010000 | 1000010 | 1000000 |
Color Harmonies of #E06696
Complementary color
Monochromatic Colors of #E06696
Black with #E06696
Text Example
Text Example
White with #E06696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06696; }
p { color: rgb(224,102,150); }
H1.HeaderClassName
{
color: #E06696;
}
.AnyTagClassName
{
color: #E06696;
}
</style>
background-color css
<style>
a { background-color: #E06696; }
a { background-color: rgb(224,102,150); }
div.DivClassName
{
background-color: #E06696;
}
.BgClassName
{
background-color: #E06696;
}
</style>
border-color css
<style>
span { border-color: #E06696; }
span { border-color: rgb(224,102,150); }
td.TdClassName
{
border-color: #E06696;
}
.TagClassName
{
border-color: #E06696;
}
</style>