#E76A9D

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

Shades of Pale Violet Red #E76A9D

Tints of Pale Violet Red #E76A9D

Color information

#E76A9D (or 0xE76A9D) is unknown color: approx Pale Violet Red. HEX triplet: E7, 6A and 9D. RGB value is (231,106,157). Sum of RGB (Red+Green+Blue) = 231+106+157=494 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.76% from 494); Green value is 106 (41.80% from 255 or 21.46% from 494); Blue value is 157 (61.72% from 255 or 31.78% from 494); Max value from RGB is 231 - color contains mainly: red. Hex color #E76A9D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76A9D is #189562. Grayscale: #959595. Windows color (decimal): -1611107 or 10316519. OLE color: 10316519.

HSL color Cylindrical-coordinate representation of color #E76A9D: hue angle of 335.52º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E76A9D is Cyan = 0, Magento = 0.54, Yellow = 0.32 and Black (K on CMYK) = 0.09.

Color convert

RGB231106157-
CMYK00.540.320.09
HSL335.52º72.25%66.08%-
HSV(B)335.52º54.11%90.59%-
XYZ44.1929.7335.31-
YUV149.19132.41186.35-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 46.76%
GREEN value IS 106 (41.80% from 255) = 21.46%
BLUE value IS 157 (61.72% from 255) = 31.78%
R=46.76%
G=21.46%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.32
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23110615700.540.320.09335.5272.2566.08
HexE76A9D0362091504842
Octal3471522350664011520110102
Binary111001111101010100111010110110100000100110101000010010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76A9D; }

 p { color: rgb(231,106,157); }

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

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

 a { background-color: rgb(231,106,157); }

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

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

 span { border-color: rgb(231,106,157); }

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