Shades of Pale Violet Red #E0669F
Tints of Pale Violet Red #E0669F
RGB
CMYK
RGB Variations
Color information
#E0669F (or 0xE0669F) is known color: Pale Violet Red. HEX triplet: E0, 66 and 9F. RGB value is (224,102,159). Sum of RGB (Red+Green+Blue) = 224+102+159=485 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.19% from 485); Green value is 102 (40.23% from 255 or 21.03% from 485); Blue value is 159 (62.5% from 255 or 32.78% from 485); Max value from RGB is 224 - color contains mainly: red. Hex color #E0669F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0669F is #1F9960. Grayscale: #909090. Windows color (decimal): -2070881 or 10446560. OLE color: 10446560.
HSL color Cylindrical-coordinate representation of color #E0669F: hue angle of 331.97º 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 #E0669F is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 102 | 159 | - |
| CMYK | 0 | 0.54 | 0.29 | 0.12 |
| HSL | 331.97º | 0.66% | 0.64% | - |
| HSV(B) | 331.97º | 0.54% | 0.88% | - |
| XYZ | 41.75 | 27.85 | 35.98 | - |
| YUV | 144.98 | 135.92 | 184.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 102 | 159 | 0 | 0.54 | 0.29 | 0.12 | 331.97 | 0.66 | 0.64 |
| Hex | E0 | 66 | 9F | 0 | 36 | 1D | C | 14C | 42 | 40 |
| Octal | 340 | 146 | 237 | 0 | 66 | 35 | 14 | 514 | 102 | 100 |
| Binary | 11100000 | 1100110 | 10011111 | 0 | 110110 | 11101 | 1100 | 101001100 | 1000010 | 1000000 |
Color Harmonies of #E0669F
Complementary color
Monochromatic Colors of #E0669F
Black with #E0669F
Text Example
Text Example
White with #E0669F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0669F; }
p { color: rgb(224,102,159); }
H1.HeaderClassName
{
color: #E0669F;
}
.AnyTagClassName
{
color: #E0669F;
}
</style>
background-color css
<style>
a { background-color: #E0669F; }
a { background-color: rgb(224,102,159); }
div.DivClassName
{
background-color: #E0669F;
}
.BgClassName
{
background-color: #E0669F;
}
</style>
border-color css
<style>
span { border-color: #E0669F; }
span { border-color: rgb(224,102,159); }
td.TdClassName
{
border-color: #E0669F;
}
.TagClassName
{
border-color: #E0669F;
}
</style>