Shades of Pale Violet Red #E1629D
Tints of Pale Violet Red #E1629D
RGB
CMYK
RGB Variations
Color information
#E1629D (or 0xE1629D) is known color: Pale Violet Red. HEX triplet: E1, 62 and 9D. RGB value is (225,98,157). Sum of RGB (Red+Green+Blue) = 225+98+157=480 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.88% from 480); Green value is 98 (38.67% from 255 or 20.42% from 480); Blue value is 157 (61.72% from 255 or 32.71% from 480); Max value from RGB is 225 - color contains mainly: red. Hex color #E1629D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1629D is #1E9D62. Grayscale: #8E8E8E. Windows color (decimal): -2006371 or 10314465. OLE color: 10314465.
HSL color Cylindrical-coordinate representation of color #E1629D: hue angle of 332.13º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E1629D is Cyan = 0, Magento = 0.56, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 98 | 157 | - |
| CMYK | 0 | 0.56 | 0.30 | 0.12 |
| HSL | 332.13º | 0.68% | 0.63% | - |
| HSV(B) | 332.13º | 0.56% | 0.88% | - |
| XYZ | 41.5 | 27.18 | 34.96 | - |
| YUV | 142.7 | 136.08 | 186.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 98 | 157 | 0 | 0.56 | 0.30 | 0.12 | 332.13 | 0.68 | 0.63 |
| Hex | E1 | 62 | 9D | 0 | 38 | 1E | C | 14C | 44 | 3F |
| Octal | 341 | 142 | 235 | 0 | 70 | 36 | 14 | 514 | 104 | 77 |
| Binary | 11100001 | 1100010 | 10011101 | 0 | 111000 | 11110 | 1100 | 101001100 | 1000100 | 111111 |
Color Harmonies of #E1629D
Complementary color
Monochromatic Colors of #E1629D
Black with #E1629D
Text Example
Text Example
White with #E1629D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1629D; }
p { color: rgb(225,98,157); }
H1.HeaderClassName
{
color: #E1629D;
}
.AnyTagClassName
{
color: #E1629D;
}
</style>
background-color css
<style>
a { background-color: #E1629D; }
a { background-color: rgb(225,98,157); }
div.DivClassName
{
background-color: #E1629D;
}
.BgClassName
{
background-color: #E1629D;
}
</style>
border-color css
<style>
span { border-color: #E1629D; }
span { border-color: rgb(225,98,157); }
td.TdClassName
{
border-color: #E1629D;
}
.TagClassName
{
border-color: #E1629D;
}
</style>