Shades of Pale Violet Red #E9659D
Tints of Pale Violet Red #E9659D
RGB
CMYK
RGB Variations
Color information
#E9659D (or 0xE9659D) is known color: Pale Violet Red. HEX triplet: E9, 65 and 9D. RGB value is (233,101,157). Sum of RGB (Red+Green+Blue) = 233+101+157=491 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.45% from 491); Green value is 101 (39.84% from 255 or 20.57% from 491); Blue value is 157 (61.72% from 255 or 31.98% from 491); Max value from RGB is 233 - color contains mainly: red. Hex color #E9659D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E9659D is #169A62. Grayscale: #929292. Windows color (decimal): -1481315 or 10315241. OLE color: 10315241.
HSL color Cylindrical-coordinate representation of color #E9659D: hue angle of 334.55º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E9659D is Cyan = 0, Magento = 0.57, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 101 | 157 | - |
| CMYK | 0 | 0.57 | 0.33 | 0.09 |
| HSL | 334.55º | 0.75% | 0.65% | - |
| HSV(B) | 334.55º | 0.57% | 0.91% | - |
| XYZ | 44.34 | 29.07 | 35.17 | - |
| YUV | 146.85 | 133.73 | 189.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 101 | 157 | 0 | 0.57 | 0.33 | 0.09 | 334.55 | 0.75 | 0.65 |
| Hex | E9 | 65 | 9D | 0 | 39 | 21 | 9 | 14F | 4B | 41 |
| Octal | 351 | 145 | 235 | 0 | 71 | 41 | 11 | 517 | 113 | 101 |
| Binary | 11101001 | 1100101 | 10011101 | 0 | 111001 | 100001 | 1001 | 101001111 | 1001011 | 1000001 |
Color Harmonies of #E9659D
Complementary color
Monochromatic Colors of #E9659D
Black with #E9659D
Text Example
Text Example
White with #E9659D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9659D; }
p { color: rgb(233,101,157); }
H1.HeaderClassName
{
color: #E9659D;
}
.AnyTagClassName
{
color: #E9659D;
}
</style>
background-color css
<style>
a { background-color: #E9659D; }
a { background-color: rgb(233,101,157); }
div.DivClassName
{
background-color: #E9659D;
}
.BgClassName
{
background-color: #E9659D;
}
</style>
border-color css
<style>
span { border-color: #E9659D; }
span { border-color: rgb(233,101,157); }
td.TdClassName
{
border-color: #E9659D;
}
.TagClassName
{
border-color: #E9659D;
}
</style>