#E76C96

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

Shades of Pale Violet Red #E76C96

Tints of Pale Violet Red #E76C96

Color information

#E76C96 (or 0xE76C96) is unknown color: approx Pale Violet Red. HEX triplet: E7, 6C and 96. RGB value is (231,108,150). Sum of RGB (Red+Green+Blue) = 231+108+150=489 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.24% from 489); Green value is 108 (42.58% from 255 or 22.09% from 489); Blue value is 150 (58.98% from 255 or 30.67% from 489); Max value from RGB is 231 - color contains mainly: red. Hex color #E76C96 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76C96 is #189369. Grayscale: #959595. Windows color (decimal): -1610602 or 9858279. OLE color: 9858279.

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

Color convert

RGB231108150-
CMYK00.530.350.09
HSL339.51º71.93%66.47%-
HSV(B)339.51º53.25%90.59%-
XYZ43.8229.9232.32-
YUV149.56128.25186.08-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 47.24%
GREEN value IS 108 (42.58% from 255) = 22.09%
BLUE value IS 150 (58.98% from 255) = 30.67%
R=47.24%
G=22.09%
B=30.67%

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
Decimal23110815000.530.350.09339.5171.9366.47
HexE76C960352391544842
Octal3471542260654311524110102
Binary111001111101100100101100110101100011100110101010010010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76C96; }

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

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

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

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

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

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

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

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