#E76C94

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

Shades of Pale Violet Red #E76C94

Tints of Pale Violet Red #E76C94

Color information

#E76C94 (or 0xE76C94) is unknown color: approx Pale Violet Red. HEX triplet: E7, 6C and 94. RGB value is (231,108,148). Sum of RGB (Red+Green+Blue) = 231+108+148=487 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.43% from 487); Green value is 108 (42.58% from 255 or 22.18% from 487); Blue value is 148 (58.20% from 255 or 30.39% from 487); Max value from RGB is 231 - color contains mainly: red. Hex color #E76C94 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76C94 is #18936B. Grayscale: #959595. Windows color (decimal): -1610604 or 9727207. OLE color: 9727207.

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

Color convert

RGB231108148-
CMYK00.530.360.09
HSL340.49º71.93%66.47%-
HSV(B)340.49º53.25%90.59%-
XYZ43.6629.8531.48-
YUV149.34127.25186.25-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 47.43%
GREEN value IS 108 (42.58% from 255) = 22.18%
BLUE value IS 148 (58.20% from 255) = 30.39%
R=47.43%
G=22.18%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23110814800.530.360.09340.4971.9366.47
HexE76C940352491544842
Octal3471542240654411524110102
Binary111001111101100100101000110101100100100110101010010010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76C94; }

 p { color: rgb(231,108,148); }

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

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

 a { background-color: rgb(231,108,148); }

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

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

 span { border-color: rgb(231,108,148); }

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