Shades of Pale Violet Red #E066A0
Tints of Pale Violet Red #E066A0
RGB
CMYK
RGB Variations
Color information
#E066A0 (or 0xE066A0) is known color: Pale Violet Red. HEX triplet: E0, 66 and A0. RGB value is (224,102,160). Sum of RGB (Red+Green+Blue) = 224+102+160=486 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.09% from 486); Green value is 102 (40.23% from 255 or 20.99% from 486); Blue value is 160 (62.89% from 255 or 32.92% from 486); Max value from RGB is 224 - color contains mainly: red. Hex color #E066A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E066A0 is #1F995F. Grayscale: #909090. Windows color (decimal): -2070880 or 10512096. OLE color: 10512096.
HSL color Cylindrical-coordinate representation of color #E066A0: hue angle of 331.48º 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 #E066A0 is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 102 | 160 | - |
| CMYK | 0 | 0.54 | 0.29 | 0.12 |
| HSL | 331.48º | 0.66% | 0.64% | - |
| HSV(B) | 331.48º | 0.54% | 0.88% | - |
| XYZ | 41.84 | 27.89 | 36.44 | - |
| YUV | 145.09 | 136.42 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 102 | 160 | 0 | 0.54 | 0.29 | 0.12 | 331.48 | 0.66 | 0.64 |
| Hex | E0 | 66 | A0 | 0 | 36 | 1D | C | 14B | 42 | 40 |
| Octal | 340 | 146 | 240 | 0 | 66 | 35 | 14 | 513 | 102 | 100 |
| Binary | 11100000 | 1100110 | 10100000 | 0 | 110110 | 11101 | 1100 | 101001011 | 1000010 | 1000000 |
Color Harmonies of #E066A0
Complementary color
Monochromatic Colors of #E066A0
Black with #E066A0
Text Example
Text Example
White with #E066A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E066A0; }
p { color: rgb(224,102,160); }
H1.HeaderClassName
{
color: #E066A0;
}
.AnyTagClassName
{
color: #E066A0;
}
</style>
background-color css
<style>
a { background-color: #E066A0; }
a { background-color: rgb(224,102,160); }
div.DivClassName
{
background-color: #E066A0;
}
.BgClassName
{
background-color: #E066A0;
}
</style>
border-color css
<style>
span { border-color: #E066A0; }
span { border-color: rgb(224,102,160); }
td.TdClassName
{
border-color: #E066A0;
}
.TagClassName
{
border-color: #E066A0;
}
</style>