Shades of Pale Violet Red #E061A6
Tints of Pale Violet Red #E061A6
RGB
CMYK
RGB Variations
Color information
#E061A6 (or 0xE061A6) is known color: Pale Violet Red. HEX triplet: E0, 61 and A6. RGB value is (224,97,166). Sum of RGB (Red+Green+Blue) = 224+97+166=487 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.00% from 487); Green value is 97 (38.28% from 255 or 19.92% from 487); Blue value is 166 (65.23% from 255 or 34.09% from 487); Max value from RGB is 224 - color contains mainly: red. Hex color #E061A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E061A6 is #1F9E59. Grayscale: #8E8E8E. Windows color (decimal): -2072154 or 10904032. OLE color: 10904032.
HSL color Cylindrical-coordinate representation of color #E061A6: hue angle of 327.4º 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 #E061A6 is Cyan = 0, Magento = 0.57, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 97 | 166 | - |
| CMYK | 0 | 0.57 | 0.26 | 0.12 |
| HSL | 327.4º | 0.67% | 0.63% | - |
| HSV(B) | 327.4º | 0.57% | 0.88% | - |
| XYZ | 41.9 | 27.15 | 39.11 | - |
| YUV | 142.84 | 141.08 | 185.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 97 | 166 | 0 | 0.57 | 0.26 | 0.12 | 327.4 | 0.67 | 0.63 |
| Hex | E0 | 61 | A6 | 0 | 39 | 1A | C | 147 | 43 | 3F |
| Octal | 340 | 141 | 246 | 0 | 71 | 32 | 14 | 507 | 103 | 77 |
| Binary | 11100000 | 1100001 | 10100110 | 0 | 111001 | 11010 | 1100 | 101000111 | 1000011 | 111111 |
Color Harmonies of #E061A6
Complementary color
Monochromatic Colors of #E061A6
Black with #E061A6
Text Example
Text Example
White with #E061A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E061A6; }
p { color: rgb(224,97,166); }
H1.HeaderClassName
{
color: #E061A6;
}
.AnyTagClassName
{
color: #E061A6;
}
</style>
background-color css
<style>
a { background-color: #E061A6; }
a { background-color: rgb(224,97,166); }
div.DivClassName
{
background-color: #E061A6;
}
.BgClassName
{
background-color: #E061A6;
}
</style>
border-color css
<style>
span { border-color: #E061A6; }
span { border-color: rgb(224,97,166); }
td.TdClassName
{
border-color: #E061A6;
}
.TagClassName
{
border-color: #E061A6;
}
</style>