Shades of Pale Violet Red #E061A5
Tints of Pale Violet Red #E061A5
RGB
CMYK
RGB Variations
Color information
#E061A5 (or 0xE061A5) is known color: Pale Violet Red. HEX triplet: E0, 61 and A5. RGB value is (224,97,165). Sum of RGB (Red+Green+Blue) = 224+97+165=486 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.09% from 486); Green value is 97 (38.28% from 255 or 19.96% from 486); Blue value is 165 (64.84% from 255 or 33.95% from 486); Max value from RGB is 224 - color contains mainly: red. Hex color #E061A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E061A5 is #1F9E5A. Grayscale: #8E8E8E. Windows color (decimal): -2072155 or 10838496. OLE color: 10838496.
HSL color Cylindrical-coordinate representation of color #E061A5: hue angle of 327.87º 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 #E061A5 is Cyan = 0, Magento = 0.57, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 97 | 165 | - |
| CMYK | 0 | 0.57 | 0.26 | 0.12 |
| HSL | 327.87º | 0.67% | 0.63% | - |
| HSV(B) | 327.87º | 0.57% | 0.88% | - |
| XYZ | 41.81 | 27.11 | 38.63 | - |
| YUV | 142.73 | 140.58 | 185.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 97 | 165 | 0 | 0.57 | 0.26 | 0.12 | 327.87 | 0.67 | 0.63 |
| Hex | E0 | 61 | A5 | 0 | 39 | 1A | C | 148 | 43 | 3F |
| Octal | 340 | 141 | 245 | 0 | 71 | 32 | 14 | 510 | 103 | 77 |
| Binary | 11100000 | 1100001 | 10100101 | 0 | 111001 | 11010 | 1100 | 101001000 | 1000011 | 111111 |
Color Harmonies of #E061A5
Complementary color
Monochromatic Colors of #E061A5
Black with #E061A5
Text Example
Text Example
White with #E061A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E061A5; }
p { color: rgb(224,97,165); }
H1.HeaderClassName
{
color: #E061A5;
}
.AnyTagClassName
{
color: #E061A5;
}
</style>
background-color css
<style>
a { background-color: #E061A5; }
a { background-color: rgb(224,97,165); }
div.DivClassName
{
background-color: #E061A5;
}
.BgClassName
{
background-color: #E061A5;
}
</style>
border-color css
<style>
span { border-color: #E061A5; }
span { border-color: rgb(224,97,165); }
td.TdClassName
{
border-color: #E061A5;
}
.TagClassName
{
border-color: #E061A5;
}
</style>