Shades of Pale Violet Red #E070AD
Tints of Pale Violet Red #E070AD
RGB
CMYK
RGB Variations
Color information
#E070AD (or 0xE070AD) is known color: Pale Violet Red. HEX triplet: E0, 70 and AD. RGB value is (224,112,173). Sum of RGB (Red+Green+Blue) = 224+112+173=509 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.01% from 509); Green value is 112 (44.14% from 255 or 22.00% from 509); Blue value is 173 (67.97% from 255 or 33.99% from 509); Max value from RGB is 224 - color contains mainly: red. Hex color #E070AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E070AD is #1F8F52. Grayscale: #989898. Windows color (decimal): -2068307 or 11366624. OLE color: 11366624.
HSL color Cylindrical-coordinate representation of color #E070AD: hue angle of 327.32º 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 #E070AD is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 112 | 173 | - |
| CMYK | 0 | 0.50 | 0.23 | 0.12 |
| HSL | 327.32º | 0.64% | 0.66% | - |
| HSV(B) | 327.32º | 0.5% | 0.88% | - |
| XYZ | 44.08 | 30.45 | 43.09 | - |
| YUV | 152.44 | 139.61 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 112 | 173 | 0 | 0.50 | 0.23 | 0.12 | 327.32 | 0.64 | 0.66 |
| Hex | E0 | 70 | AD | 0 | 32 | 17 | C | 147 | 40 | 42 |
| Octal | 340 | 160 | 255 | 0 | 62 | 27 | 14 | 507 | 100 | 102 |
| Binary | 11100000 | 1110000 | 10101101 | 0 | 110010 | 10111 | 1100 | 101000111 | 1000000 | 1000010 |
Color Harmonies of #E070AD
Complementary color
Monochromatic Colors of #E070AD
Black with #E070AD
Text Example
Text Example
White with #E070AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E070AD; }
p { color: rgb(224,112,173); }
H1.HeaderClassName
{
color: #E070AD;
}
.AnyTagClassName
{
color: #E070AD;
}
</style>
background-color css
<style>
a { background-color: #E070AD; }
a { background-color: rgb(224,112,173); }
div.DivClassName
{
background-color: #E070AD;
}
.BgClassName
{
background-color: #E070AD;
}
</style>
border-color css
<style>
span { border-color: #E070AD; }
span { border-color: rgb(224,112,173); }
td.TdClassName
{
border-color: #E070AD;
}
.TagClassName
{
border-color: #E070AD;
}
</style>