Shades of Pale Violet Red #E768A6
Tints of Pale Violet Red #E768A6
RGB
CMYK
RGB Variations
Color information
#E768A6 (or 0xE768A6) is known color: Pale Violet Red. HEX triplet: E7, 68 and A6. RGB value is (231,104,166). Sum of RGB (Red+Green+Blue) = 231+104+166=501 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.11% from 501); Green value is 104 (41.02% from 255 or 20.76% from 501); Blue value is 166 (65.23% from 255 or 33.13% from 501); Max value from RGB is 231 - color contains mainly: red. Hex color #E768A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E768A6 is #189759. Grayscale: #949494. Windows color (decimal): -1611610 or 10905831. OLE color: 10905831.
HSL color Cylindrical-coordinate representation of color #E768A6: hue angle of 330.71º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E768A6 is Cyan = 0, Magento = 0.55, Yellow = 0.28 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 104 | 166 | - |
| CMYK | 0 | 0.55 | 0.28 | 0.09 |
| HSL | 330.71º | 0.73% | 0.66% | - |
| HSV(B) | 330.71º | 0.55% | 0.91% | - |
| XYZ | 44.79 | 29.64 | 39.44 | - |
| YUV | 149.04 | 137.58 | 186.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 104 | 166 | 0 | 0.55 | 0.28 | 0.09 | 330.71 | 0.73 | 0.66 |
| Hex | E7 | 68 | A6 | 0 | 37 | 1C | 9 | 14B | 49 | 42 |
| Octal | 347 | 150 | 246 | 0 | 67 | 34 | 11 | 513 | 111 | 102 |
| Binary | 11100111 | 1101000 | 10100110 | 0 | 110111 | 11100 | 1001 | 101001011 | 1001001 | 1000010 |
Color Harmonies of #E768A6
Complementary color
Monochromatic Colors of #E768A6
Black with #E768A6
Text Example
Text Example
White with #E768A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E768A6; }
p { color: rgb(231,104,166); }
H1.HeaderClassName
{
color: #E768A6;
}
.AnyTagClassName
{
color: #E768A6;
}
</style>
background-color css
<style>
a { background-color: #E768A6; }
a { background-color: rgb(231,104,166); }
div.DivClassName
{
background-color: #E768A6;
}
.BgClassName
{
background-color: #E768A6;
}
</style>
border-color css
<style>
span { border-color: #E768A6; }
span { border-color: rgb(231,104,166); }
td.TdClassName
{
border-color: #E768A6;
}
.TagClassName
{
border-color: #E768A6;
}
</style>