Shades of Pale Violet Red #E05EA6
Tints of Pale Violet Red #E05EA6
RGB
CMYK
RGB Variations
Color information
#E05EA6 (or 0xE05EA6) is known color: Pale Violet Red. HEX triplet: E0, 5E and A6. RGB value is (224,94,166). Sum of RGB (Red+Green+Blue) = 224+94+166=484 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.28% from 484); Green value is 94 (37.11% from 255 or 19.42% from 484); Blue value is 166 (65.23% from 255 or 34.30% from 484); Max value from RGB is 224 - color contains mainly: red. Hex color #E05EA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05EA6 is #1FA159. Grayscale: #8C8C8C. Windows color (decimal): -2072922 or 10903264. OLE color: 10903264.
HSL color Cylindrical-coordinate representation of color #E05EA6: hue angle of 326.77º 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 #E05EA6 is Cyan = 0, Magento = 0.58, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 94 | 166 | - |
| CMYK | 0 | 0.58 | 0.26 | 0.12 |
| HSL | 326.77º | 0.68% | 0.62% | - |
| HSV(B) | 326.77º | 0.58% | 0.88% | - |
| XYZ | 41.63 | 26.61 | 39.02 | - |
| YUV | 141.08 | 142.07 | 187.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 94 | 166 | 0 | 0.58 | 0.26 | 0.12 | 326.77 | 0.68 | 0.62 |
| Hex | E0 | 5E | A6 | 0 | 3A | 1A | C | 147 | 44 | 3E |
| Octal | 340 | 136 | 246 | 0 | 72 | 32 | 14 | 507 | 104 | 76 |
| Binary | 11100000 | 1011110 | 10100110 | 0 | 111010 | 11010 | 1100 | 101000111 | 1000100 | 111110 |
Color Harmonies of #E05EA6
Complementary color
Monochromatic Colors of #E05EA6
Black with #E05EA6
Text Example
Text Example
White with #E05EA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05EA6; }
p { color: rgb(224,94,166); }
H1.HeaderClassName
{
color: #E05EA6;
}
.AnyTagClassName
{
color: #E05EA6;
}
</style>
background-color css
<style>
a { background-color: #E05EA6; }
a { background-color: rgb(224,94,166); }
div.DivClassName
{
background-color: #E05EA6;
}
.BgClassName
{
background-color: #E05EA6;
}
</style>
border-color css
<style>
span { border-color: #E05EA6; }
span { border-color: rgb(224,94,166); }
td.TdClassName
{
border-color: #E05EA6;
}
.TagClassName
{
border-color: #E05EA6;
}
</style>