Shades of Pale Violet Red #E5629D
Tints of Pale Violet Red #E5629D
RGB
CMYK
RGB Variations
Color information
#E5629D (or 0xE5629D) is known color: Pale Violet Red. HEX triplet: E5, 62 and 9D. RGB value is (229,98,157). Sum of RGB (Red+Green+Blue) = 229+98+157=484 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.31% from 484); Green value is 98 (38.67% from 255 or 20.25% from 484); Blue value is 157 (61.72% from 255 or 32.44% from 484); Max value from RGB is 229 - color contains mainly: red. Hex color #E5629D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E5629D is #1A9D62. Grayscale: #8F8F8F. Windows color (decimal): -1744227 or 10314469. OLE color: 10314469.
HSL color Cylindrical-coordinate representation of color #E5629D: hue angle of 332.98º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E5629D is Cyan = 0, Magento = 0.57, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 98 | 157 | - |
| CMYK | 0 | 0.57 | 0.31 | 0.10 |
| HSL | 332.98º | 0.72% | 0.64% | - |
| HSV(B) | 332.98º | 0.57% | 0.9% | - |
| XYZ | 42.77 | 27.83 | 35.02 | - |
| YUV | 143.9 | 135.4 | 188.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 98 | 157 | 0 | 0.57 | 0.31 | 0.10 | 332.98 | 0.72 | 0.64 |
| Hex | E5 | 62 | 9D | 0 | 39 | 1F | A | 14D | 48 | 40 |
| Octal | 345 | 142 | 235 | 0 | 71 | 37 | 12 | 515 | 110 | 100 |
| Binary | 11100101 | 1100010 | 10011101 | 0 | 111001 | 11111 | 1010 | 101001101 | 1001000 | 1000000 |
Color Harmonies of #E5629D
Complementary color
Monochromatic Colors of #E5629D
Black with #E5629D
Text Example
Text Example
White with #E5629D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5629D; }
p { color: rgb(229,98,157); }
H1.HeaderClassName
{
color: #E5629D;
}
.AnyTagClassName
{
color: #E5629D;
}
</style>
background-color css
<style>
a { background-color: #E5629D; }
a { background-color: rgb(229,98,157); }
div.DivClassName
{
background-color: #E5629D;
}
.BgClassName
{
background-color: #E5629D;
}
</style>
border-color css
<style>
span { border-color: #E5629D; }
span { border-color: rgb(229,98,157); }
td.TdClassName
{
border-color: #E5629D;
}
.TagClassName
{
border-color: #E5629D;
}
</style>