Shades of Pale Violet Red #E9629D
Tints of Pale Violet Red #E9629D
RGB
CMYK
RGB Variations
Color information
#E9629D (or 0xE9629D) is known color: Pale Violet Red. HEX triplet: E9, 62 and 9D. RGB value is (233,98,157). Sum of RGB (Red+Green+Blue) = 233+98+157=488 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.75% from 488); Green value is 98 (38.67% from 255 or 20.08% from 488); Blue value is 157 (61.72% from 255 or 32.17% from 488); Max value from RGB is 233 - color contains mainly: red. Hex color #E9629D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E9629D is #169D62. Grayscale: #909090. Windows color (decimal): -1482083 or 10314473. OLE color: 10314473.
HSL color Cylindrical-coordinate representation of color #E9629D: hue angle of 333.78º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E9629D is Cyan = 0, Magento = 0.58, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 98 | 157 | - |
| CMYK | 0 | 0.58 | 0.33 | 0.09 |
| HSL | 333.78º | 0.75% | 0.65% | - |
| HSV(B) | 333.78º | 0.58% | 0.91% | - |
| XYZ | 44.06 | 28.49 | 35.08 | - |
| YUV | 145.09 | 134.73 | 190.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 98 | 157 | 0 | 0.58 | 0.33 | 0.09 | 333.78 | 0.75 | 0.65 |
| Hex | E9 | 62 | 9D | 0 | 3A | 21 | 9 | 14E | 4B | 41 |
| Octal | 351 | 142 | 235 | 0 | 72 | 41 | 11 | 516 | 113 | 101 |
| Binary | 11101001 | 1100010 | 10011101 | 0 | 111010 | 100001 | 1001 | 101001110 | 1001011 | 1000001 |
Color Harmonies of #E9629D
Complementary color
Monochromatic Colors of #E9629D
Black with #E9629D
Text Example
Text Example
White with #E9629D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9629D; }
p { color: rgb(233,98,157); }
H1.HeaderClassName
{
color: #E9629D;
}
.AnyTagClassName
{
color: #E9629D;
}
</style>
background-color css
<style>
a { background-color: #E9629D; }
a { background-color: rgb(233,98,157); }
div.DivClassName
{
background-color: #E9629D;
}
.BgClassName
{
background-color: #E9629D;
}
</style>
border-color css
<style>
span { border-color: #E9629D; }
span { border-color: rgb(233,98,157); }
td.TdClassName
{
border-color: #E9629D;
}
.TagClassName
{
border-color: #E9629D;
}
</style>