Shades of Pale Violet Red #E0669C
Tints of Pale Violet Red #E0669C
RGB
CMYK
RGB Variations
Color information
#E0669C (or 0xE0669C) is known color: Pale Violet Red. HEX triplet: E0, 66 and 9C. RGB value is (224,102,156). Sum of RGB (Red+Green+Blue) = 224+102+156=482 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.47% from 482); Green value is 102 (40.23% from 255 or 21.16% from 482); Blue value is 156 (61.33% from 255 or 32.37% from 482); Max value from RGB is 224 - color contains mainly: red. Hex color #E0669C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0669C is #1F9963. Grayscale: #909090. Windows color (decimal): -2070884 or 10249952. OLE color: 10249952.
HSL color Cylindrical-coordinate representation of color #E0669C: hue angle of 333.44º 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 #E0669C is Cyan = 0, Magento = 0.54, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 102 | 156 | - |
| CMYK | 0 | 0.54 | 0.30 | 0.12 |
| HSL | 333.44º | 0.66% | 0.64% | - |
| HSV(B) | 333.44º | 0.54% | 0.88% | - |
| XYZ | 41.49 | 27.75 | 34.62 | - |
| YUV | 144.63 | 134.42 | 184.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 102 | 156 | 0 | 0.54 | 0.30 | 0.12 | 333.44 | 0.66 | 0.64 |
| Hex | E0 | 66 | 9C | 0 | 36 | 1E | C | 14D | 42 | 40 |
| Octal | 340 | 146 | 234 | 0 | 66 | 36 | 14 | 515 | 102 | 100 |
| Binary | 11100000 | 1100110 | 10011100 | 0 | 110110 | 11110 | 1100 | 101001101 | 1000010 | 1000000 |
Color Harmonies of #E0669C
Complementary color
Monochromatic Colors of #E0669C
Black with #E0669C
Text Example
Text Example
White with #E0669C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0669C; }
p { color: rgb(224,102,156); }
H1.HeaderClassName
{
color: #E0669C;
}
.AnyTagClassName
{
color: #E0669C;
}
</style>
background-color css
<style>
a { background-color: #E0669C; }
a { background-color: rgb(224,102,156); }
div.DivClassName
{
background-color: #E0669C;
}
.BgClassName
{
background-color: #E0669C;
}
</style>
border-color css
<style>
span { border-color: #E0669C; }
span { border-color: rgb(224,102,156); }
td.TdClassName
{
border-color: #E0669C;
}
.TagClassName
{
border-color: #E0669C;
}
</style>