Shades of Pale Violet Red #E05EA5
Tints of Pale Violet Red #E05EA5
RGB
CMYK
RGB Variations
Color information
#E05EA5 (or 0xE05EA5) is known color: Pale Violet Red. HEX triplet: E0, 5E and A5. RGB value is (224,94,165). Sum of RGB (Red+Green+Blue) = 224+94+165=483 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.38% from 483); Green value is 94 (37.11% from 255 or 19.46% from 483); Blue value is 165 (64.84% from 255 or 34.16% from 483); Max value from RGB is 224 - color contains mainly: red. Hex color #E05EA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05EA5 is #1FA15A. Grayscale: #8C8C8C. Windows color (decimal): -2072923 or 10837728. OLE color: 10837728.
HSL color Cylindrical-coordinate representation of color #E05EA5: hue angle of 327.23º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E05EA5 is Cyan = 0, Magento = 0.58, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 94 | 165 | - |
| CMYK | 0 | 0.58 | 0.26 | 0.12 |
| HSL | 327.23º | 0.68% | 0.62% | - |
| HSV(B) | 327.23º | 0.58% | 0.88% | - |
| XYZ | 41.53 | 26.57 | 38.54 | - |
| YUV | 140.96 | 141.57 | 187.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 94 | 165 | 0 | 0.58 | 0.26 | 0.12 | 327.23 | 0.68 | 0.62 |
| Hex | E0 | 5E | A5 | 0 | 3A | 1A | C | 147 | 44 | 3E |
| Octal | 340 | 136 | 245 | 0 | 72 | 32 | 14 | 507 | 104 | 76 |
| Binary | 11100000 | 1011110 | 10100101 | 0 | 111010 | 11010 | 1100 | 101000111 | 1000100 | 111110 |
Color Harmonies of #E05EA5
Complementary color
Monochromatic Colors of #E05EA5
Black with #E05EA5
Text Example
Text Example
White with #E05EA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05EA5; }
p { color: rgb(224,94,165); }
H1.HeaderClassName
{
color: #E05EA5;
}
.AnyTagClassName
{
color: #E05EA5;
}
</style>
background-color css
<style>
a { background-color: #E05EA5; }
a { background-color: rgb(224,94,165); }
div.DivClassName
{
background-color: #E05EA5;
}
.BgClassName
{
background-color: #E05EA5;
}
</style>
border-color css
<style>
span { border-color: #E05EA5; }
span { border-color: rgb(224,94,165); }
td.TdClassName
{
border-color: #E05EA5;
}
.TagClassName
{
border-color: #E05EA5;
}
</style>