Shades of Pale Violet Red #E769A0
Tints of Pale Violet Red #E769A0
RGB
CMYK
RGB Variations
Color information
#E769A0 (or 0xE769A0) is known color: Pale Violet Red. HEX triplet: E7, 69 and A0. RGB value is (231,105,160). Sum of RGB (Red+Green+Blue) = 231+105+160=496 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.57% from 496); Green value is 105 (41.41% from 255 or 21.17% from 496); Blue value is 160 (62.89% from 255 or 32.26% from 496); Max value from RGB is 231 - color contains mainly: red. Hex color #E769A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E769A0 is #18965F. Grayscale: #949494. Windows color (decimal): -1611360 or 10512871. OLE color: 10512871.
HSL color Cylindrical-coordinate representation of color #E769A0: hue angle of 333.81º degrees, saturation: 0.72, 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 #E769A0 is Cyan = 0, Magento = 0.55, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 105 | 160 | - |
| CMYK | 0 | 0.55 | 0.31 | 0.09 |
| HSL | 333.81º | 0.72% | 0.66% | - |
| HSV(B) | 333.81º | 0.55% | 0.91% | - |
| XYZ | 44.35 | 29.63 | 36.64 | - |
| YUV | 148.94 | 134.24 | 186.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 105 | 160 | 0 | 0.55 | 0.31 | 0.09 | 333.81 | 0.72 | 0.66 |
| Hex | E7 | 69 | A0 | 0 | 37 | 1F | 9 | 14E | 48 | 42 |
| Octal | 347 | 151 | 240 | 0 | 67 | 37 | 11 | 516 | 110 | 102 |
| Binary | 11100111 | 1101001 | 10100000 | 0 | 110111 | 11111 | 1001 | 101001110 | 1001000 | 1000010 |
Color Harmonies of #E769A0
Complementary color
Monochromatic Colors of #E769A0
Black with #E769A0
Text Example
Text Example
White with #E769A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E769A0; }
p { color: rgb(231,105,160); }
H1.HeaderClassName
{
color: #E769A0;
}
.AnyTagClassName
{
color: #E769A0;
}
</style>
background-color css
<style>
a { background-color: #E769A0; }
a { background-color: rgb(231,105,160); }
div.DivClassName
{
background-color: #E769A0;
}
.BgClassName
{
background-color: #E769A0;
}
</style>
border-color css
<style>
span { border-color: #E769A0; }
span { border-color: rgb(231,105,160); }
td.TdClassName
{
border-color: #E769A0;
}
.TagClassName
{
border-color: #E769A0;
}
</style>