Shades of Pale Violet Red #E574A6
Tints of Pale Violet Red #E574A6
RGB
CMYK
RGB Variations
Color information
#E574A6 (or 0xE574A6) is known color: Pale Violet Red. HEX triplet: E5, 74 and A6. RGB value is (229,116,166). Sum of RGB (Red+Green+Blue) = 229+116+166=511 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.81% from 511); Green value is 116 (45.70% from 255 or 22.70% from 511); Blue value is 166 (65.23% from 255 or 32.49% from 511); Max value from RGB is 229 - color contains mainly: red. Hex color #E574A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E574A6 is #1A8B59. Grayscale: #9B9B9B. Windows color (decimal): -1739610 or 10908901. OLE color: 10908901.
HSL color Cylindrical-coordinate representation of color #E574A6: hue angle of 333.45º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E574A6 is Cyan = 0, Magento = 0.49, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 116 | 166 | - |
| CMYK | 0 | 0.49 | 0.28 | 0.10 |
| HSL | 333.45º | 0.68% | 0.68% | - |
| HSV(B) | 333.45º | 0.49% | 0.9% | - |
| XYZ | 45.44 | 31.9 | 39.84 | - |
| YUV | 155.49 | 133.94 | 180.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 116 | 166 | 0 | 0.49 | 0.28 | 0.10 | 333.45 | 0.68 | 0.68 |
| Hex | E5 | 74 | A6 | 0 | 31 | 1C | A | 14D | 44 | 44 |
| Octal | 345 | 164 | 246 | 0 | 61 | 34 | 12 | 515 | 104 | 104 |
| Binary | 11100101 | 1110100 | 10100110 | 0 | 110001 | 11100 | 1010 | 101001101 | 1000100 | 1000100 |
Color Harmonies of #E574A6
Complementary color
Monochromatic Colors of #E574A6
Black with #E574A6
Text Example
Text Example
White with #E574A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E574A6; }
p { color: rgb(229,116,166); }
H1.HeaderClassName
{
color: #E574A6;
}
.AnyTagClassName
{
color: #E574A6;
}
</style>
background-color css
<style>
a { background-color: #E574A6; }
a { background-color: rgb(229,116,166); }
div.DivClassName
{
background-color: #E574A6;
}
.BgClassName
{
background-color: #E574A6;
}
</style>
border-color css
<style>
span { border-color: #E574A6; }
span { border-color: rgb(229,116,166); }
td.TdClassName
{
border-color: #E574A6;
}
.TagClassName
{
border-color: #E574A6;
}
</style>