Shades of Pale Violet Red #E1639D
Tints of Pale Violet Red #E1639D
RGB
CMYK
RGB Variations
Color information
#E1639D (or 0xE1639D) is known color: Pale Violet Red. HEX triplet: E1, 63 and 9D. RGB value is (225,99,157). Sum of RGB (Red+Green+Blue) = 225+99+157=481 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.78% from 481); Green value is 99 (39.06% from 255 or 20.58% from 481); Blue value is 157 (61.72% from 255 or 32.64% from 481); Max value from RGB is 225 - color contains mainly: red. Hex color #E1639D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1639D is #1E9C62. Grayscale: #8F8F8F. Windows color (decimal): -2006115 or 10314721. OLE color: 10314721.
HSL color Cylindrical-coordinate representation of color #E1639D: hue angle of 332.38º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E1639D is Cyan = 0, Magento = 0.56, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 99 | 157 | - |
| CMYK | 0 | 0.56 | 0.30 | 0.12 |
| HSL | 332.38º | 0.68% | 0.64% | - |
| HSV(B) | 332.38º | 0.56% | 0.88% | - |
| XYZ | 41.6 | 27.37 | 34.99 | - |
| YUV | 143.29 | 135.74 | 186.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 99 | 157 | 0 | 0.56 | 0.30 | 0.12 | 332.38 | 0.68 | 0.64 |
| Hex | E1 | 63 | 9D | 0 | 38 | 1E | C | 14C | 44 | 40 |
| Octal | 341 | 143 | 235 | 0 | 70 | 36 | 14 | 514 | 104 | 100 |
| Binary | 11100001 | 1100011 | 10011101 | 0 | 111000 | 11110 | 1100 | 101001100 | 1000100 | 1000000 |
Color Harmonies of #E1639D
Complementary color
Monochromatic Colors of #E1639D
Black with #E1639D
Text Example
Text Example
White with #E1639D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1639D; }
p { color: rgb(225,99,157); }
H1.HeaderClassName
{
color: #E1639D;
}
.AnyTagClassName
{
color: #E1639D;
}
</style>
background-color css
<style>
a { background-color: #E1639D; }
a { background-color: rgb(225,99,157); }
div.DivClassName
{
background-color: #E1639D;
}
.BgClassName
{
background-color: #E1639D;
}
</style>
border-color css
<style>
span { border-color: #E1639D; }
span { border-color: rgb(225,99,157); }
td.TdClassName
{
border-color: #E1639D;
}
.TagClassName
{
border-color: #E1639D;
}
</style>