Shades of Pale Violet Red #E071AC
Tints of Pale Violet Red #E071AC
RGB
CMYK
RGB Variations
Color information
#E071AC (or 0xE071AC) is known color: Pale Violet Red. HEX triplet: E0, 71 and AC. RGB value is (224,113,172). Sum of RGB (Red+Green+Blue) = 224+113+172=509 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.01% from 509); Green value is 113 (44.53% from 255 or 22.20% from 509); Blue value is 172 (67.58% from 255 or 33.79% from 509); Max value from RGB is 224 - color contains mainly: red. Hex color #E071AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E071AC is #1F8E53. Grayscale: #989898. Windows color (decimal): -2068052 or 11301344. OLE color: 11301344.
HSL color Cylindrical-coordinate representation of color #E071AC: hue angle of 328.11º 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 #E071AC is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 113 | 172 | - |
| CMYK | 0 | 0.50 | 0.23 | 0.12 |
| HSL | 328.11º | 0.64% | 0.66% | - |
| HSV(B) | 328.11º | 0.5% | 0.88% | - |
| XYZ | 44.09 | 30.64 | 42.62 | - |
| YUV | 152.92 | 138.77 | 178.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 113 | 172 | 0 | 0.50 | 0.23 | 0.12 | 328.11 | 0.64 | 0.66 |
| Hex | E0 | 71 | AC | 0 | 32 | 17 | C | 148 | 40 | 42 |
| Octal | 340 | 161 | 254 | 0 | 62 | 27 | 14 | 510 | 100 | 102 |
| Binary | 11100000 | 1110001 | 10101100 | 0 | 110010 | 10111 | 1100 | 101001000 | 1000000 | 1000010 |
Color Harmonies of #E071AC
Complementary color
Monochromatic Colors of #E071AC
Black with #E071AC
Text Example
Text Example
White with #E071AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E071AC; }
p { color: rgb(224,113,172); }
H1.HeaderClassName
{
color: #E071AC;
}
.AnyTagClassName
{
color: #E071AC;
}
</style>
background-color css
<style>
a { background-color: #E071AC; }
a { background-color: rgb(224,113,172); }
div.DivClassName
{
background-color: #E071AC;
}
.BgClassName
{
background-color: #E071AC;
}
</style>
border-color css
<style>
span { border-color: #E071AC; }
span { border-color: rgb(224,113,172); }
td.TdClassName
{
border-color: #E071AC;
}
.TagClassName
{
border-color: #E071AC;
}
</style>