Shades of Pale Violet Red #E070A3
Tints of Pale Violet Red #E070A3
RGB
CMYK
RGB Variations
Color information
#E070A3 (or 0xE070A3) is known color: Pale Violet Red. HEX triplet: E0, 70 and A3. RGB value is (224,112,163). Sum of RGB (Red+Green+Blue) = 224+112+163=499 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.89% from 499); Green value is 112 (44.14% from 255 or 22.44% from 499); Blue value is 163 (64.06% from 255 or 32.67% from 499); Max value from RGB is 224 - color contains mainly: red. Hex color #E070A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E070A3 is #1F8F5C. Grayscale: #979797. Windows color (decimal): -2068317 or 10711264. OLE color: 10711264.
HSL color Cylindrical-coordinate representation of color #E070A3: hue angle of 332.68º 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 #E070A3 is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 112 | 163 | - |
| CMYK | 0 | 0.50 | 0.27 | 0.12 |
| HSL | 332.68º | 0.64% | 0.66% | - |
| HSV(B) | 332.68º | 0.5% | 0.88% | - |
| XYZ | 43.15 | 30.08 | 38.18 | - |
| YUV | 151.3 | 134.61 | 179.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 112 | 163 | 0 | 0.50 | 0.27 | 0.12 | 332.68 | 0.64 | 0.66 |
| Hex | E0 | 70 | A3 | 0 | 32 | 1B | C | 14D | 40 | 42 |
| Octal | 340 | 160 | 243 | 0 | 62 | 33 | 14 | 515 | 100 | 102 |
| Binary | 11100000 | 1110000 | 10100011 | 0 | 110010 | 11011 | 1100 | 101001101 | 1000000 | 1000010 |
Color Harmonies of #E070A3
Complementary color
Monochromatic Colors of #E070A3
Black with #E070A3
Text Example
Text Example
White with #E070A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E070A3; }
p { color: rgb(224,112,163); }
H1.HeaderClassName
{
color: #E070A3;
}
.AnyTagClassName
{
color: #E070A3;
}
</style>
background-color css
<style>
a { background-color: #E070A3; }
a { background-color: rgb(224,112,163); }
div.DivClassName
{
background-color: #E070A3;
}
.BgClassName
{
background-color: #E070A3;
}
</style>
border-color css
<style>
span { border-color: #E070A3; }
span { border-color: rgb(224,112,163); }
td.TdClassName
{
border-color: #E070A3;
}
.TagClassName
{
border-color: #E070A3;
}
</style>