#E76C95

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

Shades of Pale Violet Red #E76C95

Tints of Pale Violet Red #E76C95

Color information

#E76C95 (or 0xE76C95) is unknown color: approx Pale Violet Red. HEX triplet: E7, 6C and 95. RGB value is (231,108,149). Sum of RGB (Red+Green+Blue) = 231+108+149=488 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.34% from 488); Green value is 108 (42.58% from 255 or 22.13% from 488); Blue value is 149 (58.59% from 255 or 30.53% from 488); Max value from RGB is 231 - color contains mainly: red. Hex color #E76C95 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76C95 is #18936A. Grayscale: #959595. Windows color (decimal): -1610603 or 9792743. OLE color: 9792743.

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

Color convert

RGB231108149-
CMYK00.530.350.09
HSL340º71.93%66.47%-
HSV(B)340º53.25%90.59%-
XYZ43.7429.8831.9-
YUV149.45127.75186.17-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 47.34%
GREEN value IS 108 (42.58% from 255) = 22.13%
BLUE value IS 149 (58.59% from 255) = 30.53%
R=47.34%
G=22.13%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.35
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23110814900.530.350.0934071.9366.47
HexE76C950352391544842
Octal3471542250654311524110102
Binary111001111101100100101010110101100011100110101010010010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76C95; }

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

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

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

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

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

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

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

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