Shades of Pale Violet Red #E669A6
Tints of Pale Violet Red #E669A6
RGB
CMYK
RGB Variations
Color information
#E669A6 (or 0xE669A6) is known color: Pale Violet Red. HEX triplet: E6, 69 and A6. RGB value is (230,105,166). Sum of RGB (Red+Green+Blue) = 230+105+166=501 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.91% from 501); Green value is 105 (41.41% from 255 or 20.96% from 501); Blue value is 166 (65.23% from 255 or 33.13% from 501); Max value from RGB is 230 - color contains mainly: red. Hex color #E669A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E669A6 is #199659. Grayscale: #959595. Windows color (decimal): -1676890 or 10906086. OLE color: 10906086.
HSL color Cylindrical-coordinate representation of color #E669A6: hue angle of 330.72º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E669A6 is Cyan = 0, Magento = 0.54, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 105 | 166 | - |
| CMYK | 0 | 0.54 | 0.28 | 0.10 |
| HSL | 330.72º | 0.71% | 0.66% | - |
| HSV(B) | 330.72º | 0.54% | 0.9% | - |
| XYZ | 44.57 | 29.68 | 39.46 | - |
| YUV | 149.33 | 137.41 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 105 | 166 | 0 | 0.54 | 0.28 | 0.10 | 330.72 | 0.71 | 0.66 |
| Hex | E6 | 69 | A6 | 0 | 36 | 1C | A | 14B | 47 | 42 |
| Octal | 346 | 151 | 246 | 0 | 66 | 34 | 12 | 513 | 107 | 102 |
| Binary | 11100110 | 1101001 | 10100110 | 0 | 110110 | 11100 | 1010 | 101001011 | 1000111 | 1000010 |
Color Harmonies of #E669A6
Complementary color
Monochromatic Colors of #E669A6
Black with #E669A6
Text Example
Text Example
White with #E669A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E669A6; }
p { color: rgb(230,105,166); }
H1.HeaderClassName
{
color: #E669A6;
}
.AnyTagClassName
{
color: #E669A6;
}
</style>
background-color css
<style>
a { background-color: #E669A6; }
a { background-color: rgb(230,105,166); }
div.DivClassName
{
background-color: #E669A6;
}
.BgClassName
{
background-color: #E669A6;
}
</style>
border-color css
<style>
span { border-color: #E669A6; }
span { border-color: rgb(230,105,166); }
td.TdClassName
{
border-color: #E669A6;
}
.TagClassName
{
border-color: #E669A6;
}
</style>