Shades of Pale Violet Red #E072A8
Tints of Pale Violet Red #E072A8
RGB
CMYK
RGB Variations
Color information
#E072A8 (or 0xE072A8) is known color: Pale Violet Red. HEX triplet: E0, 72 and A8. RGB value is (224,114,168). Sum of RGB (Red+Green+Blue) = 224+114+168=506 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.27% from 506); Green value is 114 (44.92% from 255 or 22.53% from 506); Blue value is 168 (66.02% from 255 or 33.20% from 506); Max value from RGB is 224 - color contains mainly: red. Hex color #E072A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E072A8 is #1F8D57. Grayscale: #989898. Windows color (decimal): -2067800 or 11039456. OLE color: 11039456.
HSL color Cylindrical-coordinate representation of color #E072A8: hue angle of 330.55º 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 #E072A8 is Cyan = 0, Magento = 0.49, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 114 | 168 | - |
| CMYK | 0 | 0.49 | 0.25 | 0.12 |
| HSL | 330.55º | 0.64% | 0.66% | - |
| HSV(B) | 330.55º | 0.49% | 0.88% | - |
| XYZ | 43.83 | 30.71 | 40.66 | - |
| YUV | 153.05 | 136.44 | 178.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 114 | 168 | 0 | 0.49 | 0.25 | 0.12 | 330.55 | 0.64 | 0.66 |
| Hex | E0 | 72 | A8 | 0 | 31 | 19 | C | 14B | 40 | 42 |
| Octal | 340 | 162 | 250 | 0 | 61 | 31 | 14 | 513 | 100 | 102 |
| Binary | 11100000 | 1110010 | 10101000 | 0 | 110001 | 11001 | 1100 | 101001011 | 1000000 | 1000010 |
Color Harmonies of #E072A8
Complementary color
Monochromatic Colors of #E072A8
Black with #E072A8
Text Example
Text Example
White with #E072A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E072A8; }
p { color: rgb(224,114,168); }
H1.HeaderClassName
{
color: #E072A8;
}
.AnyTagClassName
{
color: #E072A8;
}
</style>
background-color css
<style>
a { background-color: #E072A8; }
a { background-color: rgb(224,114,168); }
div.DivClassName
{
background-color: #E072A8;
}
.BgClassName
{
background-color: #E072A8;
}
</style>
border-color css
<style>
span { border-color: #E072A8; }
span { border-color: rgb(224,114,168); }
td.TdClassName
{
border-color: #E072A8;
}
.TagClassName
{
border-color: #E072A8;
}
</style>