Shades of Pale Violet Red #E56697
Tints of Pale Violet Red #E56697
RGB
CMYK
RGB Variations
Color information
#E56697 (or 0xE56697) is known color: Pale Violet Red. HEX triplet: E5, 66 and 97. RGB value is (229,102,151). Sum of RGB (Red+Green+Blue) = 229+102+151=482 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.51% from 482); Green value is 102 (40.23% from 255 or 21.16% from 482); Blue value is 151 (59.38% from 255 or 31.33% from 482); Max value from RGB is 229 - color contains mainly: red. Hex color #E56697 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E56697 is #1A9968. Grayscale: #919191. Windows color (decimal): -1743209 or 9922277. OLE color: 9922277.
HSL color Cylindrical-coordinate representation of color #E56697: hue angle of 336.85º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E56697 is Cyan = 0, Magento = 0.55, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 102 | 151 | - |
| CMYK | 0 | 0.55 | 0.34 | 0.10 |
| HSL | 336.85º | 0.71% | 0.65% | - |
| HSV(B) | 336.85º | 0.55% | 0.9% | - |
| XYZ | 42.65 | 28.4 | 32.51 | - |
| YUV | 145.56 | 131.08 | 187.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 102 | 151 | 0 | 0.55 | 0.34 | 0.10 | 336.85 | 0.71 | 0.65 |
| Hex | E5 | 66 | 97 | 0 | 37 | 22 | A | 151 | 47 | 41 |
| Octal | 345 | 146 | 227 | 0 | 67 | 42 | 12 | 521 | 107 | 101 |
| Binary | 11100101 | 1100110 | 10010111 | 0 | 110111 | 100010 | 1010 | 101010001 | 1000111 | 1000001 |
Color Harmonies of #E56697
Complementary color
Monochromatic Colors of #E56697
Black with #E56697
Text Example
Text Example
White with #E56697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56697; }
p { color: rgb(229,102,151); }
H1.HeaderClassName
{
color: #E56697;
}
.AnyTagClassName
{
color: #E56697;
}
</style>
background-color css
<style>
a { background-color: #E56697; }
a { background-color: rgb(229,102,151); }
div.DivClassName
{
background-color: #E56697;
}
.BgClassName
{
background-color: #E56697;
}
</style>
border-color css
<style>
span { border-color: #E56697; }
span { border-color: rgb(229,102,151); }
td.TdClassName
{
border-color: #E56697;
}
.TagClassName
{
border-color: #E56697;
}
</style>