Shades of Pale Violet Red #E8669D
Tints of Pale Violet Red #E8669D
RGB
CMYK
RGB Variations
Color information
#E8669D (or 0xE8669D) is known color: Pale Violet Red. HEX triplet: E8, 66 and 9D. RGB value is (232,102,157). Sum of RGB (Red+Green+Blue) = 232+102+157=491 (65% of max value = 765). Red value is 232 (91.02% from 255 or 47.25% from 491); Green value is 102 (40.23% from 255 or 20.77% from 491); Blue value is 157 (61.72% from 255 or 31.98% from 491); Max value from RGB is 232 - color contains mainly: red. Hex color #E8669D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E8669D is #179962. Grayscale: #939393. Windows color (decimal): -1546595 or 10315496. OLE color: 10315496.
HSL color Cylindrical-coordinate representation of color #E8669D: hue angle of 334.62º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E8669D is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 102 | 157 | - |
| CMYK | 0 | 0.56 | 0.32 | 0.09 |
| HSL | 334.62º | 0.74% | 0.65% | - |
| HSV(B) | 334.62º | 0.56% | 0.91% | - |
| XYZ | 44.12 | 29.09 | 35.19 | - |
| YUV | 147.14 | 133.57 | 188.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 102 | 157 | 0 | 0.56 | 0.32 | 0.09 | 334.62 | 0.74 | 0.65 |
| Hex | E8 | 66 | 9D | 0 | 38 | 20 | 9 | 14F | 4A | 41 |
| Octal | 350 | 146 | 235 | 0 | 70 | 40 | 11 | 517 | 112 | 101 |
| Binary | 11101000 | 1100110 | 10011101 | 0 | 111000 | 100000 | 1001 | 101001111 | 1001010 | 1000001 |
Color Harmonies of #E8669D
Complementary color
Monochromatic Colors of #E8669D
Black with #E8669D
Text Example
Text Example
White with #E8669D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8669D; }
p { color: rgb(232,102,157); }
H1.HeaderClassName
{
color: #E8669D;
}
.AnyTagClassName
{
color: #E8669D;
}
</style>
background-color css
<style>
a { background-color: #E8669D; }
a { background-color: rgb(232,102,157); }
div.DivClassName
{
background-color: #E8669D;
}
.BgClassName
{
background-color: #E8669D;
}
</style>
border-color css
<style>
span { border-color: #E8669D; }
span { border-color: rgb(232,102,157); }
td.TdClassName
{
border-color: #E8669D;
}
.TagClassName
{
border-color: #E8669D;
}
</style>