Shades of Pale Violet Red #E061A1
Tints of Pale Violet Red #E061A1
RGB
CMYK
RGB Variations
Color information
#E061A1 (or 0xE061A1) is known color: Pale Violet Red. HEX triplet: E0, 61 and A1. RGB value is (224,97,161). Sum of RGB (Red+Green+Blue) = 224+97+161=482 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.47% from 482); Green value is 97 (38.28% from 255 or 20.12% from 482); Blue value is 161 (63.28% from 255 or 33.40% from 482); Max value from RGB is 224 - color contains mainly: red. Hex color #E061A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E061A1 is #1F9E5E. Grayscale: #8E8E8E. Windows color (decimal): -2072159 or 10576352. OLE color: 10576352.
HSL color Cylindrical-coordinate representation of color #E061A1: hue angle of 329.76º 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 #E061A1 is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 97 | 161 | - |
| CMYK | 0 | 0.57 | 0.28 | 0.12 |
| HSL | 329.76º | 0.67% | 0.63% | - |
| HSV(B) | 329.76º | 0.57% | 0.88% | - |
| XYZ | 41.45 | 26.97 | 36.74 | - |
| YUV | 142.27 | 138.58 | 186.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 97 | 161 | 0 | 0.57 | 0.28 | 0.12 | 329.76 | 0.67 | 0.63 |
| Hex | E0 | 61 | A1 | 0 | 39 | 1C | C | 14A | 43 | 3F |
| Octal | 340 | 141 | 241 | 0 | 71 | 34 | 14 | 512 | 103 | 77 |
| Binary | 11100000 | 1100001 | 10100001 | 0 | 111001 | 11100 | 1100 | 101001010 | 1000011 | 111111 |
Color Harmonies of #E061A1
Complementary color
Monochromatic Colors of #E061A1
Black with #E061A1
Text Example
Text Example
White with #E061A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E061A1; }
p { color: rgb(224,97,161); }
H1.HeaderClassName
{
color: #E061A1;
}
.AnyTagClassName
{
color: #E061A1;
}
</style>
background-color css
<style>
a { background-color: #E061A1; }
a { background-color: rgb(224,97,161); }
div.DivClassName
{
background-color: #E061A1;
}
.BgClassName
{
background-color: #E061A1;
}
</style>
border-color css
<style>
span { border-color: #E061A1; }
span { border-color: rgb(224,97,161); }
td.TdClassName
{
border-color: #E061A1;
}
.TagClassName
{
border-color: #E061A1;
}
</style>