Shades of Pale Violet Red #E070A0
Tints of Pale Violet Red #E070A0
RGB
CMYK
RGB Variations
Color information
#E070A0 (or 0xE070A0) is known color: Pale Violet Red. HEX triplet: E0, 70 and A0. RGB value is (224,112,160). Sum of RGB (Red+Green+Blue) = 224+112+160=496 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.16% from 496); Green value is 112 (44.14% from 255 or 22.58% from 496); Blue value is 160 (62.89% from 255 or 32.26% from 496); Max value from RGB is 224 - color contains mainly: red. Hex color #E070A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E070A0 is #1F8F5F. Grayscale: #969696. Windows color (decimal): -2068320 or 10514656. OLE color: 10514656.
HSL color Cylindrical-coordinate representation of color #E070A0: hue angle of 334.29º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E070A0 is Cyan = 0, Magento = 0.50, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 112 | 160 | - |
| CMYK | 0 | 0.50 | 0.29 | 0.12 |
| HSL | 334.29º | 0.64% | 0.66% | - |
| HSV(B) | 334.29º | 0.5% | 0.88% | - |
| XYZ | 42.88 | 29.97 | 36.78 | - |
| YUV | 150.96 | 133.11 | 180.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 112 | 160 | 0 | 0.50 | 0.29 | 0.12 | 334.29 | 0.64 | 0.66 |
| Hex | E0 | 70 | A0 | 0 | 32 | 1D | C | 14E | 40 | 42 |
| Octal | 340 | 160 | 240 | 0 | 62 | 35 | 14 | 516 | 100 | 102 |
| Binary | 11100000 | 1110000 | 10100000 | 0 | 110010 | 11101 | 1100 | 101001110 | 1000000 | 1000010 |
Color Harmonies of #E070A0
Complementary color
Monochromatic Colors of #E070A0
Black with #E070A0
Text Example
Text Example
White with #E070A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E070A0; }
p { color: rgb(224,112,160); }
H1.HeaderClassName
{
color: #E070A0;
}
.AnyTagClassName
{
color: #E070A0;
}
</style>
background-color css
<style>
a { background-color: #E070A0; }
a { background-color: rgb(224,112,160); }
div.DivClassName
{
background-color: #E070A0;
}
.BgClassName
{
background-color: #E070A0;
}
</style>
border-color css
<style>
span { border-color: #E070A0; }
span { border-color: rgb(224,112,160); }
td.TdClassName
{
border-color: #E070A0;
}
.TagClassName
{
border-color: #E070A0;
}
</style>