Shades of Pale Violet Red #E9749D
Tints of Pale Violet Red #E9749D
RGB
CMYK
RGB Variations
Color information
#E9749D (or 0xE9749D) is known color: Pale Violet Red. HEX triplet: E9, 74 and 9D. RGB value is (233,116,157). Sum of RGB (Red+Green+Blue) = 233+116+157=506 (67% of max value = 765). Red value is 233 (91.41% from 255 or 46.05% from 506); Green value is 116 (45.70% from 255 or 22.92% from 506); Blue value is 157 (61.72% from 255 or 31.03% from 506); Max value from RGB is 233 - color contains mainly: red. Hex color #E9749D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E9749D is #168B62. Grayscale: #9B9B9B. Windows color (decimal): -1477475 or 10319081. OLE color: 10319081.
HSL color Cylindrical-coordinate representation of color #E9749D: hue angle of 338.97º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E9749D is Cyan = 0, Magento = 0.50, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 116 | 157 | - |
| CMYK | 0 | 0.50 | 0.33 | 0.09 |
| HSL | 338.97º | 0.73% | 0.68% | - |
| HSV(B) | 338.97º | 0.5% | 0.91% | - |
| XYZ | 45.94 | 32.25 | 35.7 | - |
| YUV | 155.66 | 128.76 | 183.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 116 | 157 | 0 | 0.50 | 0.33 | 0.09 | 338.97 | 0.73 | 0.68 |
| Hex | E9 | 74 | 9D | 0 | 32 | 21 | 9 | 153 | 49 | 44 |
| Octal | 351 | 164 | 235 | 0 | 62 | 41 | 11 | 523 | 111 | 104 |
| Binary | 11101001 | 1110100 | 10011101 | 0 | 110010 | 100001 | 1001 | 101010011 | 1001001 | 1000100 |
Color Harmonies of #E9749D
Complementary color
Monochromatic Colors of #E9749D
Black with #E9749D
Text Example
Text Example
White with #E9749D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9749D; }
p { color: rgb(233,116,157); }
H1.HeaderClassName
{
color: #E9749D;
}
.AnyTagClassName
{
color: #E9749D;
}
</style>
background-color css
<style>
a { background-color: #E9749D; }
a { background-color: rgb(233,116,157); }
div.DivClassName
{
background-color: #E9749D;
}
.BgClassName
{
background-color: #E9749D;
}
</style>
border-color css
<style>
span { border-color: #E9749D; }
span { border-color: rgb(233,116,157); }
td.TdClassName
{
border-color: #E9749D;
}
.TagClassName
{
border-color: #E9749D;
}
</style>