Shades of Pale Violet Red #E068A1
Tints of Pale Violet Red #E068A1
RGB
CMYK
RGB Variations
Color information
#E068A1 (or 0xE068A1) is known color: Pale Violet Red. HEX triplet: E0, 68 and A1. RGB value is (224,104,161). Sum of RGB (Red+Green+Blue) = 224+104+161=489 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.81% from 489); Green value is 104 (41.02% from 255 or 21.27% from 489); Blue value is 161 (63.28% from 255 or 32.92% from 489); Max value from RGB is 224 - color contains mainly: red. Hex color #E068A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E068A1 is #1F975E. Grayscale: #929292. Windows color (decimal): -2070367 or 10578144. OLE color: 10578144.
HSL color Cylindrical-coordinate representation of color #E068A1: hue angle of 331.5º 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 #E068A1 is Cyan = 0, Magento = 0.54, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 104 | 161 | - |
| CMYK | 0 | 0.54 | 0.28 | 0.12 |
| HSL | 331.5º | 0.66% | 0.64% | - |
| HSV(B) | 331.5º | 0.54% | 0.88% | - |
| XYZ | 42.12 | 28.32 | 36.96 | - |
| YUV | 146.38 | 136.26 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 104 | 161 | 0 | 0.54 | 0.28 | 0.12 | 331.5 | 0.66 | 0.64 |
| Hex | E0 | 68 | A1 | 0 | 36 | 1C | C | 14C | 42 | 40 |
| Octal | 340 | 150 | 241 | 0 | 66 | 34 | 14 | 514 | 102 | 100 |
| Binary | 11100000 | 1101000 | 10100001 | 0 | 110110 | 11100 | 1100 | 101001100 | 1000010 | 1000000 |
Color Harmonies of #E068A1
Complementary color
Monochromatic Colors of #E068A1
Black with #E068A1
Text Example
Text Example
White with #E068A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E068A1; }
p { color: rgb(224,104,161); }
H1.HeaderClassName
{
color: #E068A1;
}
.AnyTagClassName
{
color: #E068A1;
}
</style>
background-color css
<style>
a { background-color: #E068A1; }
a { background-color: rgb(224,104,161); }
div.DivClassName
{
background-color: #E068A1;
}
.BgClassName
{
background-color: #E068A1;
}
</style>
border-color css
<style>
span { border-color: #E068A1; }
span { border-color: rgb(224,104,161); }
td.TdClassName
{
border-color: #E068A1;
}
.TagClassName
{
border-color: #E068A1;
}
</style>