Shades of Pale Violet Red #E1609A
Tints of Pale Violet Red #E1609A
RGB
CMYK
RGB Variations
Color information
#E1609A (or 0xE1609A) is known color: Pale Violet Red. HEX triplet: E1, 60 and 9A. RGB value is (225,96,154). Sum of RGB (Red+Green+Blue) = 225+96+154=475 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.37% from 475); Green value is 96 (37.89% from 255 or 20.21% from 475); Blue value is 154 (60.55% from 255 or 32.42% from 475); Max value from RGB is 225 - color contains mainly: red. Hex color #E1609A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1609A is #1E9F65. Grayscale: #8D8D8D. Windows color (decimal): -2006886 or 10117345. OLE color: 10117345.
HSL color Cylindrical-coordinate representation of color #E1609A: hue angle of 333.02º 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 #E1609A is Cyan = 0, Magento = 0.57, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 96 | 154 | - |
| CMYK | 0 | 0.57 | 0.32 | 0.12 |
| HSL | 333.02º | 0.68% | 0.63% | - |
| HSV(B) | 333.02º | 0.57% | 0.88% | - |
| XYZ | 41.07 | 26.71 | 33.56 | - |
| YUV | 141.18 | 135.24 | 187.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 96 | 154 | 0 | 0.57 | 0.32 | 0.12 | 333.02 | 0.68 | 0.63 |
| Hex | E1 | 60 | 9A | 0 | 39 | 20 | C | 14D | 44 | 3F |
| Octal | 341 | 140 | 232 | 0 | 71 | 40 | 14 | 515 | 104 | 77 |
| Binary | 11100001 | 1100000 | 10011010 | 0 | 111001 | 100000 | 1100 | 101001101 | 1000100 | 111111 |
Color Harmonies of #E1609A
Complementary color
Monochromatic Colors of #E1609A
Black with #E1609A
Text Example
Text Example
White with #E1609A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1609A; }
p { color: rgb(225,96,154); }
H1.HeaderClassName
{
color: #E1609A;
}
.AnyTagClassName
{
color: #E1609A;
}
</style>
background-color css
<style>
a { background-color: #E1609A; }
a { background-color: rgb(225,96,154); }
div.DivClassName
{
background-color: #E1609A;
}
.BgClassName
{
background-color: #E1609A;
}
</style>
border-color css
<style>
span { border-color: #E1609A; }
span { border-color: rgb(225,96,154); }
td.TdClassName
{
border-color: #E1609A;
}
.TagClassName
{
border-color: #E1609A;
}
</style>