Shades of Pale Violet Red #E5659B
Tints of Pale Violet Red #E5659B
RGB
CMYK
RGB Variations
Color information
#E5659B (or 0xE5659B) is known color: Pale Violet Red. HEX triplet: E5, 65 and 9B. RGB value is (229,101,155). Sum of RGB (Red+Green+Blue) = 229+101+155=485 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.22% from 485); Green value is 101 (39.84% from 255 or 20.82% from 485); Blue value is 155 (60.94% from 255 or 31.96% from 485); Max value from RGB is 229 - color contains mainly: red. Hex color #E5659B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E5659B is #1A9A64. Grayscale: #919191. Windows color (decimal): -1743461 or 10184165. OLE color: 10184165.
HSL color Cylindrical-coordinate representation of color #E5659B: hue angle of 334.69º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E5659B is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 101 | 155 | - |
| CMYK | 0 | 0.56 | 0.32 | 0.10 |
| HSL | 334.69º | 0.71% | 0.65% | - |
| HSV(B) | 334.69º | 0.56% | 0.9% | - |
| XYZ | 42.88 | 28.33 | 34.22 | - |
| YUV | 145.43 | 133.41 | 187.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 101 | 155 | 0 | 0.56 | 0.32 | 0.10 | 334.69 | 0.71 | 0.65 |
| Hex | E5 | 65 | 9B | 0 | 38 | 20 | A | 14F | 47 | 41 |
| Octal | 345 | 145 | 233 | 0 | 70 | 40 | 12 | 517 | 107 | 101 |
| Binary | 11100101 | 1100101 | 10011011 | 0 | 111000 | 100000 | 1010 | 101001111 | 1000111 | 1000001 |
Color Harmonies of #E5659B
Complementary color
Monochromatic Colors of #E5659B
Black with #E5659B
Text Example
Text Example
White with #E5659B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5659B; }
p { color: rgb(229,101,155); }
H1.HeaderClassName
{
color: #E5659B;
}
.AnyTagClassName
{
color: #E5659B;
}
</style>
background-color css
<style>
a { background-color: #E5659B; }
a { background-color: rgb(229,101,155); }
div.DivClassName
{
background-color: #E5659B;
}
.BgClassName
{
background-color: #E5659B;
}
</style>
border-color css
<style>
span { border-color: #E5659B; }
span { border-color: rgb(229,101,155); }
td.TdClassName
{
border-color: #E5659B;
}
.TagClassName
{
border-color: #E5659B;
}
</style>