Shades of Pale Violet Red #E9669D
Tints of Pale Violet Red #E9669D
RGB
CMYK
RGB Variations
Color information
#E9669D (or 0xE9669D) is known color: Pale Violet Red. HEX triplet: E9, 66 and 9D. RGB value is (233,102,157). Sum of RGB (Red+Green+Blue) = 233+102+157=492 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.36% from 492); Green value is 102 (40.23% from 255 or 20.73% from 492); Blue value is 157 (61.72% from 255 or 31.91% from 492); Max value from RGB is 233 - color contains mainly: red. Hex color #E9669D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E9669D is #169962. Grayscale: #939393. Windows color (decimal): -1481059 or 10315497. OLE color: 10315497.
HSL color Cylindrical-coordinate representation of color #E9669D: hue angle of 334.81º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E9669D is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 102 | 157 | - |
| CMYK | 0 | 0.56 | 0.33 | 0.09 |
| HSL | 334.81º | 0.75% | 0.66% | - |
| HSV(B) | 334.81º | 0.56% | 0.91% | - |
| XYZ | 44.44 | 29.26 | 35.2 | - |
| YUV | 147.44 | 133.4 | 189.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 102 | 157 | 0 | 0.56 | 0.33 | 0.09 | 334.81 | 0.75 | 0.66 |
| Hex | E9 | 66 | 9D | 0 | 38 | 21 | 9 | 14F | 4B | 42 |
| Octal | 351 | 146 | 235 | 0 | 70 | 41 | 11 | 517 | 113 | 102 |
| Binary | 11101001 | 1100110 | 10011101 | 0 | 111000 | 100001 | 1001 | 101001111 | 1001011 | 1000010 |
Color Harmonies of #E9669D
Complementary color
Monochromatic Colors of #E9669D
Black with #E9669D
Text Example
Text Example
White with #E9669D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9669D; }
p { color: rgb(233,102,157); }
H1.HeaderClassName
{
color: #E9669D;
}
.AnyTagClassName
{
color: #E9669D;
}
</style>
background-color css
<style>
a { background-color: #E9669D; }
a { background-color: rgb(233,102,157); }
div.DivClassName
{
background-color: #E9669D;
}
.BgClassName
{
background-color: #E9669D;
}
</style>
border-color css
<style>
span { border-color: #E9669D; }
span { border-color: rgb(233,102,157); }
td.TdClassName
{
border-color: #E9669D;
}
.TagClassName
{
border-color: #E9669D;
}
</style>