#E776A6

Color #E776A6 Pale Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Violet Red #E776A6

Tints of Pale Violet Red #E776A6

Color information

#E776A6 (or 0xE776A6) is unknown color: approx Pale Violet Red. HEX triplet: E7, 76 and A6. RGB value is (231,118,166). Sum of RGB (Red+Green+Blue) = 231+118+166=515 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.85% from 515); Green value is 118 (46.48% from 255 or 22.91% from 515); Blue value is 166 (65.23% from 255 or 32.23% from 515); Max value from RGB is 231 - color contains mainly: red. Hex color #E776A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E776A6 is #188959. Grayscale: #9D9D9D. Windows color (decimal): -1608026 or 10909415. OLE color: 10909415.

HSL color Cylindrical-coordinate representation of color #E776A6: hue angle of 334.51º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E776A6 is Cyan = 0, Magento = 0.49, Yellow = 0.28 and Black (K on CMYK) = 0.09.

Color convert

RGB231118166-
CMYK00.490.280.09
HSL334.51º70.19%68.43%-
HSV(B)334.51º48.92%90.59%-
XYZ46.3232.739.95-
YUV157.26132.94180.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 231 (90.62% from 255) = 44.85%
GREEN value IS 118 (46.48% from 255) = 22.91%
BLUE value IS 166 (65.23% from 255) = 32.23%
R=44.85%
G=22.91%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.28
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111816600.490.280.09334.5170.1968.43
HexE776A60311C914f4644
Octal3471662460613411517106104
Binary11100111111011010100110011000111100100110100111110001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E776A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E776A6; }

 p { color: rgb(231,118,166); }

 H1.HeaderClassName
 {
   color: #E776A6;
 }
 .AnyTagClassName
 {
   color: #E776A6;
 }
</style>
background-color css

<style>
 a { background-color: #E776A6; }

 a { background-color: rgb(231,118,166); }

 div.DivClassName
 {
   background-color: #E776A6;
 }
 .BgClassName
 {
   background-color: #E776A6;
 }
</style>
border-color css

<style>
 span { border-color: #E776A6; }

 span { border-color: rgb(231,118,166); }

 td.TdClassName
 {
   border-color: #E776A6;
 }
 .TagClassName
 {
   border-color: #E776A6;
 }
</style>