Shades of Pale Violet Red #E068A2
Tints of Pale Violet Red #E068A2
RGB
CMYK
RGB Variations
Color information
#E068A2 (or 0xE068A2) is known color: Pale Violet Red. HEX triplet: E0, 68 and A2. RGB value is (224,104,162). Sum of RGB (Red+Green+Blue) = 224+104+162=490 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.71% from 490); Green value is 104 (41.02% from 255 or 21.22% from 490); Blue value is 162 (63.67% from 255 or 33.06% from 490); Max value from RGB is 224 - color contains mainly: red. Hex color #E068A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E068A2 is #1F975D. Grayscale: #929292. Windows color (decimal): -2070366 or 10643680. OLE color: 10643680.
HSL color Cylindrical-coordinate representation of color #E068A2: hue angle of 331º 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 #E068A2 is Cyan = 0, Magento = 0.54, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 104 | 162 | - |
| CMYK | 0 | 0.54 | 0.28 | 0.12 |
| HSL | 331º | 0.66% | 0.64% | - |
| HSV(B) | 331º | 0.54% | 0.88% | - |
| XYZ | 42.21 | 28.36 | 37.43 | - |
| YUV | 146.49 | 136.76 | 183.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 104 | 162 | 0 | 0.54 | 0.28 | 0.12 | 331 | 0.66 | 0.64 |
| Hex | E0 | 68 | A2 | 0 | 36 | 1C | C | 14B | 42 | 40 |
| Octal | 340 | 150 | 242 | 0 | 66 | 34 | 14 | 513 | 102 | 100 |
| Binary | 11100000 | 1101000 | 10100010 | 0 | 110110 | 11100 | 1100 | 101001011 | 1000010 | 1000000 |
Color Harmonies of #E068A2
Complementary color
Monochromatic Colors of #E068A2
Black with #E068A2
Text Example
Text Example
White with #E068A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E068A2; }
p { color: rgb(224,104,162); }
H1.HeaderClassName
{
color: #E068A2;
}
.AnyTagClassName
{
color: #E068A2;
}
</style>
background-color css
<style>
a { background-color: #E068A2; }
a { background-color: rgb(224,104,162); }
div.DivClassName
{
background-color: #E068A2;
}
.BgClassName
{
background-color: #E068A2;
}
</style>
border-color css
<style>
span { border-color: #E068A2; }
span { border-color: rgb(224,104,162); }
td.TdClassName
{
border-color: #E068A2;
}
.TagClassName
{
border-color: #E068A2;
}
</style>