Shades of Pale Violet Red #E5669C
Tints of Pale Violet Red #E5669C
RGB
CMYK
RGB Variations
Color information
#E5669C (or 0xE5669C) is known color: Pale Violet Red. HEX triplet: E5, 66 and 9C. RGB value is (229,102,156). Sum of RGB (Red+Green+Blue) = 229+102+156=487 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.02% from 487); Green value is 102 (40.23% from 255 or 20.94% from 487); Blue value is 156 (61.33% from 255 or 32.03% from 487); Max value from RGB is 229 - color contains mainly: red. Hex color #E5669C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E5669C is #1A9963. Grayscale: #929292. Windows color (decimal): -1743204 or 10249957. OLE color: 10249957.
HSL color Cylindrical-coordinate representation of color #E5669C: hue angle of 334.49º 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 #E5669C is Cyan = 0, Magento = 0.55, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 102 | 156 | - |
| CMYK | 0 | 0.55 | 0.32 | 0.10 |
| HSL | 334.49º | 0.71% | 0.65% | - |
| HSV(B) | 334.49º | 0.55% | 0.9% | - |
| XYZ | 43.07 | 28.56 | 34.7 | - |
| YUV | 146.13 | 133.58 | 187.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 102 | 156 | 0 | 0.55 | 0.32 | 0.10 | 334.49 | 0.71 | 0.65 |
| Hex | E5 | 66 | 9C | 0 | 37 | 20 | A | 14E | 47 | 41 |
| Octal | 345 | 146 | 234 | 0 | 67 | 40 | 12 | 516 | 107 | 101 |
| Binary | 11100101 | 1100110 | 10011100 | 0 | 110111 | 100000 | 1010 | 101001110 | 1000111 | 1000001 |
Color Harmonies of #E5669C
Complementary color
Monochromatic Colors of #E5669C
Black with #E5669C
Text Example
Text Example
White with #E5669C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5669C; }
p { color: rgb(229,102,156); }
H1.HeaderClassName
{
color: #E5669C;
}
.AnyTagClassName
{
color: #E5669C;
}
</style>
background-color css
<style>
a { background-color: #E5669C; }
a { background-color: rgb(229,102,156); }
div.DivClassName
{
background-color: #E5669C;
}
.BgClassName
{
background-color: #E5669C;
}
</style>
border-color css
<style>
span { border-color: #E5669C; }
span { border-color: rgb(229,102,156); }
td.TdClassName
{
border-color: #E5669C;
}
.TagClassName
{
border-color: #E5669C;
}
</style>