Shades of Pale Violet Red #E6769A
Tints of Pale Violet Red #E6769A
RGB
CMYK
RGB Variations
Color information
#E6769A (or 0xE6769A) is known color: Pale Violet Red. HEX triplet: E6, 76 and 9A. RGB value is (230,118,154). Sum of RGB (Red+Green+Blue) = 230+118+154=502 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.82% from 502); Green value is 118 (46.48% from 255 or 23.51% from 502); Blue value is 154 (60.55% from 255 or 30.68% from 502); Max value from RGB is 230 - color contains mainly: red. Hex color #E6769A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6769A is #198965. Grayscale: #9B9B9B. Windows color (decimal): -1673574 or 10122982. OLE color: 10122982.
HSL color Cylindrical-coordinate representation of color #E6769A: hue angle of 340.71º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E6769A is Cyan = 0, Magento = 0.49, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 118 | 154 | - |
| CMYK | 0 | 0.49 | 0.33 | 0.10 |
| HSL | 340.71º | 0.69% | 0.68% | - |
| HSV(B) | 340.71º | 0.49% | 0.9% | - |
| XYZ | 44.94 | 32.11 | 34.4 | - |
| YUV | 155.59 | 127.11 | 181.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 118 | 154 | 0 | 0.49 | 0.33 | 0.10 | 340.71 | 0.69 | 0.68 |
| Hex | E6 | 76 | 9A | 0 | 31 | 21 | A | 155 | 45 | 44 |
| Octal | 346 | 166 | 232 | 0 | 61 | 41 | 12 | 525 | 105 | 104 |
| Binary | 11100110 | 1110110 | 10011010 | 0 | 110001 | 100001 | 1010 | 101010101 | 1000101 | 1000100 |
Color Harmonies of #E6769A
Complementary color
Monochromatic Colors of #E6769A
Black with #E6769A
Text Example
Text Example
White with #E6769A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6769A; }
p { color: rgb(230,118,154); }
H1.HeaderClassName
{
color: #E6769A;
}
.AnyTagClassName
{
color: #E6769A;
}
</style>
background-color css
<style>
a { background-color: #E6769A; }
a { background-color: rgb(230,118,154); }
div.DivClassName
{
background-color: #E6769A;
}
.BgClassName
{
background-color: #E6769A;
}
</style>
border-color css
<style>
span { border-color: #E6769A; }
span { border-color: rgb(230,118,154); }
td.TdClassName
{
border-color: #E6769A;
}
.TagClassName
{
border-color: #E6769A;
}
</style>