Shades of Pale Violet Red #E1659B
Tints of Pale Violet Red #E1659B
RGB
CMYK
RGB Variations
Color information
#E1659B (or 0xE1659B) is known color: Pale Violet Red. HEX triplet: E1, 65 and 9B. RGB value is (225,101,155). Sum of RGB (Red+Green+Blue) = 225+101+155=481 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.78% from 481); Green value is 101 (39.84% from 255 or 21.00% from 481); Blue value is 155 (60.94% from 255 or 32.22% from 481); Max value from RGB is 225 - color contains mainly: red. Hex color #E1659B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1659B is #1E9A64. Grayscale: #909090. Windows color (decimal): -2005605 or 10184161. OLE color: 10184161.
HSL color Cylindrical-coordinate representation of color #E1659B: hue angle of 333.87º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E1659B is Cyan = 0, Magento = 0.55, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 101 | 155 | - |
| CMYK | 0 | 0.55 | 0.31 | 0.12 |
| HSL | 333.87º | 0.67% | 0.64% | - |
| HSV(B) | 333.87º | 0.55% | 0.88% | - |
| XYZ | 41.62 | 27.68 | 34.16 | - |
| YUV | 144.23 | 134.08 | 185.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 101 | 155 | 0 | 0.55 | 0.31 | 0.12 | 333.87 | 0.67 | 0.64 |
| Hex | E1 | 65 | 9B | 0 | 37 | 1F | C | 14E | 43 | 40 |
| Octal | 341 | 145 | 233 | 0 | 67 | 37 | 14 | 516 | 103 | 100 |
| Binary | 11100001 | 1100101 | 10011011 | 0 | 110111 | 11111 | 1100 | 101001110 | 1000011 | 1000000 |
Color Harmonies of #E1659B
Complementary color
Monochromatic Colors of #E1659B
Black with #E1659B
Text Example
Text Example
White with #E1659B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1659B; }
p { color: rgb(225,101,155); }
H1.HeaderClassName
{
color: #E1659B;
}
.AnyTagClassName
{
color: #E1659B;
}
</style>
background-color css
<style>
a { background-color: #E1659B; }
a { background-color: rgb(225,101,155); }
div.DivClassName
{
background-color: #E1659B;
}
.BgClassName
{
background-color: #E1659B;
}
</style>
border-color css
<style>
span { border-color: #E1659B; }
span { border-color: rgb(225,101,155); }
td.TdClassName
{
border-color: #E1659B;
}
.TagClassName
{
border-color: #E1659B;
}
</style>