Shades of Pale Violet Red #E06694
Tints of Pale Violet Red #E06694
RGB
CMYK
RGB Variations
Color information
#E06694 (or 0xE06694) is known color: Pale Violet Red. HEX triplet: E0, 66 and 94. RGB value is (224,102,148). Sum of RGB (Red+Green+Blue) = 224+102+148=474 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.26% from 474); Green value is 102 (40.23% from 255 or 21.52% from 474); Blue value is 148 (58.20% from 255 or 31.22% from 474); Max value from RGB is 224 - color contains mainly: red. Hex color #E06694 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06694 is #1F996B. Grayscale: #8F8F8F. Windows color (decimal): -2070892 or 9725664. OLE color: 9725664.
HSL color Cylindrical-coordinate representation of color #E06694: hue angle of 337.38º 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 #E06694 is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 102 | 148 | - |
| CMYK | 0 | 0.54 | 0.34 | 0.12 |
| HSL | 337.38º | 0.66% | 0.64% | - |
| HSV(B) | 337.38º | 0.54% | 0.88% | - |
| XYZ | 40.84 | 27.49 | 31.17 | - |
| YUV | 143.72 | 130.42 | 185.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 102 | 148 | 0 | 0.54 | 0.34 | 0.12 | 337.38 | 0.66 | 0.64 |
| Hex | E0 | 66 | 94 | 0 | 36 | 22 | C | 151 | 42 | 40 |
| Octal | 340 | 146 | 224 | 0 | 66 | 42 | 14 | 521 | 102 | 100 |
| Binary | 11100000 | 1100110 | 10010100 | 0 | 110110 | 100010 | 1100 | 101010001 | 1000010 | 1000000 |
Color Harmonies of #E06694
Complementary color
Monochromatic Colors of #E06694
Black with #E06694
Text Example
Text Example
White with #E06694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06694; }
p { color: rgb(224,102,148); }
H1.HeaderClassName
{
color: #E06694;
}
.AnyTagClassName
{
color: #E06694;
}
</style>
background-color css
<style>
a { background-color: #E06694; }
a { background-color: rgb(224,102,148); }
div.DivClassName
{
background-color: #E06694;
}
.BgClassName
{
background-color: #E06694;
}
</style>
border-color css
<style>
span { border-color: #E06694; }
span { border-color: rgb(224,102,148); }
td.TdClassName
{
border-color: #E06694;
}
.TagClassName
{
border-color: #E06694;
}
</style>