Shades of Pale Violet Red #E766A4
Tints of Pale Violet Red #E766A4
RGB
CMYK
RGB Variations
Color information
#E766A4 (or 0xE766A4) is known color: Pale Violet Red. HEX triplet: E7, 66 and A4. RGB value is (231,102,164). Sum of RGB (Red+Green+Blue) = 231+102+164=497 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.48% from 497); Green value is 102 (40.23% from 255 or 20.52% from 497); Blue value is 164 (64.45% from 255 or 33.00% from 497); Max value from RGB is 231 - color contains mainly: red. Hex color #E766A4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E766A4 is #18995B. Grayscale: #939393. Windows color (decimal): -1612124 or 10774247. OLE color: 10774247.
HSL color Cylindrical-coordinate representation of color #E766A4: hue angle of 331.16º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E766A4 is Cyan = 0, Magento = 0.56, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 102 | 164 | - |
| CMYK | 0 | 0.56 | 0.29 | 0.09 |
| HSL | 331.16º | 0.73% | 0.65% | - |
| HSV(B) | 331.16º | 0.56% | 0.91% | - |
| XYZ | 44.41 | 29.17 | 38.41 | - |
| YUV | 147.64 | 137.24 | 187.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 102 | 164 | 0 | 0.56 | 0.29 | 0.09 | 331.16 | 0.73 | 0.65 |
| Hex | E7 | 66 | A4 | 0 | 38 | 1D | 9 | 14B | 49 | 41 |
| Octal | 347 | 146 | 244 | 0 | 70 | 35 | 11 | 513 | 111 | 101 |
| Binary | 11100111 | 1100110 | 10100100 | 0 | 111000 | 11101 | 1001 | 101001011 | 1001001 | 1000001 |
Color Harmonies of #E766A4
Complementary color
Monochromatic Colors of #E766A4
Black with #E766A4
Text Example
Text Example
White with #E766A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E766A4; }
p { color: rgb(231,102,164); }
H1.HeaderClassName
{
color: #E766A4;
}
.AnyTagClassName
{
color: #E766A4;
}
</style>
background-color css
<style>
a { background-color: #E766A4; }
a { background-color: rgb(231,102,164); }
div.DivClassName
{
background-color: #E766A4;
}
.BgClassName
{
background-color: #E766A4;
}
</style>
border-color css
<style>
span { border-color: #E766A4; }
span { border-color: rgb(231,102,164); }
td.TdClassName
{
border-color: #E766A4;
}
.TagClassName
{
border-color: #E766A4;
}
</style>