#E776A2

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

Shades of Pale Violet Red #E776A2

Tints of Pale Violet Red #E776A2

Color information

#E776A2 (or 0xE776A2) is unknown color: approx Pale Violet Red. HEX triplet: E7, 76 and A2. RGB value is (231,118,162). Sum of RGB (Red+Green+Blue) = 231+118+162=511 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.21% from 511); Green value is 118 (46.48% from 255 or 23.09% from 511); Blue value is 162 (63.67% from 255 or 31.70% from 511); Max value from RGB is 231 - color contains mainly: red. Hex color #E776A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E776A2 is #18895D. Grayscale: #9C9C9C. Windows color (decimal): -1608030 or 10647271. OLE color: 10647271.

HSL color Cylindrical-coordinate representation of color #E776A2: hue angle of 336.64º 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 #E776A2 is Cyan = 0, Magento = 0.49, Yellow = 0.30 and Black (K on CMYK) = 0.09.

Color convert

RGB231118162-
CMYK00.490.300.09
HSL336.64º70.19%68.43%-
HSV(B)336.64º48.92%90.59%-
XYZ45.9632.5538.04-
YUV156.8130.94180.92-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 45.21%
GREEN value IS 118 (46.48% from 255) = 23.09%
BLUE value IS 162 (63.67% from 255) = 31.70%
R=45.21%
G=23.09%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.30
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111816200.490.300.09336.6470.1968.43
HexE776A20311E91514644
Octal3471662420613611521106104
Binary11100111111011010100010011000111110100110101000110001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E776A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E776A2; }

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

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

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

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

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

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

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

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