Shades of Pale Violet Red #E5619D
Tints of Pale Violet Red #E5619D
RGB
CMYK
RGB Variations
Color information
#E5619D (or 0xE5619D) is known color: Pale Violet Red. HEX triplet: E5, 61 and 9D. RGB value is (229,97,157). Sum of RGB (Red+Green+Blue) = 229+97+157=483 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.41% from 483); Green value is 97 (38.28% from 255 or 20.08% from 483); Blue value is 157 (61.72% from 255 or 32.51% from 483); Max value from RGB is 229 - color contains mainly: red. Hex color #E5619D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E5619D is #1A9E62. Grayscale: #8F8F8F. Windows color (decimal): -1744483 or 10314213. OLE color: 10314213.
HSL color Cylindrical-coordinate representation of color #E5619D: hue angle of 332.73º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E5619D is Cyan = 0, Magento = 0.58, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 97 | 157 | - |
| CMYK | 0 | 0.58 | 0.31 | 0.10 |
| HSL | 332.73º | 0.72% | 0.64% | - |
| HSV(B) | 332.73º | 0.58% | 0.9% | - |
| XYZ | 42.67 | 27.64 | 34.98 | - |
| YUV | 143.31 | 135.73 | 189.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 97 | 157 | 0 | 0.58 | 0.31 | 0.10 | 332.73 | 0.72 | 0.64 |
| Hex | E5 | 61 | 9D | 0 | 3A | 1F | A | 14D | 48 | 40 |
| Octal | 345 | 141 | 235 | 0 | 72 | 37 | 12 | 515 | 110 | 100 |
| Binary | 11100101 | 1100001 | 10011101 | 0 | 111010 | 11111 | 1010 | 101001101 | 1001000 | 1000000 |
Color Harmonies of #E5619D
Complementary color
Monochromatic Colors of #E5619D
Black with #E5619D
Text Example
Text Example
White with #E5619D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5619D; }
p { color: rgb(229,97,157); }
H1.HeaderClassName
{
color: #E5619D;
}
.AnyTagClassName
{
color: #E5619D;
}
</style>
background-color css
<style>
a { background-color: #E5619D; }
a { background-color: rgb(229,97,157); }
div.DivClassName
{
background-color: #E5619D;
}
.BgClassName
{
background-color: #E5619D;
}
</style>
border-color css
<style>
span { border-color: #E5619D; }
span { border-color: rgb(229,97,157); }
td.TdClassName
{
border-color: #E5619D;
}
.TagClassName
{
border-color: #E5619D;
}
</style>