Shades of Pale Violet Red #E072AC
Tints of Pale Violet Red #E072AC
RGB
CMYK
RGB Variations
Color information
#E072AC (or 0xE072AC) is known color: Pale Violet Red. HEX triplet: E0, 72 and AC. RGB value is (224,114,172). Sum of RGB (Red+Green+Blue) = 224+114+172=510 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.92% from 510); Green value is 114 (44.92% from 255 or 22.35% from 510); Blue value is 172 (67.58% from 255 or 33.73% from 510); Max value from RGB is 224 - color contains mainly: red. Hex color #E072AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E072AC is #1F8D53. Grayscale: #999999. Windows color (decimal): -2067796 or 11301600. OLE color: 11301600.
HSL color Cylindrical-coordinate representation of color #E072AC: hue angle of 328.36º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E072AC is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 114 | 172 | - |
| CMYK | 0 | 0.49 | 0.23 | 0.12 |
| HSL | 328.36º | 0.64% | 0.66% | - |
| HSV(B) | 328.36º | 0.49% | 0.88% | - |
| XYZ | 44.2 | 30.86 | 42.66 | - |
| YUV | 153.5 | 138.44 | 178.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 114 | 172 | 0 | 0.49 | 0.23 | 0.12 | 328.36 | 0.64 | 0.66 |
| Hex | E0 | 72 | AC | 0 | 31 | 17 | C | 148 | 40 | 42 |
| Octal | 340 | 162 | 254 | 0 | 61 | 27 | 14 | 510 | 100 | 102 |
| Binary | 11100000 | 1110010 | 10101100 | 0 | 110001 | 10111 | 1100 | 101001000 | 1000000 | 1000010 |
Color Harmonies of #E072AC
Complementary color
Monochromatic Colors of #E072AC
Black with #E072AC
Text Example
Text Example
White with #E072AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E072AC; }
p { color: rgb(224,114,172); }
H1.HeaderClassName
{
color: #E072AC;
}
.AnyTagClassName
{
color: #E072AC;
}
</style>
background-color css
<style>
a { background-color: #E072AC; }
a { background-color: rgb(224,114,172); }
div.DivClassName
{
background-color: #E072AC;
}
.BgClassName
{
background-color: #E072AC;
}
</style>
border-color css
<style>
span { border-color: #E072AC; }
span { border-color: rgb(224,114,172); }
td.TdClassName
{
border-color: #E072AC;
}
.TagClassName
{
border-color: #E072AC;
}
</style>