Shades of Pale Violet Red #E5619A
Tints of Pale Violet Red #E5619A
RGB
CMYK
RGB Variations
Color information
#E5619A (or 0xE5619A) is known color: Pale Violet Red. HEX triplet: E5, 61 and 9A. RGB value is (229,97,154). Sum of RGB (Red+Green+Blue) = 229+97+154=480 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.71% from 480); Green value is 97 (38.28% from 255 or 20.21% from 480); Blue value is 154 (60.55% from 255 or 32.08% from 480); Max value from RGB is 229 - color contains mainly: red. Hex color #E5619A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E5619A is #1A9E65. Grayscale: #8E8E8E. Windows color (decimal): -1744486 or 10117605. OLE color: 10117605.
HSL color Cylindrical-coordinate representation of color #E5619A: hue angle of 334.09º 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 #E5619A is Cyan = 0, Magento = 0.58, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 97 | 154 | - |
| CMYK | 0 | 0.58 | 0.33 | 0.10 |
| HSL | 334.09º | 0.72% | 0.64% | - |
| HSV(B) | 334.09º | 0.58% | 0.9% | - |
| XYZ | 42.42 | 27.54 | 33.65 | - |
| YUV | 142.97 | 134.23 | 189.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 97 | 154 | 0 | 0.58 | 0.33 | 0.10 | 334.09 | 0.72 | 0.64 |
| Hex | E5 | 61 | 9A | 0 | 3A | 21 | A | 14E | 48 | 40 |
| Octal | 345 | 141 | 232 | 0 | 72 | 41 | 12 | 516 | 110 | 100 |
| Binary | 11100101 | 1100001 | 10011010 | 0 | 111010 | 100001 | 1010 | 101001110 | 1001000 | 1000000 |
Color Harmonies of #E5619A
Complementary color
Monochromatic Colors of #E5619A
Black with #E5619A
Text Example
Text Example
White with #E5619A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5619A; }
p { color: rgb(229,97,154); }
H1.HeaderClassName
{
color: #E5619A;
}
.AnyTagClassName
{
color: #E5619A;
}
</style>
background-color css
<style>
a { background-color: #E5619A; }
a { background-color: rgb(229,97,154); }
div.DivClassName
{
background-color: #E5619A;
}
.BgClassName
{
background-color: #E5619A;
}
</style>
border-color css
<style>
span { border-color: #E5619A; }
span { border-color: rgb(229,97,154); }
td.TdClassName
{
border-color: #E5619A;
}
.TagClassName
{
border-color: #E5619A;
}
</style>