Shades of Pale Violet Red #E070A7
Tints of Pale Violet Red #E070A7
RGB
CMYK
RGB Variations
Color information
#E070A7 (or 0xE070A7) is known color: Pale Violet Red. HEX triplet: E0, 70 and A7. RGB value is (224,112,167). Sum of RGB (Red+Green+Blue) = 224+112+167=503 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.53% from 503); Green value is 112 (44.14% from 255 or 22.27% from 503); Blue value is 167 (65.62% from 255 or 33.20% from 503); Max value from RGB is 224 - color contains mainly: red. Hex color #E070A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E070A7 is #1F8F58. Grayscale: #979797. Windows color (decimal): -2068313 or 10973408. OLE color: 10973408.
HSL color Cylindrical-coordinate representation of color #E070A7: hue angle of 330.54º 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 #E070A7 is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 112 | 167 | - |
| CMYK | 0 | 0.50 | 0.25 | 0.12 |
| HSL | 330.54º | 0.64% | 0.66% | - |
| HSV(B) | 330.54º | 0.5% | 0.88% | - |
| XYZ | 43.51 | 30.23 | 40.1 | - |
| YUV | 151.76 | 136.61 | 179.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 112 | 167 | 0 | 0.50 | 0.25 | 0.12 | 330.54 | 0.64 | 0.66 |
| Hex | E0 | 70 | A7 | 0 | 32 | 19 | C | 14B | 40 | 42 |
| Octal | 340 | 160 | 247 | 0 | 62 | 31 | 14 | 513 | 100 | 102 |
| Binary | 11100000 | 1110000 | 10100111 | 0 | 110010 | 11001 | 1100 | 101001011 | 1000000 | 1000010 |
Color Harmonies of #E070A7
Complementary color
Monochromatic Colors of #E070A7
Black with #E070A7
Text Example
Text Example
White with #E070A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E070A7; }
p { color: rgb(224,112,167); }
H1.HeaderClassName
{
color: #E070A7;
}
.AnyTagClassName
{
color: #E070A7;
}
</style>
background-color css
<style>
a { background-color: #E070A7; }
a { background-color: rgb(224,112,167); }
div.DivClassName
{
background-color: #E070A7;
}
.BgClassName
{
background-color: #E070A7;
}
</style>
border-color css
<style>
span { border-color: #E070A7; }
span { border-color: rgb(224,112,167); }
td.TdClassName
{
border-color: #E070A7;
}
.TagClassName
{
border-color: #E070A7;
}
</style>