Shades of Pale Violet Red #E768A0
Tints of Pale Violet Red #E768A0
RGB
CMYK
RGB Variations
Color information
#E768A0 (or 0xE768A0) is known color: Pale Violet Red. HEX triplet: E7, 68 and A0. RGB value is (231,104,160). Sum of RGB (Red+Green+Blue) = 231+104+160=495 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.67% from 495); Green value is 104 (41.02% from 255 or 21.01% from 495); Blue value is 160 (62.89% from 255 or 32.32% from 495); Max value from RGB is 231 - color contains mainly: red. Hex color #E768A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E768A0 is #18975F. Grayscale: #949494. Windows color (decimal): -1611616 or 10512615. OLE color: 10512615.
HSL color Cylindrical-coordinate representation of color #E768A0: hue angle of 333.54º 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 #E768A0 is Cyan = 0, Magento = 0.55, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 104 | 160 | - |
| CMYK | 0 | 0.55 | 0.31 | 0.09 |
| HSL | 333.54º | 0.73% | 0.66% | - |
| HSV(B) | 333.54º | 0.55% | 0.91% | - |
| XYZ | 44.25 | 29.43 | 36.61 | - |
| YUV | 148.36 | 134.58 | 186.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 104 | 160 | 0 | 0.55 | 0.31 | 0.09 | 333.54 | 0.73 | 0.66 |
| Hex | E7 | 68 | A0 | 0 | 37 | 1F | 9 | 14E | 49 | 42 |
| Octal | 347 | 150 | 240 | 0 | 67 | 37 | 11 | 516 | 111 | 102 |
| Binary | 11100111 | 1101000 | 10100000 | 0 | 110111 | 11111 | 1001 | 101001110 | 1001001 | 1000010 |
Color Harmonies of #E768A0
Complementary color
Monochromatic Colors of #E768A0
Black with #E768A0
Text Example
Text Example
White with #E768A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E768A0; }
p { color: rgb(231,104,160); }
H1.HeaderClassName
{
color: #E768A0;
}
.AnyTagClassName
{
color: #E768A0;
}
</style>
background-color css
<style>
a { background-color: #E768A0; }
a { background-color: rgb(231,104,160); }
div.DivClassName
{
background-color: #E768A0;
}
.BgClassName
{
background-color: #E768A0;
}
</style>
border-color css
<style>
span { border-color: #E768A0; }
span { border-color: rgb(231,104,160); }
td.TdClassName
{
border-color: #E768A0;
}
.TagClassName
{
border-color: #E768A0;
}
</style>