Shades of Pale Violet Red #E1609D
Tints of Pale Violet Red #E1609D
RGB
CMYK
RGB Variations
Color information
#E1609D (or 0xE1609D) is known color: Pale Violet Red. HEX triplet: E1, 60 and 9D. RGB value is (225,96,157). Sum of RGB (Red+Green+Blue) = 225+96+157=478 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.07% from 478); Green value is 96 (37.89% from 255 or 20.08% from 478); Blue value is 157 (61.72% from 255 or 32.85% from 478); Max value from RGB is 225 - color contains mainly: red. Hex color #E1609D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1609D is #1E9F62. Grayscale: #8D8D8D. Windows color (decimal): -2006883 or 10313953. OLE color: 10313953.
HSL color Cylindrical-coordinate representation of color #E1609D: hue angle of 331.63º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E1609D is Cyan = 0, Magento = 0.57, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 96 | 157 | - |
| CMYK | 0 | 0.57 | 0.30 | 0.12 |
| HSL | 331.63º | 0.68% | 0.63% | - |
| HSV(B) | 331.63º | 0.57% | 0.88% | - |
| XYZ | 41.32 | 26.81 | 34.89 | - |
| YUV | 141.53 | 136.74 | 187.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 96 | 157 | 0 | 0.57 | 0.30 | 0.12 | 331.63 | 0.68 | 0.63 |
| Hex | E1 | 60 | 9D | 0 | 39 | 1E | C | 14C | 44 | 3F |
| Octal | 341 | 140 | 235 | 0 | 71 | 36 | 14 | 514 | 104 | 77 |
| Binary | 11100001 | 1100000 | 10011101 | 0 | 111001 | 11110 | 1100 | 101001100 | 1000100 | 111111 |
Color Harmonies of #E1609D
Complementary color
Monochromatic Colors of #E1609D
Black with #E1609D
Text Example
Text Example
White with #E1609D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1609D; }
p { color: rgb(225,96,157); }
H1.HeaderClassName
{
color: #E1609D;
}
.AnyTagClassName
{
color: #E1609D;
}
</style>
background-color css
<style>
a { background-color: #E1609D; }
a { background-color: rgb(225,96,157); }
div.DivClassName
{
background-color: #E1609D;
}
.BgClassName
{
background-color: #E1609D;
}
</style>
border-color css
<style>
span { border-color: #E1609D; }
span { border-color: rgb(225,96,157); }
td.TdClassName
{
border-color: #E1609D;
}
.TagClassName
{
border-color: #E1609D;
}
</style>