Shades of Pale Violet Red #E060A1
Tints of Pale Violet Red #E060A1
RGB
CMYK
RGB Variations
Color information
#E060A1 (or 0xE060A1) is known color: Pale Violet Red. HEX triplet: E0, 60 and A1. RGB value is (224,96,161). Sum of RGB (Red+Green+Blue) = 224+96+161=481 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.57% from 481); Green value is 96 (37.89% from 255 or 19.96% from 481); Blue value is 161 (63.28% from 255 or 33.47% from 481); Max value from RGB is 224 - color contains mainly: red. Hex color #E060A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E060A1 is #1F9F5E. Grayscale: #8D8D8D. Windows color (decimal): -2072415 or 10576096. OLE color: 10576096.
HSL color Cylindrical-coordinate representation of color #E060A1: hue angle of 329.53º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E060A1 is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 96 | 161 | - |
| CMYK | 0 | 0.57 | 0.28 | 0.12 |
| HSL | 329.53º | 0.67% | 0.63% | - |
| HSV(B) | 329.53º | 0.57% | 0.88% | - |
| XYZ | 41.36 | 26.79 | 36.71 | - |
| YUV | 141.68 | 138.91 | 186.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 96 | 161 | 0 | 0.57 | 0.28 | 0.12 | 329.53 | 0.67 | 0.63 |
| Hex | E0 | 60 | A1 | 0 | 39 | 1C | C | 14A | 43 | 3F |
| Octal | 340 | 140 | 241 | 0 | 71 | 34 | 14 | 512 | 103 | 77 |
| Binary | 11100000 | 1100000 | 10100001 | 0 | 111001 | 11100 | 1100 | 101001010 | 1000011 | 111111 |
Color Harmonies of #E060A1
Complementary color
Monochromatic Colors of #E060A1
Black with #E060A1
Text Example
Text Example
White with #E060A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E060A1; }
p { color: rgb(224,96,161); }
H1.HeaderClassName
{
color: #E060A1;
}
.AnyTagClassName
{
color: #E060A1;
}
</style>
background-color css
<style>
a { background-color: #E060A1; }
a { background-color: rgb(224,96,161); }
div.DivClassName
{
background-color: #E060A1;
}
.BgClassName
{
background-color: #E060A1;
}
</style>
border-color css
<style>
span { border-color: #E060A1; }
span { border-color: rgb(224,96,161); }
td.TdClassName
{
border-color: #E060A1;
}
.TagClassName
{
border-color: #E060A1;
}
</style>